Appearance
models
An array of casting call attendees.
ACCESS
Directly accessible in:
Casting CallExample
json
[{
"name": "Sarah Jones",
"url": null,
"headshot_url": null,
"casting_group_name": "Group A",
"start": "2025-01-31 09:00:00",
"end": "2025-01-31 09:15:00",
"files": [{
"url": null
}]
}]Properties
Each item in the array has the following properties:
name
stringurl
stringFormat: absolute-url
headshot_url
stringFormat: absolute-url
casting_group_name
stringstart
datetimeUse with the Liquid date filter to format.
end
datetimeUse with the Liquid date filter to format.
files
arrayUploaded media files. Only present when casting.upload_media_type is set.
url
stringFormat: absolute-url