Retrieving an item

Items can be retrieved by calling the GET API request. If you know the name of the item you want to retrieve, you can use that as a filter in the request to only get that item back. The GET response will return a JSON object that represents the item.

Last updated