"Search Everything" API request always response with 'totalCount' limited to 100

Hello,

Is there a limit to the total number of search results to 100? For the example, the GET request to URL:

https://api.smartsheet.com/2.0/search/sheets/{sheetId}?query=stuff

always response with "totalCount": 100 even though I know there are more than that. Is there a way to increase the search results beyond 100?

Thanks

Best Answer

  • John_Foster
    John_Foster ✭✭✭✭✭✭
    Answer ✓

    Hi @ksngdavid,

    Wel,l that wasn't easy to find. I had it stored on an old PC and have forgotten all the credentials to get in.

    Anyway, I have had a look and I was wrong, the C# app I created did return all results. The code was from not long after I started coding so excuse it being untidy and not very well commented, but I have attached the code as a txt file.

    I have replaced the Smartheet Token and Sheet ID for obvious reasons.

    I hope this helps!

    John

Answers