API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
API endpoint to create cross-reference (XReference)
Greetings, Is it possible to create cross-reference (XReference) with API? I've looked into the API specifications, but was unable to find it.. Thank you, Vlad
-
Facets and Columns REST API
Hi, Is there REST API or web service to create facets and columns?
-
Retrieving category attributes and their dropdown values in Content Server
Can anyone please let me know in which table the dropdown values of the category attributes are stored for Content Server 16.2.10? I have tried catregionmap and I can retrieve the category attributes but not the dropdown values. Also I tried llattr table but that only contains the values that are used in the documents.
-
Not able to create category id more than 9 through API call
Not able to create category id more than 9 through API call we are facing the below errors body:
-
SubReport not selectable using livereport
Hi Everyone, Just wanted to get a confirmation. Is there a way to have a livereport(using the livereport Report format, not the auto-livereport Report format)to use a sub report? I only notice the details link if i select "AutoLivereport" in the report format option.
-
CS 20 Livereport column limited to 10?
HI Everyone, Just wondering, can anyone confirm that there is no way to increase the number of columns that can be displayed for a livereport (Not an AutoLivereport) to more than 10? Thank you very much in advance. regards Wilson
-
Livereport CS 20 , Output fields limited to 10?
HI Everyone, Just wondering, can anyone confirm that there is no way to increase the number of columns that can be displayed for a livereport (Not an AutoLivereport) to more than 10? Thank you very much in advance. regards Wilson
-
Content Server Mobile App with AppWorks
Crossing posting this discussion by @Mayank Gupta original post: https://forums.opentext.com/forums/developer/discussion/303731/content-server-mobile-app-with-appworks Hi Experts, We are facing one issue with our Content Server Mobile app wherein we get below issue intermittently in the localhost_access log file in…
-
How to embed markups as comments in generated PDF via API call or a job posted on Job Processor ?
How to embed markups as comments in generated PDF via API call or a job posted on Job Processor? Default burns-in markups that are no editable. thanks SB
-
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?
-
REST API Authentication Header
Hello, I am trying to use the ticket returned by the authenticate REST API call to my subsequent POST call for creating a node (folder) . What should be the token/parameter name to send this ticket along in my second call? I am using Postman client for now against a CS 20.3 CE version. I see references to this parameter…
-
Default icon class available in SmartUI
Hey Experts, What are the default icon classes available in Smart UI (16.2.10). I am having a hard time finding any resource pointing to that detail.
-
api/v2/members/{id}/members bug?
Hi I'm writing some code for a customer using the REST api, and I've a problem with the members api when getting the members of an empty group. When the group contains no users, the response json "results" is just an empty json object, but the api docs say it should be an array. This is causing the json deserialization to…
-
Breakpoint in Module Explorer tab
How can I debug modules in Module Explorer tab, which was not exported to OS fromat? Breakpoint doesn't work
-
Supported ways to authenticate in CS 21.2 and up
Hi, In the CS 21.2 release notes, it states (section 2.2.4) that Basic authentication is turned off by default, and that it can be turned on if desired. This is no doubt to support legacy applications already written that use basic authentication. What I would like to know is what should we be doing instead if we're…
-
Deploying WebReports subtags as .txt and .JSON files
Hi, I need this to support a client using an earlier version of our module (upgraded version implements subtags as Oscript objects). When you add a WR subtag as a text file to OTHome\appData\webreports\subtags, what additional steps do you need to do for a) the tag to become usable, and b) the tag documentation to show?…
-
Uploading documents from Webreport using RESTCLIENT Subtag from One Content Server to another
I am doing a research on uploading a document from one content server to another via Webreports using RESTCLIENT. I was able to make other calls like to get node details, search etc and cannot able to upload documents from one content server instance to another. Wondering if anyone out there tried this approach. thanks for…
-
Create Workspace through CWS
Hello, I'm trying to create Workspaces through CWS with the DocumentManagement Client and the method CreateNode. I'm always getting the same error, no matter what I do: 'Select a valid template to create a business workspace. The template requires an associated workspace type'. How I am supposed to inform the template to…
-
classification json syntax in /businessworkspaces POST request
Hi I am creating business workspaces using the REST api, and successfully doing so, except that the classification is not getting applied. Example json body: body={ "template_id": 18838, "name": "1659316 xxxxxxx", "type": 848, "parent_id": 4603, "description": "", "external_source": "", "external_identity": "",…