-
Filled in Alpaca form to Move a node - How to execute the move?
I have filled in an Alpaca form to move a node. In the form I specified the node, where it needs to be moved to (parent_id), and 'inheritance' is set to '1', so it will inherit the categories of the destination. When you execute this API call, the result is fine. However: how can I now execute the actual Move (including…
-
Insert data into Content Server Form using REST API
Hi, I want insert data into Content Server Form using REST API. Is there any way available using REST ? If not can we do it using some other way ?
-
External Id on document creation in version 16.6.3
Hi there. I realized, while retrieving tracking information on a document an "externalid" is also delivered next to the "trackerid" in the returned json structure. Request URL (GET): https://<my_extream_endpoint>/v1/trackers?where_trackerid=32056E7B-2F78-1D44-AF3F-FD6E61E89AC3&guid_format=false Response body: {…
-
CS REST API URL
HI I need to interact with the rest API of CSOT and after looking to the documentation, I found that I need to authenticate first in order to get the token. My client give me a livelink that takes me directly to CS and I am trying to get the base URL for the authentication, so I used…
-
DCTM rest war deployment
HI everybody, where I can find DCTM-rest .war. I have content server installed, but i cannot find .war file. In section "How to install Documentum REST Services" there is this address /WEB-INF/classes/dfc.properties, but I cannot find it on my installation folder.
-
Content Server Records Management Physical Objects 10.5.2 REST API functions
I'm looking for a reference for Content Server RM Physical Objects 10.5.2 REST API Functions, the release notes say this module has rest api capabilities but I can't find any information anywhere (I seem to have a hard time finding Content Server rest api information for different modules).
-
How to search a group in OTDS using API?
Does anyone have an example of how to search a group in OTDS via API using one of these parameters: where_filter where_ca_value I specifically want to identify a group based on 3 'Custom Attributes' I have created for a group in OTDS. The API call should check whether the group meets the give value for all three Custom…
-
Issues Getting Token Using REST API Authentication - Content Server
I'm trying to get a token using REST "api/v1/auth" This is the request I'm sending via POSTMAN : As I send the request on chrome, a pop up window comes out and asking for username and password : What user name and password do I need? When I cancel the window this is what I get as response :
-
Create document with PHP
Hi, I am writing the service to create a document on the content server (16.2) with PHP web application. I found the error {"error":"Could not process object, invalid action \u0027create\u0027"}. Could you please advise me how to write the service to upload the document through custom web application? Here is the code…