Skip to main content
Version: 8.7

Search process definitions

POST 

http://localhost:8080/v1/process-definitions/search

Search process definitions

Request​

Responses​

Success

Authorization: http

name: bearer-keytype: httpscheme: bearerbearerFormat: JWT
curl -L 'http://localhost:8080/v1/process-definitions/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"filter": {
"key": 0,
"name": "string",
"version": 0,
"versionTag": "string",
"bpmnProcessId": "string",
"tenantId": "string"
},
"size": 0,
"searchAfter": [
{}
],
"sort": [
{
"field": "string",
"order": "ASC"
}
]
}'
Request Collapse all
Base URL
http://localhost:8080
Auth
Body
{
"filter": {
"key": 0,
"name": "string",
"version": 0,
"versionTag": "string",
"bpmnProcessId": "string",
"tenantId": "string"
},
"size": 0,
"searchAfter": [
{}
],
"sort": [
{
"field": "string",
"order": "ASC"
}
]
}