scheduledEventGetAll

GET 

/v1/scheduled/events

scheduledEventGetAll

Request

Example
{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "dttmBegin": "2024-01-01T00:00:00.000Z",
      "dttmEnd": "2024-01-01T00:00:00.000Z",
      "description": "string",
      "state": "PENDING",
      "scheduledActions": [
        {}
      ],
      "createdDttm": "2024-01-01T00:00:00.000Z",
      "updatedDttm": "2024-01-01T00:00:00.000Z"
    }
  ],
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z",
    "paging": {
      "totalElements": 100,
      "totalPages": 5,
      "pageSize": 20,
      "pageNumber": 0,
      "pageOffset": 0
    }
  },
  "errors": []
}
Example
{
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z"
  },
  "errors": [
    {
      "code": "FAAS-500",
      "message": "Internal Server Error!"
    }
  ]
}