Skip to content
Core API
Esc
navigateopen⌘Jpreview

Session bookmarks

Session bookmarks: available fields, filters, associations, and API operations.

Path: events/{event_id}/session-bookmarks
Methods: GET collection/record, POST, DELETE. There is no PATCH operation.

  • Fields: event-id, timeslot-id, registrant-id, created-at, updated-at.
  • Filters: timeslot_id, registrant_id, created_from, created_to.
  • Associations: none.
GET .../session-bookmarks?registrant_id=1201

POST inputs: timeslot_id, registrant_id.

{
  "timeslot_id": 5501,
  "registrant_id": 1201
}

The timeslot and registrant must belong to the event. POST is idempotent for the same pair: an existing bookmark is returned instead of creating a duplicate.

Last updated on August 21, 2026