NOTE HERE ABOUT WHAT THIS IS FOR.
You must have the registration
ConventionPrivilege to access this.
BadgeTypeEventTypes are accessed via /api/badgetypeeventtype
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in BadgeTypeEventTypeProperties. It also has these extra read-only properties:
See "Related Objects" in Introduction for how to use them.
The Convention this BadgeTypeEventType belongs to.
See "Relationships" in Introduction for how to use them.
See "Includes" in Introduction for how to use them.
The services used to fetch and manipulate BadgeTypeEventTypes.
Searching all badge type event types across conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/badgetypeeventtype
Returns the same as a normal read.
GET /api/badgetypeeventtype/xxx
Returns:
{ "id" : "xxx", "name" : "The Captain is Dead", ... }
PUT /api/badgetypeeventtype/xxx
Returns the same as a normal read.
DELETE /api/badgetypeeventtype/xxx
Returns:
{ "success" : 1 }