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.
This will search across all conventions. To search on a single convention see "Relationships" in Convention.
GET /api/badgetypeeventtype
Searches a partial name.
Returns:
{ "paging" : {...}, "items" : [ { "id" : "xxx", "name" : "The Captain is Dead", ... }, ... ] }
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 }