v35

latestOpenAPI 3.0.4raw.githubusercontent.com2026-08-075395299.5 KB
application-lists

Get Application Lists (paginated, filterable)

Returns a paginated list of Application Lists.

get/application-lists

Query parameters

datestring date

Single date of the Application List.

timestring time

Single time of the Application List.

courtLocationCodestring

Court Location code (exact match).

cjaCodestring

CJA code (exact match).

descriptionstring

Case-insensitive contains match on description.

otherLocationDescriptionstring

Case-insensitive contains match on other location description.

status'OPEN' | 'CLOSED'

Status of the Application List.

Filter criteria for Application Lists.

{
  "date": "2025-10-07",
  "time": "10:30:00",
  "courtLocationCode": "LOC123",
  "cjaCode": "52",
  "description": "morning session",
  "otherLocationDescription": "town hall",
  "status": "OPEN"
}
pageNumberinteger
pageSizeinteger
sortstring[]

Sort parameter. Format: property,(asc|desc). Currently only a single sort value is supported. Example: ?sort=date,desc.

[
  "date,desc"
]

Response

Page of Application Lists