v1

latestOpenAPI 3.0.3MIT2026-07-23243157.4 KB
Timetables

Returns timetable data for a case

get/api/v1/timetables/{caseReference}

Path parameters

caseReferencestring required

Case / Project unique identifier

Response

List of timetables for a case

totalItemsnumber
itemsPerPagenumber
totalPagesnumber
currentPagenumber

Example response

{
  "timetables": [
    {
      "id": 1,
      "uniqueId": "WS010006-34601",
      "caseReference": "EN010009",
      "title": "Deadline 1A",
      "titleWelsh": "Deadline 1A",
      "description": "The ExA is under a duty to complete the Examination of the application by the end of the period of six months",
      "descriptionWelsh": "Mae’r Arolygydd wedi’i dyletswyddu i gwblhau’r Archwiliad o’r cais erbyn diwedd y cyfnod o chwe mis",
      "dateOfEvent": "2020-02-19 11:21:42",
      "timetableType": "Exams",
      "typeOfEvent": "Deadline",
      "dateTimeDeadlineStart": "2020-05-16 15:44:52",
      "sourceSystem": "Horizon"
    }
  ],
  "totalItems": 100,
  "itemsPerPage": 100,
  "totalPages": 1,
  "currentPage": 1
}