REST API fetching only 3000 records

Community Alums
Not applicable

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

 

2 REPLIES 2

sushantmalsure
Mega Sage
Mega Sage

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...

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure

Community Alums
Not applicable

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?