Selections represent projects that have been selected into a festival. Any selection in the system becomes publicly visible once the edition has made selections public.
Selections are the core item being programmed into virtual and in-person screenings.
Endpoints
- GET programming/selection
- GET programming/selection/:id
- DELETE programming/selection/:id
The Selection Object
id ID
The unique identifier for the selection.
archived boolean
If true, this selection has been archived for a past edition. Screeners for archived selections are no longer available.
canonical_name string
A canonicalized name of the selection guaranteed to be unique within the festival.
edition_id ID
The unique identifier for the edition into which the selection is being programmed.
submission_id ID
The unique identifier for the submission from which this selection was created.