Forum Discussion

pdbenbow's avatar
pdbenbow
Resolver II
7 years ago
Solved

REST API Pagination - converting records to text?

I'm writing a report to pull ticket metrics from the Zendesk API. The API is paginated, with 100 records per page, so I need to iterate through all pages to return the metrics I need. The block of M ...