-
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…
-
Countermeasures against application-layer attacks
I want to be able to run the DP and xECM APIs from the Internet. IP limit with FireWall. Does DP and xECM have application layer attack prevention? It protects against application-layer attacks such as SQL injection, XSS, and CSRF. Do I need to place the Web Application Firewall on the front of the OpenText server? Thank…
-
400 Bad Request error: "Could not get parent" Creating Node
Content Server 10.5 Update 2014-12 (version 10.5.0.10) Hi, Issue occurred in my apps REST request, however to troubleshoot and simplify I've used Chromes extension Advanced REST Client. When I try and add a node to OTCS (have tried both documents and folders), I receive the following response: error: "Could not get parent"…
-
Connecting a third party system using OTCS REST API
We have to connect the OTCS with a web application called Document Locator using the OTCS REST API. Requirements are, 1. Adding a new folder/document. 2. Updating the metadata. 3. Creating a workflow in OTCS and call that from Document Locator. Can someone help me how to do that? Is there any documentation that I can…
-
OTCS RestAPI: how to authentication a user which is in an Async Partition with SAML2.0?
Hi guys, When I access OTCS, SSO happens with SAML2.0. So far so good. Problem: When I try to use the OTCS RestApi (api/v1/auth) I always get "invalid username/password specified". I tried all the combinations playing around with the account domain, but can't find a way to make it work. Note: The request works fine if I…
-
set attributes when initiate workflow using RestAPI
I am calling this endpoint to initiate a workflow /api/v2/processes and set the body={"definition":{"workflow_id":30568}} I want to pass 2 attributes called "Name" and "Email" that I should take this attributes in the start step how I can do this ? I tried to set the body as {"definition":{"workflow_id":30568},…
-
CORS issue when trying to authenticate
Hi, i got an error when im trying to authenticate using otcs/cs.exe/api/v1/auth with POST method, my origin is from localhost if that matters. So how to resolve it is there any configuration that i need to follow?