get https://api.smartrecruiters.com/reporting-api/v201804/reports//files/recent
Use this endpoint to get the most recent report file details for a specific report. In order to get a successful response, there have to be at least 1 successfully generated report file for the report.
Etags
Along with the successful response, the Etag
HTTP header is returned, containing ETag identifier of the report file. In order to save bandwidth resources, the If-None-Match HTTP
header containing the recently retrieved report file ETag can be passed with the request. If there's no report file, that is newer than the one referred in the If-None-Match
header, the API responds with HTTP 304 Not Modified
status code and does not provide content.