inventoryWorkflow

Get Workflow Details for an Inventory Item

Get workflow details for an inventory item.

Request
path Parameters
inventoryId
required
integer <int32>

ID of the Inventory

Example: 1
header Parameters
Authorization
required
string
Default:

Bearer JWT Token

Example: Bearer JWT_TOKEN
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/inventories/{inventoryId}/workflows

Workflows

Create or update workflow for an inventory item.

Request
path Parameters
inventoryId
required
integer <int32>

ID of the Inventory

Example: 1
header Parameters
Authorization
required
string
Default:
Example: Bearer JWT_Token
Request Body schema: application/json
Array
key
string
value
string
Responses
201

Created

400

Bad Request

404

Not Found

500

Internal Server Error

post/inventories/{inventoryId}/workflows
Request samples
application/json
[
  • {
    }
]