Manages the relationship between EventTypes and the Rooms that can host those event types.
You must have the scheduling
ConventionPrivilege to access this.
Event Type Rooms are accessed via /api/eventtyperoom
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in EventTypeRoomProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this event type room belongs to.
The EventType this event type room belongs to.
The Room this event type room belongs to.
The services used to fetch and manipulate event type rooms.
This will search across all conventions. To search on a single convention see "Relationships" in Convention.
GET /api/eventtyperoom
Searches a partial name.
Returns:
{ "paging" : {...}, "items" : [ { "id" : "xxx", "eventtype_id" : "xxx", ... }, ... ] }
POST /api/eventtyperoom
Returns the same as a normal read.
GET /api/eventtyperoom/xxx
Returns:
{ "id" : "xxx", "eventtype_id" : "xxx", ... }
PUT /api/eventtyperoom/xxx
Returns the same as a normal read.
DELETE /api/eventtyperoom/xxx
Returns:
{ "success" : 1 }