v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet repricing agreements
Retrieves all price agreements periods
This operation will return the full list of saved price agreements periods
get/v1/priceagreement/{id}/period
Path parameters
idstring required
The id of the price agreement to which periods should be fetched
Query parameters
auditUserstring required
The audit user to log the request
pageinteger
Current page
sizeinteger
How many agreement periods should be returned per page, default is 30. Cannot be more than 100.
Response
Successfully retrieved
Example response
[
{
"validFrom": "2022-05-12T13:18:05Z",
"validTo": "2022-05-12T13:18:05Z"
}
]