-
Unable to generate OTCS token through Rest API Python Script
Hi All, i was trying to generate OTCS token so that i can authenticate and write a script for business workspace creation. Through postman i tested the API and works fine. Referring to that, i wrote a python script. I can see that authentication or token generation is not happening. am posting my code below.As i am pretty…
-
The image file uploaded via the API is marked as "NOT SPECIFIED".
Hi All, Thanks for previous help. I have another issue. I uploaded the image successfully but it was marked as "NOT SPECIFIED". Below are the parameters I sent. --form parent_folder_id="****" --form manifest={"upload_manifest":{"master_files":[{"files": [{"file_name": "test.jpg","file_type": "image/jpeg"}]}]}} --form…
-
Using the REST API, Can a fax status update be returned via webhook callback and email.
Our team is looking to get a report sent to the email id if passed in the request payload of the REST API fax request. We expect the webhook callback URL call (Json) and Email (user friendly format) in this scenario. Please let us know if this is not a right understanding of how the reports will work. For example: The…
-
Is rest API configured in Content Server 16.2.11 by default?
We are looking accessing Infolink resources through Rest API. Is that configured In Content Server 16.2.11 by default and how would you configure a user account to use it?
-
OAuth 2.0 - Client Credentials Flow + Permissions
Whenever a new OAuth Client is created in OTDS, assuming the global option is selected, are there any restictions to the data that can be requested through the REST API? Calls to the nodes resource are not returning expected data.
-
We are utilizing eDOCS/API vers 16.7.2 When add documents via Rest API, file created as zero bytes
I have a java program that is utilizing the eDOCS API vers 16.7.2, when uploading a file via Swagger it works fine and the document is created successfully, it is unlocked (no red mark on thumbnail) and its not zero bytes. However, when I attempt to add a document via my java class, the document is created, however the…
-
how to create asset by API
Hi All, I need to perform a test for creating assets in Postman, but after making a POST request, I receive the following error in the response: "message": "Invalid parameter value was specified. "debug_message": "Asset data should be specified.", I reference this page but I don't know what I did wrong. Below are the…
-
XM Fax API access to inbound routing table
Is there a means to read the rules of the inbound routing table, short of screen scraping? My aim is to automatically identify directory fax number assignments that are shadowed by inbound routing rules. Or perhaps someone has a better idea? Suggestions are greatly appreciated!
-
Tech Eval XM for Synchrony Financial API question
Customer is evaluating XM and coding to the SOAP API. They are requesting direction for the following: "Our requirement is to get one fax at a time preferably in First In First Out order like a Queue. Then we delete the fax after our getting the data. It will be helpful to if someone can point us to right method or an…
-
Integrating Issue with OpenText using Outsystem Platform Application
Hello Community Peeps, I am using Outsytems Platform Application to integrate with OpenText Extended ECM Content Server. The REST API that I am consuming is https://developer.opentext.com/ce/products/extended-ecm/apis/content-server-231-rest-api#nodes/createNode2 (POST | /v2/nodes) with the intent of uploading a document…