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

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

{
    "processes": [
        {
            "processId": 16,
            "processName": "Inventory Workflow"
        }
    ]
}

Last updated