Skip to main content
Version: 8.5

Search flownode-instances

POST 

http://localhost:8080/v1/flownode-instances/search

Search flownode-instances

Request​

Responses​

Success

Authorization: http

name: bearer-keytype: httpscheme: bearerbearerFormat: JWT
curl -L 'http://localhost:8080/v1/flownode-instances/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"filter": {
"key": 0,
"processInstanceKey": 0,
"processDefinitionKey": 0,
"startDate": "string",
"endDate": "string",
"flowNodeId": "string",
"flowNodeName": "string",
"incidentKey": 0,
"type": "UNSPECIFIED",
"state": "ACTIVE",
"incident": true,
"tenantId": "string"
},
"size": 0,
"searchAfter": [
{}
],
"sort": [
{
"field": "string",
"order": "ASC"
}
]
}'
Request Collapse all
Base URL
http://localhost:8080
Auth
Body required
{
"filter": {
"key": 0,
"processInstanceKey": 0,
"processDefinitionKey": 0,
"startDate": "string",
"endDate": "string",
"flowNodeId": "string",
"flowNodeName": "string",
"incidentKey": 0,
"type": "UNSPECIFIED",
"state": "ACTIVE",
"incident": true,
"tenantId": "string"
},
"size": 0,
"searchAfter": [
{}
],
"sort": [
{
"field": "string",
"order": "ASC"
}
]
}