cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/lists-rates/ \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "_id": "plryuiyps0006msyw2pri1tem1LpJwSx", "name": "General Access", "options": [ { "_id": "PrbxvjKCVsv9LjzOB4uWE5KfWGrpvxl3", "additional_info": "Valid only for erasmus.", "age": 18, "boys": true, "from": 0, "girls": true, "price": 10, "until": 27000 } ], "slug": "general-access" } ] }
Get all the rates of lists given a event.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Event identifier.
HTTP OK
true
Array of lists rates
Show child attributes
Unique ID of the list rate.
"plryuiyps0006msyw2pri1tem1LpJwSx"
Name of the rate.
"General Access"
Unique ID of the option rate.
"PrbxvjKCVsv9LjzOB4uWE5KfWGrpvxl3"
Additional info.
"Valid only for erasmus."
Min age of the option.
x >= 0
18
Valid for boys.
Relative seconds from start of the event (start) from the option is valid.
0
Valid for girls.
Price of the option.
10
Relative seconds from start of the event (start) until the option is valid.
27000
Slug of the rate.
"general-access"