Content Station Web can be controlled through a Javascript API named "csportalapi.js".
This makes it possible for instance to directly open e-mail attachments or to integrate Content Station Web in a portal.
The API supports the following commands:
- Log in
- Log in with ticket
- Log off
- Open object
- Compare articles
- Compare article versions
The index.html file within the api folder of Content Station Web uses the csportalapi.js file and can be used to open an object using a URL.
Example: http://host/enterprise/contentstation/api/index.html?action=open&objectid=10 In this example, Content Station Web will be loaded and the user will be shown the log-in screen. When the log-in is successful, Content Station Web will open the object with ID ‘10’. |
It is also possible to auto-login using the URL by including a user name and a ticket or password in the URL.
Example: http://host/enterprise/contentstation/api/index.html?username=john&ticket=123&action=open&objectid=10
For more information about the commands and URL parameters, see the csportalapi.js and api-examples.html in the api folder of Content Station Web.
Related Tasks
Location of the Content Station 9 configuration files
Reference Materials
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.