paging of GET response node

Hi,

I’m using GET Response node to pull data from Smartsheet API. I’m able to receive the response in JSON in limit. Smartsheet says “Most index endpoints default to a page size of 100 results. If you want all results at once, you must specify the includeAll=true query string parameter” How to specify the same in Knime Node

@vkarri04

Welcome to the world of KNIME.

Your question is not really related to KNIME.
But it might easily be answered by having a look on the API documentation of smartsheet https://smartsheet-platform.github.io/api-docs/#paging

Maybe it’s worth to study the API documentation for smartsheet.

curl https://api.smartsheet.com/2.0/sheets?include=attachments,source&includeAll=true \
-H "Authorization: Bearer xxxxxxxxxxxxxxxxxxx"
1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.