-
Facets and Columns REST API
Hi, Is there REST API or web service to create facets and columns?
-
eDocs - Rest API - Searches evaluation with "or" clause in criteria
Hi, I am using the searches/evaluation endpoint as below: It is working but now I would like to search using an or clause, something like: Is it possible and what is the correct schema to do it? The mobile version of the app has a unique input field and I want to either search for title or the number of the document. Thanks
-
eDocs - Rest API - Get a collection of available workspaces
Hi, I would like to know how can I specify more than one filter criteria in the Get methods`endpoints like edocsapi/v1.0/workspaces. It is working perfectly fine with edocsapi/v1.0/workspaces?library=JURIDICO&filter=AUTHOR_ID=MARCIO I would like to add another criteria like…
-
using WADLs of RESTAPIs
Hi, Have anyone used WADL of the RESTAPIs to connect with content server ? Is there any impact on performance using WADL ? Thanks in Advance.
-
API - best practice
Hi, Is I can see we can connect to OTCS\OTDS with REST API or web service. What is the prefer way to do that in terms of long distance support, backwards compatibility and functionality. Are there any functionality that I can get with REST API but not through web service?
-
OpenText and Siebel interaction
How to integrate Siebel and OpenText ? are there any connectors available for direct integration ?
-
CWS API: how to set right mime type when upload document content
Hi all, using cws API, and then docman and content services, how can you pass the mime type of a document when loading its content? When you fill the FileAtts structure with the full filename (also with the extension part), then CS set the mime type using the extension if it is known, but if the filename does not contain…
-
API Creating Business Workspaces with required metadata
I'm trying to create a business workspace with required metada but I don't know how to send these required metadata values. Searching the knowledge base I found that we can use /api/v2/businessworkspaces/ for that. I added all the keys that I need but in the template that I'm using I have 5 required fields. When I send the…
-
create business workspaces
Hey all, I try to find the documentation of to create a businessworkspaces with rest api. I know it has to be something like: "cs.exe/api/v2/businessworkspaces. could someone help me out?
-
How soon can JobDeliveryStausRequest be checked?
Typically, as we submit a new fax and get a jobID, the endpoint that serves JobDeliveryStatus is ready to go immediately. We check the first status after 67 seconds to catch the initial errors like 2006, 6500, 5103, 9001, etc., and then we check the status progressively in respect to the fax size. It works fine, but there…