Hubb offers a lot of data on the Sessions endpoint, but some of that data is not visible right away. It requires you to "$expand" to see more. This article will go over what data can be expanded on this endpoint.
$expanding on /Sessions
These are the fields that can be expanded from the Sessions endpoint:
- Speakers
- Room
- TimeSlot
- PropertyValues/PropertyMetadata
- Track
- SessionType
- AllowedCustomRoles
API call:
GET https://ngapi.hubb.me/api/v1/[eventId]/Sessions?$expand=Speakers,Room,TimeSlot,PropertyValues/PropertyMetadata,Track,SessionType,AllowedCustomRoles
Still need more help? Please reach out to us at support@hubb.me and one of our Technical Support Engineers will be able to assist you with our API.