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