Skip to content

checkStatus

GET
Use dark colors for code blocksCopy
1
/{orgId}/checkStatus
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

NameTypeRequired
tokenstring¦null

Path parameters

NameTypeRequired
orgIdstring

Response status

StatusMeaningDescriptionSchema
200OK

success

Status
400Bad Request

error

WorkflowJsonExceptionDTO

Examples

Request

Use dark colors for code blocksCopy
1
2
3
# You can also use wget
curl -X GET /{orgId}/checkStatus \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

Use dark colors for code blocksCopy
1
2
3
4
{
  "success": true,
  "hasAdvancedLicense": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.