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: postPath:
/km/api/v1/articleStatus - Delete an article status
- Method: deletePath:
/km/api/v1/articleStatus/{id} - Get all article statuses
- Method: getPath:
/km/api/v1/articleStatus - Get an article status
- Method: getPath:
/km/api/v1/articleStatus/{id} - Set article status
- Method: postPath:
/km/api/v1/articleStatus/control/{action} - Update an article status
- Method: putPath:
/km/api/v1/articleStatus/{id}