Search flownode-instances
POSThttp://localhost:8080/v1/flownode-instances/search
Search flownode-instances
Request​
Responses​
- 200
- 400
- 403
- 404
- 500
Success
Data invalid
Forbidden
Not Found
API application error
Authorization: http
name: bearer-keytype: httpscheme: bearerbearerFormat: JWT
- curl
- java
- nodejs
- csharp
- python
- go
- CURL
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"
}
]
}'