Skip to content

sessions

An array of casting call sessions.

ACCESS

Directly accessible in:

Casting Call

Example

json
[{
  "start": "2025-01-31 09:00:00",
  "end": "2025-01-31 17:00:00",
  "is_tbc": 0,
  "location_name": "Studio 5",
  "location_address": "123 Main St, Los Angeles, CA",
  "location_instructions": null
}]

Properties

Each item in the array has the following properties:

start datetime

Raw start datetime. Use with the Liquid date filter to format.

end datetime

Raw end datetime. Use with the Liquid date filter to format.

is_tbc boolean

If true, time is not yet confirmed — display To Be Announced instead of start/end times.

location_name string
location_address string
location_instructions string