Skip to main content

Sessions

How to get the list of sessions of a channel

Use this service to get the list of sessions of a channel.

Let's get started with the example

Step-by-step examples

This guide shows how to get the session list of an event.

Prerequisites!

You will need a valid OAuth access_token to be able to make each call! Please refer to our Authentication Guide to obtain one.

Get the session list of an event

With this simple call we can easily get the session list of an event.

curl --location --request GET 'https://gateway-pre.oneboxtickets.net/catalog-api/v1/sessions' \
--header 'Authorization: Bearer {{access_token}}'

In the link below you can review all the available query parameters and so can do a more advanced and specific sessions list download.

Link to get sessions Specification

The session-detail service

Now that we have the sessions list and we can get the desired IDs of the sessions from the service response, we can follow the guide on how to use the session-detail service to obtain detailed information of each session.