Get Event Operations (v2.0)
POST/v2.0/api/tenants/:tenant_id/events/operations
Get all the event operations.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
- application/json
Body
bulk_acknowledge object
The details of acknowledged events.
acknowledge boolean
event_ids string[]
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
_status_code integer
The status code of the event.
{
"_status_code": 0
}
Bad Request Invalid query or params
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_REQUEST_ERROR_0001"
}
]
}
}
Loading...