Get workflow roles by supplying a workflow code

Get workflow roles by supplying a workflow code

GET {{domain}}/api/WorkFlow/role/{code}

Path Parameters

Name
Type
Description

code

string

The workflow code

Headers

Name
Type
Description

client-id

string

the client id of the application

Authorization

string

Bearer Token

{
    "message": "Ok",
    "isError": false,
    "data": [
        {
            "claimType": "string",
            "claimValue": "string"
        }
    ]
}

Last updated

Was this helpful?