v34

latestOpenAPI 3.0.4raw.githubusercontent.com2026-08-015395299.3 KB
application-list-entries

Get all Entries (paginated, filterable)

Returns a paginated list of Application Lists Entries that match the search filters, without using an Application List ID .

get/application-list-entries

Query parameters

datestring date

The date on which the application's hearing is scheduled. This has to be Exact.

courtCodestring

Name of the court or session where the application is being heard. This has to be Exact.

otherLocationDescriptionstring

Description of an alternative location for the hearing. This can be Partial.

cjaCodestring

The Criminal Justice Area (CJA) associated with the application. This has to be Exact.

applicantOrganisationstring

The name of the organisation submitting the application. This can be Partial.

applicantSurnamestring

The surname of the applicant if the applicant is an individual. This can be Partial.

standardApplicantCodestring

Unique code identifying the standard applicant. This can be Partial.

status'OPEN' | 'CLOSED'

Status of the Application List.

respondentOrganisationstring

The name of the organisation responding to the application.

respondentSurnamestring

The surname of the respondent if the respondent is an individual.

respondentPostcodestring

The postcode associated with the respondent’s address. This can be Partial.

accountReferencestring

Reference code identifying the applicant’s account. This can be Partial.

applicationTitlestring

The title of the application. This can be Partial.

applicantNamestring

The applicant display name. For people this uses the format "firstName lastName"; for organisations this uses the organisation name. This can be Partial.

respondentNamestring

The respondent display name. For people this uses the format "firstName lastName"; for organisations this uses the organisation name. This can be Partial.

Filter criteria for Application Lists Entries.

{
  "date": "2025-10-07",
  "courtCode": "LOC123",
  "otherLocationDescription": "Bradford scout hut",
  "cjaCode": "52",
  "applicantOrganisation": "Smith Legal Services Ltd",
  "applicantSurname": "Smith",
  "standardApplicantCode": "APP001",
  "status": "OPEN",
  "respondentOrganisation": "Jones Consulting Group",
  "respondentSurname": "Jones",
  "respondentPostcode": "SW1A 1AA",
  "applicationTitle": "Smith vs Jones",
  "applicantName": "John Turner",
  "respondentName": "Sarah Johnson"
}
pageNumberinteger
pageSizeinteger
sortstring[]

Sort order. A single value is currently supported. Format: property,(asc|desc). Supported properties are date, applicantName, respondentName, applicationTitle, feeRequired, resulted, isResulted, and status. resulted sorts by the result code; isResulted sorts by whether the entry has been resulted.

[
  "date,desc"
]

Response

Page of Application List Entries