Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
devvratparashar
Contributor II
Contributor II

Service now to qliksense using Rest Connector

Hello Team,

We have a requirement in which we need to pull data from service now to qliksense for reporting .

I am trying to connect service now to qliksense using Rest api connector , but the problem , it is giving me limited records , I want to fetch whole data set from incident table of service now .  I am using the url    https://<instance name>/api/now/v1/table/incident ‌    for this , please let me know if I am missing any thing .

Attached is the screenshot

Any help would be really appreciated.

1 Reply
jasonmomoa
Creator
Creator

Hi devvratparashar‌,

by checking the official documentation on ServiceNow API, you should use a combination of sysparm_limit and sysparm_offset parameters to get more results.


Regards,