Retrieve right workflow processes

Get right workflow processes

GET https://ris.rightsline.com/v4/right-processes

This endpoint allows you to retrieve workflow processes for rights.

Headers

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

{
    "processes": [
        {
            "processId": 17,
            "processName": "Rights Workflow",
            "sequenceNumber": 1,
            "description": "Rights Workflow Description"
        }
    ]
}

Last updated