Retrieve file workflow processes

Get file workflow processes

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

This endpoint allows you to retrieve workflow processes for files.

Headers

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

{
    "processes": [
        {
            "processId": 7,
            "processName": "Document Workflow"
        }
    ]
}

Last updated