Appearance
sessions
An array of casting call sessions.
ACCESS
Directly accessible in:
Casting CallExample
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
datetimeRaw start datetime. Use with the Liquid date filter to format.
end
datetimeRaw end datetime. Use with the Liquid date filter to format.
is_tbc
booleanIf true, time is not yet confirmed — display To Be Announced instead of start/end times.
location_name
stringlocation_address
stringlocation_instructions
string