Items REST Endpoints

Business Objects/Items
The operations from the Business Objects/Items category.
Create an Item
Method: post
Path: /items
Delete an Item
Method: delete
Path: /items/{itemGid}
Get an Item
Method: get
Path: /items/{itemGid}
Get Items
Method: get
Path: /items
Update an Item
Method: patch
Path: /items/{itemGid}