-
How to get JobDeliveryStatus Response?
Please share how I can hit the JobDeliveryStatus in either PHP or NodeJS so that I can fetch email bounces in our CRM. We are unable to understand the documentation and the code we have written is not fetching us any results so far. Let me know how we could use the SOAP API here otherwise provide us with easier REST…
-
eDOCS REST API - token timeout
How can I refresh the token timeout?
-
rm_metadataToken is empty string when getting rmclassifications on a node
Content Server 22.1, build 16.2.19.1809 Hi ultimatly I'm trying to use DEL: /api/v1/{id}/rmclassifications/{classid}?rm_metadataToken={token} However, when using GET: /api/v1/{id}/rmclassifications to get the classifications and rm_metadataToken, the rm_metadataToken is returning as an empty string. this is stopping me…
-
Accessing Application Groups
We need to get list of application groups. We found two different APIs for this. One in admin API and one in Content Metadata Service APIs. What is the difference between these two APIs? Which one is recommended if we want to access group by user who is not application administrator? Which API supports filter using group…
-
Is it possible to set the mime type in a Rest API?
Hi, Id' like set the mime type in creation Rest API, is that possible? in Swagger it's not defined. it seems to be inferred from the name of the file. I'm using Content Server 21.4 REST API and the call is /v2/nodes body: file=bytearray name=test type=144 parent_id=12345678 is that possible pass i.e.…
-
AppXtender - Copy file from location to another
I am attempting to download a document using SOAP API version 16.6. I have the documents in one folder and am attempting to download a document and create it in a different folder. I am using Java. Are there any examples on how to do this? I am unable to get the download to work.
-
Retrieve document from InfoArchive API
Hello, I figured out how to perform a search on InfoArchive using API's and search compositions. In the response there is a result list with all the metadata, including the attachment. The attachment shows an url. When doing a GET on this url, the document is retrieved from InfoArchive. In this case I have to do 2 API…
-
InfoArchive Ingest API requires a file as SIP parameter instead of a filepath
I am ingesting a SIP package with the use of API's. I am using InfoArchive 23.3 and PostMan. I use the following url: http://localhost:8765/systemdata/applications/8eceec18-66fc-4e8f-a471-1af077be85e8/aips?ingestDirect=true In the Body I use formdata te provide the format (sip_zip) and the sip. The OT Rest API Developer…
-
InfoArchive 23.3 API's status 404 "notFound"
I am trying to connect to the API's of InfoArchive 23.3. I have succesfully obtained an acces token and I use this token to send requests to the API's of InfoArchive. Even when using a simple request that does not require parameters, I keep getting the following error in PostMan:…
-
CS 21.3 RestClient SSL Certificate issue
I am using RestClient to call external RestAPI and run into below error: SSL Exception: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed The thread debug log: 01/03/2022 12:28:39 DEBUG new restclientSecure: host api.smartsheet.com port 443 uri /2.0/users/me 01/03/2022 12:28:39 DEBUG…