{
"condition": {
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/execution_failed/event/paged' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'
{
"list": [
{
"id": "string",
"contextName": "string",
"aggregateName": "string",
"header": {
"user_agent": "string",
"remote_ip": "string",
"trace_id": "string",
"command_operator": "string",
"local_first": true,
"command_wait_endpoint": "string",
"command_wait_stage": "PROCESSED"
},
"tenantId": "string",
"aggregateId": "string",
"ownerId": "",
"commandId": "string",
"requestId": "string",
"version": 0,
"body": [
{
"id": "string",
"name": "compensation_prepared",
"revision": "0.0.1",
"bodyType": "me.ahoo.wow.compensation.api.CompensationPrepared",
"body": {
"eventId": {
"aggregateId": {
"contextName": "string",
"aggregateName": "string",
"tenantId": "(0)",
"aggregateId": "string"
},
"id": "string",
"version": 0
},
"function": {
"contextName": "string",
"functionKind": "COMMAND",
"name": "string",
"processorName": "string"
},
"retryState": {
"nextRetryAt": 0,
"retries": 0,
"retryAt": 0,
"timeoutAt": 0
}
}
}
],
"createTime": 0
}
],
"total": 0
}