Manages the relationship between EventGroups and BadgeTypes.
You must have the scheduling
or registration
ConventionPrivilege to access this.
Event Group Badge Types are accessed via /api/eventgroupbadgetype
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in EventGroupBadgeTypeProperties.
Field max_per_badge
name changed to max_tickets_per_badge
.
See "Related Objects" in Introduction for how to use them.
The BadgeType this event group badge type belongs to.
The Convention this event group badge type belongs to.
The EventGroup this event group badge type belongs to.
The services used to fetch and manipulate event group badge types.
Searching all event group badge types across conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/eventgroupbadgetype
Returns the same as a normal read.
GET /api/eventgroupbadgetype/xxx
Returns:
{ "id" : "xxx", "badgetype_id" : "xxx", ... }
PUT /api/eventgroupbadgetype/xxx
Returns the same as a normal read.
DELETE /api/eventgroupbadgetype/xxx
Returns:
{ "success" : 1 }
Get Events related to the associated EventGroup which are still available.
GET /api/eventgroupbadgetype/xxx/comp-events/available
Returns the list of Events.