REST API fetching only 3000 records

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 06:18 AM
Experts
We are integration ServiceNow with workday to fetch time card data. Outbound REST API call is receiving only 3000 records when the total time cards in workday are 18000. When I tested with postman I'm able to get all the data.
Do we have any property in ServiceNow that is limiting the records?
VNK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 06:24 AM
do you have anything set in sysparm_limit ? by default it will fetch 10000 records. for next processing of 8000 records you need to use pagination.
more details: https://www.servicenow.com/community/now-platform-forum/pagination-and-rest-api-on-servicenow/m-p/10...
Regards,Sushant Malsure

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 07:07 AM
We are trying to fetch data from Workday's RAAS (Report as a service) report and it doesn't support pagination.
Can we set sysparm_limit to the outbound rest call? If yes, can you pls help me steps to add?