---
title: "Get Application List Entries (paginated, filterable)"
method: GET
path: "/application-lists/{listId}/entries"
tags: ["application-list-entries"]
---

# Get Application List Entries (paginated, filterable)

`GET /application-lists/{listId}/entries`

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

## Path parameters

- `listId` string, uuid, required

## Query parameters

- `filter` EntryApplicationListGetFilterDto — Filter criteria for retrieving Application List Entries for an Application List.
  - `sequenceNumber` integer — The sequence number of the application in the list. This has to be Exact.
  - `applicationTitle` string — The title of the application. This can be Partial.
  - `applicantName` string — The applicant display name. For people this uses the format "firstName lastName"; for organisations this uses the organisation name. This can be Partial.
  - `respondentName` string — The respondent display name. For people this uses the format "firstName lastName"; for organisations this uses the organisation name. This can be Partial.
  - `respondentPostcode` string — The postcode associated with the respondent’s address. This can be Partial.
  - `accountReference` string — Reference code identifying the applicant’s account. This can be Partial.
  - `feeRequired` boolean — Whether a fee is required for the application. This has to be Exact.
  - `resulted` string — The application resolution code. This can be Partial.
- `pageNumber` integer
- `pageSize` integer
- `sort` string[]

## Response `200`

Page of Application List Entries

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `404` — The requested resource was not found.
- `406` — Requested media type/version not acceptable.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api.md) · [All operations](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-courts-and-tribunals-service/applications-register-api/revisions/ea2dadd4450b/schema)
