inventoryWorkflow

Get workflow details for an inventory

Get workflow details for an inventory

SecuritybearerAuth
Request
path Parameters
inventoryId
required
integer <int64>

ID of the Inventory

Example: 1
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

SecuritybearerAuth
Request
path Parameters
inventoryId
required
integer <int64> >= 1

ID of the Inventory

Example: 1
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
[
  • {
    }
]