Skip to content

Commit

Permalink
Explain "vita" response field
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshih committed May 1, 2024
1 parent 8464523 commit ca734b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ attribute_visibility | hash | Indicates per attribute `age`, `acting_age`, `gend
profile_visibility | string | Visibility of the profile on Filmmakers (`public` or `private`)
showreel_ids | Array | Ids of showreels (see `showreels` endpoint)
showreel_medium_ids | Array | Ids of showreel media that are either connected to a showreel or credits/skills (see also `showreel_media` endpoint)
vita | hash | A collection of credits. Each entry contains structured data related to a specific credit. The entries in this collection are sorted by the following logic: `in_development` (if `true` those come first), `year_to`/`year_from` (chronologically descending), `position` (sorted manually by the user), `id`. The credits are grouped by type, e.g. `education`, `television`, `theatre` etc. `ìn_development` indicates whether the title is still in development, i.e. not yet completed/released.

# Talent agencies

Expand Down

0 comments on commit ca734b4

Please sign in to comment.