/organizations/:organization/environments/:environment/:entityType/:entityID/:fileType

GET {{baseUrl}}/organizations/:organization/environments/:environment/:entityType/:entityID/:fileType

Returns a list of year identifiers for the years that have archived data. If this path contains no data, then an empty list is returned.

RESPONSES

status: OK

{"resources":[{"id":2019},{"id":2020}]}