-
SDK Example: Add tabs to Tasks or Workflow panels
D2 Smart View example, showing how to add tabs to the tasks and workflow panels. We can't add mp4's here, so here is a Core Share link (partners have access to the root folder of this, but this is a direct link to this one) This video is a 200-300 level - meaning, it assumes you have some familiarity and have done or seen…
-
SDK Example: Custom Service Dialog (custom properties dialog)
D2 Smart View example, showing how to customize the the Service Dialog (properties dialog) We can't add mp4's here, so here is a Core Share link (partners have access to the root folder of this, but is a direct link to this one)
-
REST API call in OpenText TeamSite
Is there any way to call REST API in TeamSite? For example in .Net application we can use visual studio solution and call REST API via HTTPClient but working pattern in TeamSite is completely different. TeamSite has one admin portal where we can see files organized in tree structure for example index.aspx but there is no…
-
HTTP 429 Too Many Requests error when making API request
Information Management Services notice This error can be returned when making a request to the backend. Requests can be scoped to the Organization (e.g. when using the Developer Admin API) or globally (when using the Content Metadata Service (CMS) API). This error code is returned when there have been too many API requests…
-
API for Activity Report
Looking to pull the Activity Report using an API as opposed to manually through the portal but not finding an available API to do this. Does someone know of one that is available to complete this?
-
Feasibility of a Scenario with content server and appworks
I have a scenario wich looks like this Everytime an employe inserts a new Document in a businness workspace of a certain categorie I would like a business process to start in appworks. Is there a way for content server to emit a (event message call) to Appworks so that the process could reclassify and automate actinos to…
-
Error using WebReport to call REST API for authenticating Content Server
Hello everyone, I have this basic WebReport as follows: [LL_WEBREPORT_EXCLUDEHTML /] [LL_WEBREPORT_RESTCLIENT @HOST:[LL_REPTAG_$host /] @PORT:[LL_REPTAG_$port /] @URI:/OTCS/cs.exe/api/v1/auth @METHOD:POST @TIMEOUT:10 @USERNAME:[LL_REPTAG_$username /] @PASSWORD:[LL_REPTAG_$password /] @OUTPUT:ASSOC:outputAssoc /]…
-
Creating a BWS without parent_id fails
Hi all! In the past i was working with my testsystem and everything was woking fine. I was able to create BWS via RestCalls with or without parent_id`s According to the documentation an early BWS requires the parent_id and the late not Example to create an early business workspace:…
-
POST on BWS results in error
Hi all! I found an interresting thing. Posting a new BWS with the parameter { "bo_id":"84", "bo_type_id":26, "ext_system_id":"dummy", "template_id":"16978932",…… results in an Error: Error message {"error": "Cross-application workspace already exists."} I can delete the node where the bo_id was given. But what to do, when…
-
Retrieving ACL permissions using Documentum REST API
Hello, as part of the web app I am developing, I am attempting to retrieve the ACL permissions on documents. When the current ACL name of that document is in the format of "dm_xxxxxxxxx", I am able to retrieve the ACL for those by passing the string of characters after the underscore to the API to get the permissions…