get https://api.smartrecruiters.com/reporting-api/v201804/reports
Use this endpoint to fetch a list of reports. Reports are sorted by modification date (newer reports 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?page=MjAyMy0wMy0wOFQxMTozODo1Ni4wNzQ3MzVaOzIzNTJlNzRhLTdjNGQtNDcwNy04NDQ4LWZiMmE5MDIxMDBiNg%3D%3D>; rel="link"