Get executable process models
GET {{baseUrl}}/runtime/models?version=-60440014&name=nisi laboris cupidatat mollit&nameLike=nisi laboris cupidatat mollit&key=nisi laboris cupidatat mollit&keyLike=nisi laboris cupidatat mollit&category=nisi laboris cupidatat mollit&categoryLike=nisi laboris cupidatat mollit&categoryNotEquals=nisi laboris cupidatat mollit&deploymentId=nisi laboris cupidatat mollit&latestVersion=true&filterByCurrentSubscription=true&deploymentSpace=nisi laboris cupidatat mollit&offset=nisi laboris cupidatat mollit&count=nisi laboris cupidatat mollit&sort=id
Get the executable process models across all deployed versions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
version | number | Only return process definitions with the given version. | |
name | string | Only return process definitions with the given name. | |
nameLike | string | Only return process definitions with a name like the given name. | |
key | string | Only return process definitions with the given key. | |
keyLike | string | Only return process definitions with a name like the given key. | |
category | string | Only return process definitions with the given category. | |
categoryLike | string | Only return process definitions with a category like the given name. | |
categoryNotEquals | string | Only return process definitions which do not have the given category. | |
deploymentId | string | Only return process definitions with the given deployment id. | |
latestVersion | boolean | Only return the latest process definition versions | |
filterByCurrentSubscription | boolean | Only return the process definitions in the current subscription | |
deploymentSpace | string | Only return the process definitions with the given deployment space. | |
offset | string | Start position value in the list of items, used for pagination. | |
count | string | Number of items to be limited in the response, used for pagination. By default the count value is set to 10. | |
sort | string | Property to sort on, to be used together with the order. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"content":[[{"category":"Sample category","deploymentSpace":"TENANT","id":"034eedd5-3209-11ea-ad13-eeee0aff6857","key":"SampleKey","links":{"empty":false},"name":"Sample Process","processDefinitionId":"SampleKey:1:034eedd5-3209-11ea-ad13-eeee0aff6857","subscriptionId":"cda90802-4bcc-4134-9815-95b8ed50b516","tenantId":"cda90802-4bcc-4134-9815-95b8ed50b516","version":1},{"category":"Sample category","deploymentSpace":"TENANT","id":"034eedd5-3209-11ea-ad13-eeee0aff6857","key":"SampleKey","links":{"empty":true},"name":"Sample Process","processDefinitionId":"SampleKey:1:034eedd5-3209-11ea-ad13-eeee0aff6857","subscriptionId":"cda90802-4bcc-4134-9815-95b8ed50b516","tenantId":"cda90802-4bcc-4134-9815-95b8ed50b516","version":1}],[{"category":"Sample category","deploymentSpace":"TENANT","id":"034eedd5-3209-11ea-ad13-eeee0aff6857","key":"SampleKey","links":{"empty":true},"name":"Sample Process","processDefinitionId":"SampleKey:1:034eedd5-3209-11ea-ad13-eeee0aff6857","subscriptionId":"cda90802-4bcc-4134-9815-95b8ed50b516","tenantId":"cda90802-4bcc-4134-9815-95b8ed50b516","version":1},{"category":"Sample category","deploymentSpace":"TENANT","id":"034eedd5-3209-11ea-ad13-eeee0aff6857","key":"SampleKey","links":{"empty":false},"name":"Sample Process","processDefinitionId":"SampleKey:1:034eedd5-3209-11ea-ad13-eeee0aff6857","subscriptionId":"cda90802-4bcc-4134-9815-95b8ed50b516","tenantId":"cda90802-4bcc-4134-9815-95b8ed50b516","version":1}]],"links":{"empty":false}}