Get report files

Use this endpoint to fetch a list of report files of a specific report. Report files are sorted by generation date (newer report files first).

Paging

Whenever there's more data to be returned, the nextPage property will contain an opaque identifier of the next page. The value can be then passed as a page query parameter in a subsequent request. Another option is to use the response's Link HTTP header, which contains a web link to the following page, example:

<https://api.smartrecruiters.com/reporting-api/v201804/reports/{reportId}/files?page=MjEyMy0wMS0wMVQwMDowMDowMC4xMjFaO2Q7MDg4MjY4MWItOTIzYi00ZTIwLWIwMDctY2Y0Y2I0YTM5ODRi>; rel="link"
Log in to see full request history
Path Params
string
required

Report identifier

Query Params
string

Opaque page identifier to be returned.

int32
1 to 1000
Defaults to 10

Number of entities that should be returned per page.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json