---
title: "Get a print-ready JSON payload for a Standard Applicants"
method: GET
path: "/standard-applicants/reports/print"
tags: ["standard-applicants"]
---

# Get a print-ready JSON payload for a Standard Applicants

`GET /standard-applicants/reports/print`

Returns all data required for printing Standard Applicants filtered by the supported print criteria; code, name, addressLine1, from and to.  Dates are returned in ISO format; frontend PDF rendering should display dates as dd/MM/yyyy for legacy parity.

## Query parameters

- `code` string
- `name` string
- `from` string, date
- `to` string, date
- `addressLine1` string
- `sort` string[]

## Response `200`

Print-ready Standard Applicants payload.

## 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/bea8e18804d7/schema)
