-
CS REST API URL
HI I need to interact with the rest API of CSOT and after looking to the documentation, I found that I need to authenticate first in order to get the token. My client give me a livelink that takes me directly to CS and I am trying to get the base URL for the authentication, so I used…
-
Can't see Signature tab on My Account -> Settings
Hello, I'm trying to create a Workflow using Electronic Signatures on my local Content Server 21.3 Instance. I want to put a digital signature (a 30x40px image) but for that I need the 'Signature' tab in the settings menu, but I can't see it. On my instance I only have an Admin account that is by default in the Business…
-
Error - The sub-location path is invalid while creating a workspace using ECM_LINK and CWS
Hi All, While trying to create workspaces using ECM_LINK API I am getting an error - Client received SOAP Fault from server: The sub-location path '[5295648:Country]\[5295648:LegalEntity]\Customers\[5295650:CustomerID:(6)]' is invalid. Check the workspace type configuration or contact your administrator.…
-
Issues Getting Token Using REST API Authentication - Content Server
I'm trying to get a token using REST "api/v1/auth" This is the request I'm sending via POSTMAN : As I send the request on chrome, a pop up window comes out and asking for username and password : What user name and password do I need? When I cancel the window this is what I get as response :
-
Create / Manage Classifications using CWS \ REST API
Is there a way using CWS \ REST API in order to attach / delete classifications to / from an existing document? Or uploading a document and attach into it's metadata a classification? Thanks.
-
How can I generate a document based off of a form/attributes in a Workflow?
Hello, I'm trying to find a way to generate a Word/ PDF based off of data taken from a form in an Initiator Step, for example, let's say its a Workflow that lets initiators make a holiday request, they fill a form with said attributes and it generates a document with the data he completed, that attachment gets sent to a…
-
Update owner in Content Server using REST API - Error: One or more parameters are invalid
Hi All, I am trying to update owner in Content Server using REST API. But i am getting "error": "One or more parameters are invalid" Please help!
-
Create document with PHP
Hi, I am writing the service to create a document on the content server (16.2) with PHP web application. I found the error {"error":"Could not process object, invalid action \u0027create\u0027"}. Could you please advise me how to write the service to upload the document through custom web application? Here is the code…
-
How can I enable the Next URL step so I can see it?
Hello, We are doing some tests with an external web page, we installed the XML WF Extensions because we saw in the documentation that it comes with a Next URL step that might just help us, but : It does not display in the UI by default, where can I change this so I can add it to my workflow? Thanks!