Guest Categories
Guest Categories
Retrieve the list of guest categories
JSON
GET /api/v1/events/{event_id}/guest_categories.json?auth_token=YOUR_API_TOKEN// 200 OK
[
{
// the first guest category
},
{
// the second guest category
}
]XML
Get information about a given guest category
JSON
XML
Create a guest category
JSON
XML
Update a guest category
JSON
XML
Last updated