Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

API Report restricted to first page

Options
Gary Maddren
edited 12/09/19 in Archived 2016 Posts

We wish to download through url access a report that is 850 rows so expands over 2 pages.  When we access it we only get the first page.  Is there a way to get all pages?

 

Below is our curl code (the XXXXX.... is our authorization which we have masked):

 

curl https://api.smartsheet.com/2.0/reports/1321831786407812?includeAll=true -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXX" -H "Accept: application/vnd.ms-excel" -o P:\Documentation\Engineering\EngineeringPlanningExtract.xlsx

 

We researched and found the IncludeAll function but could not get it to work.  Do we have it in the wrong place?

 

Comments

This discussion has been closed.