Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Is there a way to retrieve a user's DN without needing the Administrator role?
I have an AW 23.4 enviornment. I have a Lifecycle that has a Human Activity that is assigned to an "Indvidual" using a property that stores the user's DN value. This value is retrieved by a BPM that runs before the human task, in the BPM there is an AW LDAP web service endpoint that is called and the BPM works IF the user…
-
Available Default Profile
Hello, I've created a user lifecycle management process via the REST user management method for Fax2Mail. I've experienced an issue that I've determined to be the default profile attribute. The documentation mentions for both REST/SOAP APIs, OT has a list of profiles. Can someone please provide the list and what each…
-
Uploaded a new version of a document using Content Server API but cannot open the file
I have managed to get the uploading of new versions of word files version to OT working using /v2/nodes/{id}/versions. When trying to open the new version we are receiving following messages: "Word found unreadable content in <filename>. Do you want to recover the content...." and if clicking "Yes" I am getting another…
-
How to access References using Content Server API (v23.3)
I am trying to find out how I can access the references using the Content Server API. Any guidance how to do this would be appreciated. What I want to do is to import the information about the references (name, etc.) to integrating party.
-
New! Supply Chain Traceability app
Sample application demonstrated during the OpenText World 2024 keynote for OpenText AI Data Cloud See the power of OpenText Thrust APIs with a sample application demonstrating Supply Chain Traceability. Step into the premise of a battery supply chain management where different raw materials are procured from different…
-
Can't create Folders with specific User
Hi, we are trying to create a Folder on Content Server (16.2) via the following REST API: POST /api/v2/nodes But we get the following error: "You do not have permission to create Folder items. (SubType: 0).". The user we are using is enable to create other types of objects, such as Business Workspaces, but he can't create…
-
Can't create a Document via Rest API
Hello, we are using the POST API /v2/nodes to create a Document on our Content Server. The body of our request is: { "type": 144, "parent_id": 5627091, "name": "example.txt", "file": "UXVlc3RvIMOoIHVuIGZpbGUgZGkgZXNlbXBpbw==" } but we get the following error: "error": "An illegal attempt was made to upload a document". We…
-
Copy attributes in category set to a date field
Is it possible to copy attributes contained in a category set to a Date Field in the same category? The screenshot below is an example of the desired outcome, specifically how “Date Field” was copied from the “Document Date” set attributes. My initial attempts with CATACTION:COPY in WebReports have failed.
-
Category attribute update content server 21.4
Hello. The user is not allowed to change the attribute category. How to change the category from user if only Admin is allowed to change. Using sub tug or webreport? I.e. admin on behalf of username. Ll_reptag_6788866 Rinswr:userid:12345. Is not working, access denied
-
Adding additional rows to a category using the Content Server Rest API
Looking at the included screenshot one can see plus signs to the right which is use to add addition rows for the category. How can I use the API to add these rows instead? I.e. which API and perhaps an example if not included in the API description.
-
Fax callback API with incorrect Content_Type
ID edm.fax.dev@prudential.com is configured at the account level for a callback API with application/json format. This functionality is working. However, for job_id xsi-1507269286, the content_type of the callback api request payload is text/xml;charset=UTF-8, which is causing the callback response to not be processed. The…
-
"error": "Body parameter 'names' is missing" with validation api
Hi, Need assistance with content server api. I get below error when accessing validation api http://extsreamcs1624.lab.opentext.com:8080/OTCS/cs/api/v1/validation/nodes "error": "Body parameter 'names' is missing" I added the required data in the body. { "parent_id":2000, "names":["myDocument.doc","myEmail.msg","folder1"]…
-
How to use /v2/nodes/{id}/versions
I am trying to figure out how to use above method trying to connect to OpenText. We intend to upload a new version of an already existing file. Checking out this link under "Add version": It is stated that "If your REST client does not support file uploads, you will need to specify additional information in the body" one…
-
How to use /v2/nodes/{id}/versions
I am trying to figure out how to use above method trying to connect to OpenText. We intend to upload a new version of an already existing file. Checking out this link under "Add version": It is stated that "If your REST client does not support file uploads, you will need to specify additional information in the body" one…
-
With Content Server 22.2 could not add service reference for ContentService webservice url in VS
With Content Server 22.2 and Visual studio 2019, I could not add service reference for ContentService URL. "<ServerName>/cws/ContentService.svc?wsdl" Error from VS attched (Capture1.JPG, Capture2.JPG). Other Webservice URLs works fine in both VS and in browser(Authentication, MemberService etc). Only ContentService URL not…
-
Join Us at OpenText World for free hands-on training API
Still on the fence about attending? We are expanding the free training available with 13 new Developer labs. In addition to the basics of Workflow, Capture, AppWorks, Messaging. We have some training for APIs that will be announced: If you have an interest into how you can embed Data governance?- we have you covered with…
-
Enterprise Scan script - assign document number to Batch field
Hi, please kindly support me - how to build a script that can assign each (PDFs) document number ( Doc. 1, Doc. 2, Doc 3, ….) into field "Batch" (Properties →Document→Batch).
-
Abort workflow using REST API
Hello Experts, We have a custom application that is integrating with Documentum using REST APIs. This custom application is launching a workflow in Documentum using REST API. Due to some issue, business might want to terminate the workflow from custom application. I am looking for API that I can use to abort the workflow…
-
Facing issue while trying to download file using Rest API
Hi All, i was trying to list and download file from a folder. For listing, http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/nodes where am parsing the json and taking the data id. Then i am giving as input the above received document id to below api http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/content When am trying to execute the…
-
File upload using Rest API
Hello, I am new to the REST API world. I am looking for uploading multiple files in Content server along with the meta data information. We have meta data csv for that. Is there any sample code or guidelines available for doing this using the REST API?