---
title: "Get all Entries (paginated, filterable)"
method: GET
path: "/application-list-entries"
tags: ["application-list-entries"]
---

# Get all Entries (paginated, filterable)

`GET /application-list-entries`

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

## Query parameters

- `filter` EntryGetFilterDto — Filter criteria for retrieving Application List Entries.
  - `date` string, date — The date on which the application's hearing is scheduled. This has to be Exact.
  - `courtCode` string — Name of the court or session where the application is being heard. This has to be Exact.
  - `otherLocationDescription` string — Description of an alternative location for the hearing. This can be Partial.
  - `cjaCode` string — The Criminal Justice Area (CJA) associated with the application. This has to be Exact.
  - `applicantOrganisation` string — The name of the organisation submitting the application. This can be Partial.
  - `applicantSurname` string — The surname of the applicant if the applicant is an individual. This can be Partial.
  - `standardApplicantCode` string — Unique code identifying the standard applicant. This can be Partial.
  - `status` 'OPEN' | 'CLOSED' — Status of the Application List.
  - `respondentOrganisation` string — The name of the organisation responding to the application.
  - `respondentSurname` string — The surname of the respondent if the respondent is an individual.
  - `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.
  - `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.
- `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.
- `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)
