GET
/
v1
/
pricelist
/
{id}
/
period
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/pricelist/{id}/period
[
  {
    "validFrom": "2022-05-12T13:18:05Z",
    "validTo": "2022-05-12T13:18:05Z",
    "value": 123,
    "priceListId": "<string>",
    "id": "<string>"
  }
]

Path Parameters

id
string
required

The id of the price list of which you want to fetch the periods

Query Parameters

auditUser
string
required

The audit user to log the request

page
integer
default:0

Current page

size
integer
default:30

How many periods should be returned per page, default is 30. Cannot be more than 100.

Required range: 1 < x < 100

Response

200
application/json

Successfully retrieved

The response is of type object[].