Used to set up special privileges for badges,
usually used with VIPs.
You must have the scheduling
or registration
ConventionPrivilege to access this.
Event Groups are accessed via /api/eventgroup
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in EventGroupProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this eventgroup belongs to.
Field limit_by_badge_type
is no longer used.
Instead,
refer to an EventGroup's EventGroupBadgeTypes,
max_tickets_per_badge
field.
See "Relationships" in Introduction for how to use them.
The list of BadgeTypes that can buy Tickets for Events in this group.
Manages the relationship between event groups and BadgeTypes.
Manages the relationship between event groups and Events.
The list of Events that are part of this group.
See "Includes" in Introduction for how to use them.
Returns an sorted array of the Event Group's associated BadgeTypes.
Returns an array of the Event ID
s for the Group's Events lacking needed seats relative to associated BadgeTypes' available amount.
Applies only to Event Groups which are tickets_autoincluded
.
A flag whether any of the Event Group's associated Events lacks the needed seats relative to associated BadgeTypes' available amount.
Applies only to Event Groups which are tickets_autoincluded
.
Returns 1
(true) if the Event Group offers complimentary tickets,
0
if not.
The services used to fetch and manipulate event groups.
Searching all event groups across conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/eventgroup
Returns the same as a normal read.
GET /api/eventgroup/xxx
Returns:
{ "id" : "xxx", "name" : "Charity Event", ... }
PUT /api/eventgroup/xxx
Returns the same as a normal read.
DELETE /api/eventgroup/xxx
Returns:
{ "success" : 1 }
Get list of BadgeTypes not associated with the Event Group.
GET /api/eventgroup/xxx/remaining-badgetypes
Returns list of BadgeTypes.