Years
What are years?
We use a years resource to tie together all of the data that we have for a given year and to make it easily queryable.
List all years
To list all of the years and browse them via the API, use the list endpoint:
GET /api/v2/years
Get a year
You may also directly retrieve a year's details if you already have its system ID.
GET /api/v2/years/123
Where 123
is the system ID of the year.
Schema
Full response schema
Key | Type | Filterable | Sortable | Configurable | Description |
---|---|---|---|---|---|
id | integer | ✅ (exact) | ✅ | ✅ | The system ID. |
year | integer | ✅ (exact) | ✅ | ✅ | The year (name). |
has_ogilvy_impact | boolean | ✅ | ✅ | ✅ | If the year should have Ogilvy Impact data available. |
created_at | string | ❌ | ✅ | ✅ | A datetime string when this year was first created. |
updated_at | string | (updated since) | ✅ |