Deprecation Notices

This is where you'll find notices of deprecated object fields or REST endpoints, or other things affecting the TTE API.

Previous notices

Update: 2026-08

"Available Dayparts" refresh endpoints

GET /api/room/xxx/available-dayparts/refresh is now non-operative
GET /api/eventtype/xxx/available-dayparts/refresh is now non-operative

DayParts currently available for scheduling an Event, in a specific Room, or of a specific EventType, can be requested at:

GET /api/room/xxx/available-dayparts, and
GET /api/eventtype/xxx/available-dayparts

The data returned by these endpoints used to be statically stored, and endpoints such as the above /refresh ones were available for maintenance of the static data.

While still available at the same endpoints, this data is now dynamically queried, and the maintenance endpoints are no longer required.

The two /refresh endpoints above still exist and will return success:1 (and a warning wrt the endpoint's status) in case any third-party app's logic relies on this success flag; but the endpoints actually do nothing.

Update: 2026-02

Library REST endpoints

GET /api/library/xxx/librarygames is deprecated; instead use GET /api/library/xxx/games
GET /api/library/xxx/libraryinventories is deprecated; instead use GET /api/library/xxx/inventories

LibraryGame REST endpoints

GET /api/librarygame/xxx/libraryinventoryitems is deprecated; instead use GET /api/librarygame/xxx/inventoryitems

LibraryInventory REST endpoints

GET /api/libraryinventory/xxx/missing_games is deprecated; instead use GET /api/libraryinventory/xxx/missing-games
GET /api/libraryinventory/xxx/libraryinventoryitems is deprecated; instead use GET /api/libraryinventory/xxx/items

Update: 2025-01-29

Event REST endpoints

POST /api/event/xxx/schedule-unassign-all is deprecated; instead use POST /api/event/xxx/unassign-slots
POST /api/event/xxx/schedule-unassign-session is deprecated; instead use POST /api/event/xxx/unassign-slots

EventSession REST endpoints

POST /api/eventsession/xxx/schedule-unassign is deprecated; instead use POST /api/eventsession/xxx/unassign-slots

Slot REST endpoints

PUT /api/slot/xxx/assign is deprecated; instead use POST /api/event/xxx/assign-slots or POST /api/eventsession/xxx/assign-slots
PUT /api/slot/xxx/unassign is deprecated; instead use POST /api/event/xxx/unassign-slots or POST /api/eventsession/xxx/unassign-slots

ProductVariant fields

Field taken_count has replaced quantity_sold

Event fields

Field taken_count has replaced sold_count
Field max_quantity has replaced max_tickets

EventSubmission fields

Field max_quantity has replaced max_tickets

BadgeType fields

Field taken_count has replaced sold_count
Field max_quantity has replaced max_available_count

Sponsorship fields

Field taken_count has replaced sold_count
Field max_quantity has replaced max_available_count