Retrieve inventory workflow processes
Get inventory workflow processes
GET
https://ris.rightsline.com/v4/inventory-processes
This endpoint allows you to retrieve workflow processes for inventory.
Headers
Name
Type
Description
x-api-key*
string
Your company's API key.
Authentication*
string
Authentication token.
{
"processes": [
{
"processId": 16,
"processName": "Inventory Workflow",
"sequenceNumber": 1,
"description": "Inventory Workflow Description"
}
]
}
Last updated
Was this helpful?