All REST Endpoints
Articles
The Articles resource lets you create, update, view, delete, and manage knowledge articles. You can also perform additional operations such as publish, translate, and import knowledge articles as part of the knowledge management life cycle. An article object stores information about knowledge articles.
- Create an article
- Method: postPath:
/articles
- Get all knowledge articles
- Method: getPath:
/articles
- Get an article
- Method: getPath:
/articles/{id}
- Publish an article
- Method: postPath:
/articles/versions/{versionId}/publishThisVersion
- Rate an article
- Method: postPath:
/articles/{id}/rate
- Update an article
- Method: putPath:
/articles/{id}
Search
The Search resource allows you to search for knowledge and to find knowledge similar to SRs.
- Get all knowledge articles
- Method: getPath:
/search
- Get knowledge articles by service request
- Method: postPath:
/search
Tasks
The Tasks resource allows you to interact with knowledge related tasks such as suggestions and workflow tasks.
- Create a task
- Method: postPath:
/tasks