Event Social Attendees
Last Updated: .
List of social attendees associated with the specified event.
URL
URL Keys
The Event Social Attendees method url contains the following keys:
- ORG_SLUG: an organization's unique identifier
- EVENT_SLUG: an event's unique identifier of an event, this is unique per organization
API Key
All requests must include your personal API key in the query string. To obtain an API key, login to your account on TicketLeap. Go to your account on the top bar, then select "API Key" from the menu.
Paging
The Event Social Attendees method accepts optional paging parameters in the query string. If these parameters are not included, the default values are used.
- page_num: Specifies the page to return. Default value is 1. First page is page 1.
- page_size: Specifies how many records to return in the page. Default value is 10. Maximum allowed value is 100.
To return the second page of 5, the request would look like this:
http://public-api.ticketleap.com/organizations/ORG_SLUG/events/EVENT_SLUG/social/attendees?key=PUT_API_KEY_HERE&page_num=2&page_size=5
Lists of Objects
The Event Social Attendees method returns a list of objects and will include the following fields in the response:
- total_count: The total number of objects that match the query
- page_num: The page number of the subset of data that was returned
- page_size: The page size value used in generating the subset of data that was returned
Example
Try an example of the Event Social Attendees method:
http://public-api.ticketleap.com/organizations/puppies/events/wearing-a-giant-cowboy-hat/social/attendees?key=PUT_API_KEY_HERE