checkStatus

Click to copy

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

token

string

Path parameters

NameTypeRequired

orgId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /{orgId}/checkStatus \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

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

200

OK

success

Status

400

Bad Request

error

WorkflowJsonExceptionDTO

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