get https://api.ingresse.com/event/
Return full set information for specified event. There are private information available only for event owners. Hidden/Private events must be available for event owners requests (necessary user token).
Return Glossary
Event status
responseData[].status
Defines the event visibility condition.
published
(event is available for search),private
(event is only accessible via its link),draft
(event is not available, only for logged access).
Date status
responseData[].date[].status
Defines the purchase condition for session. Options are listed below from most to less prior:
available
(there are tickets available to buy),notstarted
(tickets will start sales soon),soldout
(tickets are sold out),finished
(tickets sales period expired),unavailable
(the session has no tickets registered).
Custom tickets
responseData[].customTickets[]
Specifies when the event has passport ticket types. To know more about passports, please read about it in our guides.
The properties are:
- name: the recommended name to be used in the interface.
- slug: the string to be used in the Tickets List API as a query string filter.
- status: works the same way as date status, in order to indicate this group sale status.