-
16.2.8 rest call to create workspace with category/required attribute
Hello, New to the development world, and I'm stuck on making a rest call to create a workspace and pass in the required attribute values so it's named correctly. If I remove the category from the template, I can create the workspace but the category doesn't get applied. If I remove the required value for the attribute, I…
-
Connected Workspaces REST API documentation
This discussion was created from comments split from: OpenText AppWorks Developer website update!.
-
Production readiness of 'Connected Workspace' object access through SOAP and/or REST APIs?
I have recently begun to work with Connected Workspaces in CS 16.2.11. After properly enabling them (and restarting all the servers) I can now successfully construct instances of the various custom workspace types through the web ui, so all good there. I'm working with Java so I regenerated my stub class libraries for all…
-
Perspective Manager Resizing Widget
Hi we have a perspective with Layout(Flow). In this perspective is 6 widgets 3 on top row and 3 on bottom row. The business wanted to now have 5 widgets and for one of the widgets the height to be the same height as two widgets. Can we change the heights of widgets(eg connected workspace(workspace) widget and if so how do…
-
A question to the Perspective Router implementation in smartUI SDK
Hi I just finished a demo for a large US Gouvernement agency. The widget draws an event chart using D3 based on data from Connected Workspaces with several custom REST services. Now I need to use a Backbone Router to intercept the URLs from the clicked D3 charts and to set the perspective accordingly (to avoid reloading…
-
Filtering columns from REST response V1 or V2 API
Hi, I'm trying to figure out how I can significantly filter the results returned by a nodes/{id}/nodes REST GET request so that I can get just the ID and NAME of each child. When I try to do it with the v1 version of the API, I cannot get the format right and end up with an empty list. When I try to do it with the v2…
-
Create Connected workspace using OScript in workflow
Hi, I have requirement to create a Connected Workspace and add it as a shortcut in workflow attachments. Can you anyone please guide me how can I do that. A code snippet will be appreciated. Regards, Sagar
-
Connected Workspaces REST API 16.2: Create business workspace bug or wrong documentation?
Hi there, I recently tried to create business workspaces with this rest api call: POST api/v2/businessworkspaces/ The documentation specifies the body as a JSON string as this example: { "template_id": 23234, "name": "Test", "parent_id": 23235, "description": "", "categories": { "23228": { "23228_2": "5654", "23228_3": ""…
-
Create Connected Workspace using CWS
Hi I know you can create Connected Workspace (Business Workspace) usign Extended ECM web services You can also create Connected Workspace by using some REST API calls (not sure if oficial already) But is there a way to create Connected Workspace using standard CWS? If there is no extended ecm availalbe Thanks Uldis
-
What are connected workspaces and how they are implemented?
We are exploring options for an upgrade from LL 9.7.1 installations to CS 16.x. One option we want to learn about are connected workspaces. What do they have to offer and how can they be implemented? Can traditional LL projects (subtype 202) in our 9.7.1 installation be converted to connected workspaces through some…