Article Status REST Endpoints

Content (IM)/Article Status

The article status resource lets knowledge administrators create, modify, or delete the article status for a knowledge article. An article status indicates the status of an article in the knowledge management life cycle. If you are an author, you can optionally assign an article status to a knowledge article.

Create an article status
Method: post
Path: /km/api/v1/articleStatus
Delete an article status
Method: delete
Path: /km/api/v1/articleStatus/{id}
Get all article statuses
Method: get
Path: /km/api/v1/articleStatus
Get an article status
Method: get
Path: /km/api/v1/articleStatus/{id}
Set article status
Method: post
Path: /km/api/v1/articleStatus/control/{action}
Update an article status
Method: put
Path: /km/api/v1/articleStatus/{id}