Commitment Orchestrator Events APIs

This contains APIs to fetch commitment orchestrator events data.

List event logs

Obtains list of events and the count of their occurences grouped by date

Securityx-api-key
Request
path Parameters
account_id
required
string

Account Identifier for the Entity

query Parameters
accountIdentifier
required
string

Account Identifier for the Entity

start_date
required
string

Start time of the period

Example: start_date=2021-10-19
end_date
required
string

End time of the period

Example: end_date=2021-10-19
Request Body schema: */*

Optional filters

events
Array of strings
group_by
string
Responses
200

successful operation

400

Invalid status value

post/gateway/lw/api/accounts/{account_id}/v1/events/chart
Request samples
Response samples
application/json
{
  • "ts": 0,
  • "success": true,
  • "errors": "string",
  • "response": {
    }
}