Event Cloud 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
Comments
Please sign in to leave a comment.