Get workflows of an Application

Get workflows of an Application

GET {{domain}}/api/WorkFlow/{applicationcode}/application

Path Parameters

Name
Type
Description

applicationcode

string

{{client-id}}

Headers

Name
Type
Description

client-id

string

client id of the application

Authorization

string

Bearer Token

{
    "message": "Ok",
    "isError": false,
    "data": [
        {
            "id": 1,
            "name": "string",
            "code": "{{client-id}}",
            "level": 1
        }
    ]
}

Last updated

Was this helpful?