ApiPricing Tiers
Get Pricing History
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Query Parameters
itemType*string
itemId*string
Format
uuidfromDate?string
Format
date-timetoDate?string
Format
date-timeResponse Body
application/json
application/json
curl -X GET "https://loading/api/organizer/v1/pricing-tiers/history?itemType=string&itemId=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"history": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"priceAmount": 0.1,
"priceCurrency": null,
"priceModifierType": null,
"priceModifierValue": 0.1,
"validFrom": "2019-08-24T14:15:22Z",
"validUntil": "2019-08-24T14:15:22Z",
"capacity": 0,
"soldCount": 0,
"status": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"code": "string",
"message": "string"
}