get https://www.locally.com/api/v2/reports/json/
This endpoint shows you general information about the report, and all the splits you can access, and their number of pages. Your report may contain only one split.
Response Explanation
| Field | Definition | 
|---|---|
status | true if request was a success, false if not | 
properties.uuid | UUID of the report | 
properties.report_date | Date of the report | 
content | Array of all the splits in this report | 
content.split_name | The unique name (id) of the split | 
content.first_page | URI of the first page in this split. The last URL segment is the page number. Pagination starts at page 0 (zero) | 
content.total_pages | Total number of pages. If total pages is 5, then pages 0, 1, 2, 3, 4 exist. |