-
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 (POST | /v2/nodes) with the intent of uploading a document to Opentext. On the Outsystems Platform Application, the REST API is consumed with the request format of…
-
How would I use the REST api to create a node with xrefs in one call?
I seem to be able to run the query on the nodes endpoint with the following body: { type: 144, parent_id: 48061438, name: 'test', roles: { categories: { '25953013_3': ['aaa'], '25953013_2': ['bbb'], '25953013_4': ['ccc'] }, xrefs: { xref_type: "XREF", xref_id: 2829282882 } } } But the server responds with an error noting…
-
REST API OTDS
is there a documentation that explains all the status error code? below is an example { "status": 1013, "error": "Not a OTDS SSO ticket", "error_details": null }
-
RM REST API operations doesn't work with RM Classifications of Related Business workspaces.
Hi, I am trying to Get/add/remove RM classification applied on "Related Business workspaces" using Records Management REST API. However I receive an "error": "Could not process object, type 'Related Business Workspaces' has no role 'rmclassifications'". From Web, I am able to add and remove RM Classification on this object…
-
Could not process object, type 'Entity Folder' has no role 'classifications'
Hi, When I'm trying to assign a classification to Custom objects via web its working fine, but when I'm trying to do the same with Rest Api its not working and giving me below error. Could not process object, type 'Entity Folder' has no role 'classifications' While I'm invoking same request for Managed Objects its also…
-
ApplicationXtender Rest API - Upload Document
I am trying to upload a doc to the AXDataSources/{dsn}/AXDocs/{appid} URL and I keep getting error code 117 that says "The HTTP request does not contain index information to create a AX document!". The documentation does not state what information is needed for the POST request. I want to know where I can get that…
-
Available InfoArchive Search operators
Hello, When executing a search on InfoArchive with the use of API's, I can provide some search criteria. The above example returns all records where "TraderName" is equal to "Ima Barron". Is there documentation of other operators that can be used in the API calls, eg less than, greater then? Or how you can search on…
-
ApplicationXtender REST API - cannot upload a document
I'm following the API instructions on page 66 of the "EMC® ApplicationXtender® REST Services Version 2.0 Development Guide" On that page, I'm trying to use the endpoint api/axdatasources/{dsn}/axbatches/{appid} which is used to upload a document. However, I'm stuck with the following error response: { "ErrorCode": 9999,…
-
AppXtender REST API POST Failure
I am attempting to copy a document from one application to another using the 'Create a new document which is a copy of a specified source document' POST command with REST API version 22.2. I keep getting an ErrorCode of 117, 'No index was copied from source document". I am attempting this using Postman. This is the…