-
Error in fetching Repository details (Documentum).
Hi Team, We have configured "Documentum Server for WINDOWS64 Postgres Version 16.4 (1.3 GB)". We are able to fetch list of repositories and we are trying to fetch Repository details but we are getting the below error response. { "status": 401, "code": "E_INTERNAL_SERVER_ERROR", "message": "An internal server error…
-
Error in fetching Repository details (Documentum).
Hi Team, We have configured "Documentum Server for WINDOWS64 Postgres Version 16.4 (1.3 GB)". We are able to fetch list of repositories and we are trying to fetch Repository details but we are getting the below error response. { "status": 401, "code": "E_INTERNAL_SERVER_ERROR", "message": "An internal server error…
-
Fetching category and its attributes metadata
I need to fetch all categories and their attributes for further processing. I have problems with fetching category metainfo for understanding which attributes are in it. The most convenient way for fetching all categories and their attributes that I've discovered is to search through "api/v2/search" endpoint with…
-
Appworks gateway connector to content server
How to connect a content server through the App works gateway.
-
Receiving data from other apps in an AppWorks application.
Is there a way to receive data that's shared by other apps? For example the user wants to share a news article on an AppWorks app, the AppWorks app then handles the data and places it in let's say a textfield. * In Android this is called an intent. Documentation here. * In IOS this is called "Share Extension".…
-
CS10 Rest API - LiveReports & WebReports use from AppWorks
Hello I am using CS10 Rest API to create applications functionality which can be installed on Appworks. Do we have Workflow or WebReports or LiveReports extensions within CS10 Rest client API. Can anyone please provide me references whre i can find all the functions explore using CS10 REST API? Thanks Aditi
-
OTDS REST API PATCH /users/{user_id}
Hi All, We on CS 16.2.4 and OTDS 16.2.4. We are creating users using the RESTAPI POST /Users method and pass attributes like firstname,lastname username,displayname and email address. Then we need to update users phone number,lastname and extrattr0 values using PATCH method. The phone number,lastname and extrattr0 get…
-
Appworks gateway connector to content server
How to connect a content server through the App works gateway.
-
Account gets disabled when a lot of requests are made
My client is running Content Server 10.5 and I'm coding to the rest api. My task is to move a series of files from one folder to another. It works if I only attempt 1 or 2 files at a time. But if I loop over 30 files, my account gets disabled. My CS admin doesn't see a reason for it. I've even recoded to ensure the next…
-
Modifying Folder Level Custom Permissions
Hi, I am modifying the custom permissions through API for a folder and Sub items. While testing an API through Postman (PUT api/v2/nodes/{id}/permissions/custom/{right_id} - Update a custom permission), should I pass the "permissions" list as comma separated text values (e.g. - 'see', 'modify','delete' ) or integer values…