How to get page 2 of the reports list from the API /reports endpoint?

richthorp
richthorp ✭✭
edited 08/16/23 in API & Developers

Hello!

Perhaps I'm being dense, but how do you get page 2 results from the API using this endpoint using CURL:

https://api.smartsheet.com/2.0/reports

I can see that there are 3 pages from the response to this endpoint:

"pageNumber": 1,

"pageSize": 100,

"totalPages": 3,


Thanks in advance.

Answers