---
title: "GET /apps/at-pt/v1/entry/{silo_entry_id}/series/{id}"
method: GET
path: "/apps/at-pt/v1/entry/{silo_entry_id}/series/{id}"
---

# GET /apps/at-pt/v1/entry/{silo_entry_id}/series/{id}

`GET /apps/at-pt/v1/entry/{silo_entry_id}/series/{id}`

Get details of a specific series by ID.

## Path parameters

- `silo_entry_id` string, required — Silo entry ID of the supplier to get the series for.
- `id` string, required — UUID of the series to get the details for.

## Response `200`

Series details.

- Series
  - `id` string — Series ID.
  - `code` string — Full series code (document type + base code).
  - `base` string — Base code for the series.
  - `document_type` string — Document type for the series.
  - `type` string — Type of the series.
  - `validation_code` string — AT validation code for the series used to generate ATCUD codes.

## Other responses

- `400` — Invalid or missing series ID.
- `404` — Series or supplier not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/invopop/apis/access-service-api.md) · [All operations](https://skmtc.net/invopop/apis/access-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invopop/access-service-api/versions/fc954f96ea62/schema)
