---
title: "Demonstration of a list"
method: GET
path: "/demonstration/{crn}/{label}/{persistenceId}"
---

# Demonstration of a list

`GET /demonstration/{crn}/{label}/{persistenceId}`

use of page control query parameters

## Parameters

- `parameters/at.yaml` — unresolved $ref
- `parameters/page.yaml` — unresolved $ref
- `parameters/perPage.yaml` — unresolved $ref

## Response `200`

We get a list of references

- object
  - `hrefs` string[], required
  - `href` PagingHrefYaml, required — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — Probably, the page that was requested was past the last page, i.e., the number of items in the list is less than or equal to `per_page * (page - 1)`. E.g., with 113 entries, the last page with `per_page = 20`, is page 6. A request for page 7 results in a `404`.

---

[API](https://skmtc.dev/peopleware/apis/ppwcode-openapi-demonstration.md) · [All operations](https://skmtc.dev/peopleware/apis/ppwcode-openapi-demonstration/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/peopleware/ppwcode-openapi-demonstration/revisions/c0d5b7fb37e0/schema)
