Search process definitions
POST/v1/process-definitions/search
Search process definitions
Request
- application/json
Body
required
Search examples
- Array [
- ]
filter object
key int64
name string
version int32
bpmnProcessId string
tenantId string
size int32
searchAfter object[]
sort object[]
field string
order string
Possible values: [ASC
, DESC
]
Responses
- 200
- 400
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]
key int64
name string
version int32
bpmnProcessId string
tenantId string
sortValues object[]
total int64
{
"items": [
{
"key": 0,
"name": "string",
"version": 0,
"bpmnProcessId": "string",
"tenantId": "string"
}
],
"sortValues": [
{}
],
"total": 0
}
Data invalid
- application/problem+json
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
API application error
- application/problem+json
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Loading...