v35

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

Get Application List Entries (paginated, filterable)

Returns a paginated list of Application List Entries linked to a specific Application List.

get/application-lists/{listId}/entries

Path parameters

listIdstring uuid required

Public identifier of the Application List.

Query parameters

sequenceNumberinteger

The sequence number of the application in the list. This has to be Exact.

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.

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.

feeRequiredboolean

Whether a fee is required for the application. This has to be Exact.

resultedstring

The application resolution code. This can be Partial.

Filter criteria for Application List Entries.

{
  "sequenceNumber": 1,
  "applicationTitle": "Smith vs Jones",
  "applicantName": "John Turner",
  "respondentName": "Sarah Johnson",
  "respondentPostcode": "SW1A 1AA",
  "feeRequired": true,
  "resulted": "APPC"
}
pageNumberinteger
pageSizeinteger
sortstring[]

Sort order. A single value is currently supported. Format: property,(asc|desc). Supported properties are sequenceNumber, applicationTitle, applicantName, respondentName, respondentPostcode, accountReference, feeRequired, and resulted. applicantName sorts by organisation name for organisation applicants, otherwise by first name and last name.

[
  "applicantName,asc"
]

Response

Page of Application List Entries