Check the status and license capability of Workflow Manager Server
Checks the status of Workflow Manager Server and returns the license capability level.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/checkStatus \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"success": true,
"hasAdvancedLicense": true
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |