-
Develop REST API to query on Custom tables
Hi, I would like to develop the Rest API ,which can be used to query custom tables.Does this functionality exists. If not please guide me how can i do it ?
-
OTDS - Custom Authentication
Dears, I am looking for a way to configure a custom web service (.net / java) in OTDS which can be used as an additional authentication handler for users logging in through TempoBox. Thank you in advance for any help in this regards. Regards,
-
Get all subnodes for a node
I am using content server api v1(2014-06) getSubNodes method. It is fetching maximum 100 results for a subnode based on page. I tried to set higher limits but still it shows max 100 results. Is there a way to get all subnodes without any restriction. I know we can apply logic in code for page 1..n but want to know if there…
-
Get permission for Folder in REST API
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.…