I want to find out from the REST API what permsiins the user has for a folder. I specifically want to know if I can add documents to a folder and delete the folder. When I get nodes under the folder node (sample URL /otcs/cs.exe/api/v1/nodes/10247/nodes) I am returned permission under data as perm_delete, perm_create etc. If I want to get the permission on a particular node ( e.g. sample URL /otcs/cs.exe/api/v1/nodes/10247 ) the permission information is not returned. addable_types is returned but this includes document when the user does not have permission to add a document.
Is there any way in the REST API to get the permission for a specified folder?