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
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