Is there a way to convert the [LL_REPTAG_OTCSTICKET /] into a usable token for CWS APIs within the same WebReport? We need to invoke several CWS APIs that aren't available through the REST API. Currently, accessing CWS requires passing a username...
I'm currently working on implementing the zip and email functionality in OpenText Content Server using the REST API. So far, I've successfully zipped and downloaded files using the following two-step process: POST {{csurl}}/api/v2/zipanddownloa...
We're encountering errors across all our xECM for SuccessFactors scheduled jobs. We've verified the following: Integration user permissions are correctly configured. The connection is active and functioning as expected. ODATA API logs...
I have following code: have 7 different attributes for ReportDetails. But this code doesn't seem to work, and there is no error. AttributeGroup DocTypeGrp = new AttributeGroup(); DocTypeGrp = docManClient.GetCategoryTemplate(ref otAuthentication, 1...
How to find the list of RESTful services in OpenText case360 Am trying to get the RESTful services in case360
I want to do CRUD operation of file using REST api on opentext core share instead of uploading file to opentext core share from dashboard. So please let me know if opentext is providing api documentation or there is some other way to do this.
How to download document(s) from Content Server using the REST API?
How to get the OTCS Token for a user (by impersonation) using REST API in SSO Enabled ENV?
How to done restapi authentication through OIDC?
How to get OTCS ticket and any config to be done in OTDS/restapi?