Session Resource
Session
This resource represents a session. Sessions are associated with events. Sessions contain information about when an event is happening and which ticket type's are available for the session.
Example
<?xml version="1.0"?>
<error>An error occurred</error>
Fields
Name | Description | Access* |
---|---|---|
datetime_end |
The date and time that the session ends in format YYYY-mm-dd H:M:S. This is represented in the events local time. |
All |
datetime_start |
The date and time that the session starts in format YYYY-mm-dd H:M:S. This is represented in the events local time. |
All |
datetime_summary |
A textual summary of when the session is occurring. The format of this can be controlled using the
|
All |
id |
Integer uniquely representing the session. |
All |
is_cancelled |
Whether the session is cancelled. |
All |
is_currently_onsale |
Whether tickets to this session can be purchased from Eventfinda currently. That is sometimes tickets to a session may go on sale until a certain date and may not be available after a certain date. Often a session stops selling a few hours prior to its start time for example. |
All |
is_for_tickets_only |
If this session |
All |
is_ticketed |
Whether tickets to this session can be purchased from Eventfinda. |
All |
offsale_at |
If this session |
All |
ticketing_label |
If this session |
All |
timezone |
Timezone of the sessions location. |
All |
event |
Session related event title. |
All |
event_id |
Session related event id. |
All |
category |
Category which is mapped to the event. |
All |
*Account types with access to this field, see resource documentation for more information.