/organizations/:organization/environments/:environment/:entityType/:entityID/:fileType/:year/:month
GET {{baseUrl}}/organizations/:organization/environments/:environment/:entityType/:entityID/:fileType/:year/:month
Returns a list of day identifiers for the days that have archived data. If this path contains no data, then an empty list is returned.
RESPONSES
status: OK
{"resources":[{"id":"09"},{"id":"19"}]}