action avaza_inventory_get_by_id { label: "Gets InventoryItem by InventoryItem ID" provider: avaza method: GET path: "/api/Inventory/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }