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
Name
Type
Description
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
Was this helpful?