Statuses REST Endpoints

Business Objects/Items/Statuses
The operations from the Business Objects/Items/Statuses category.
Create a Status
Method: post
Path: /items/{itemGid}/statuses
Delete a Status
Method: delete
Path: /items/{itemGid}/statuses/{statusTypeGid}
Get a Status
Method: get
Path: /items/{itemGid}/statuses/{statusTypeGid}
Get Statuses
Method: get
Path: /items/{itemGid}/statuses
Update a Status
Method: patch
Path: /items/{itemGid}/statuses/{statusTypeGid}
Update Statuses
Method: patch
Path: /items/{itemGid}/statuses