Skip to content

models

An array of casting call attendees.

ACCESS

Directly accessible in:

Casting Call

Example

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 string
url string

Format: absolute-url

headshot_url string

Format: absolute-url

casting_group_name string
start datetime

Use with the Liquid date filter to format.

end datetime

Use with the Liquid date filter to format.

files array

Uploaded media files. Only present when casting.upload_media_type is set.

url string

Format: absolute-url