inventoryWorkflow

Get workflow details for an inventory

Get workflow details for an inventory

Request
path Parameters
inventoryId
required
integer <int32>

ID of the Inventory

Example: E.g. 1
header Parameters
Authorization
required
string
Default:

Bearer JWT Token

Example: E.g. 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

Request
path Parameters
inventoryId
required
integer <int32>

ID of the Inventory

Example: E.g. 1
header Parameters
Authorization
required
string
Default:
Example: Bearer JWT_Token
Request Body schema: application/json
required
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
[
  • {
    }
]