Include Parameter

The include query parameter is used to request related resources be added to the included member of the Response Object.

To include multiple related resources in a response, separate them by commas (,).

In some cases, related resources may not have their own endpoints and may not be directly related to the resource for the endpoint used in the request. In this case, you can traverse the resource relationships using dots (.).

Example

https://api.eventtemple.com/v2/events?include=space
https://api.eventtemple.com/v2/booking?include=group,group.room_rates