This class allows you to group badge types together to make them easier to browse for your attendees.
Badge Type Categories are accessed via /api/badgetypecategory
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in BadgeTypeCategoryProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this badge type category belongs to.
See "Relationships" in Introduction for how to use them.
The list of BadgeTypes organized under this category.
The services used to fetch and manipulate badge type categories.
Searching all badge type categories across conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/badgetypecategory
GET /api/badgetypecategory/xxx
Returns:
{ "id" : "xxx", "name" : "Attendee Badges", ... }
PUT /api/badgetypecategory/xxx
Returns the same as a normal read.
DELETE /api/badgetypecategory/xxx
Returns:
{ "success" : 1 }