OutSavvy API Developer Documentation

Ticket Type Response

This is an object representing a ticket type on OutSavvy. Each ticket type is associated with an event date.

Public fields

  • id integer: The id of the ticket type
  • name string : The name of the ticket type
  • description string: An extended description of the ticket type
  • ticket_type string: The type of tickets one of either paid, free, pay what you can, add-on, table or donation
  • include_fee boolean: Is the ticket free included in the cost of the ticket
  • minimum_tickets integer: The minimum number of tickets a customer must buy
  • maximum_tickets integer: The maximum number of tickets a customer can buy
  • status string : One of unavailable, sold_out, on_sale, off_sale
  • event_id integer: The id of the event associated with the ticket type
  • event_date_id integer: The id of the event date associated with the ticket type
  • price price: The price for the ticket type
  • fee price: The total fees for the ticket type
  • gain_entry string : Details of how to gain entry
  • start_date datetime: The on-sale start date for the ticket type
  • end_date datetime: The on-sale end date for the ticket type

Private fields

  • quantity integer: The total number of tickets available
  • sold integer : The total number fo tickets sold of this type
  • hidden boolean: Is the ticket type hidden? Hidden tickets are unlocked with a promo code