Goldmine
ApiInventory
POST
/contracts.v1.Contracts/ListInventoryItems

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/contracts.v1.Contracts/ListInventoryItems" \  -H "Content-Type: application/json" \  -d '{    "workspaceId": "AAECAwQFBgcICQoLDA0ODw==",    "limit": 100,    "cursor": "",    "status": "INVENTORY_ITEM_STATUS_IN_INVENTORY"  }'
{
  "inventoryItemIds": [
    "aW52ZW50b3J5LWl0ZW0tMDAx",
    "aW52ZW50b3J5LWl0ZW0tMDAy"
  ],
  "nextCursor": ""
}
Empty