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

Last 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