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"
}
]
}PreviousGet workflow users and their level by supplying a workflow codeNextGet a workflow by supplying a workflow code
Last updated
Was this helpful?