PPylon Developers
ApiPricing Tiers

Get Pricing History

GET
/api/organizer/v1/pricing-tiers/history
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Query Parameters

itemType*string
itemId*string
Formatuuid
fromDate?string
Formatdate-time
toDate?string
Formatdate-time

Response 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"
}