devvratparashar
Contributor II
2018-02-05
01:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2,299 Views
1 Reply
jasonmomoa
Creator
2018-02-06
05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,