Index Reason
List for all Reason
Query Parameters
filters string[]
limit integer
page integer
search string
sort string[]
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
ids string[]
paginated_result object[]
id uuid
reason string
Possible values: non-empty
and <= 255 characters
type string
Possible values: [CANCELED
]
metadata
{
"data": {
"ids": [
"string"
],
"paginated_result": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reason": "string",
"type": "CANCELED"
}
]
},
"metadata": {}
}
Loading...