---
title: "Get price list period"
method: GET
path: "/v1/pricelist/period/{id}"
tags: ["Get price lists"]
---

# Get price list period

`GET /v1/pricelist/period/{id}`

Returns the price list period for the given period id

## Path parameters

- `id` string, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful retrieved the period

- FullPriceListPeriod
  - `validFrom` string, date-time — The RFC 3339 format date and time from what time the price list should be active. Cannot be null
  - `validTo` string, date-time — The RFC 3339 format date and time when this price list should stop to be active. Cannot be greater than 'validFrom' of any other price list with the same 'code'. Can be null, which means this price list is active until this field is set
  - `value` number — The value of the price
  - `priceListId` string — A id that uniquely identifies this price list
  - `id` string — A id that uniquely identifies this price list period

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
