How can I increase response of a Table API to hold >10000 records

Kirtiman
Tera Contributor

I want to use GET API (Table level) but issue is response may hold more than 10000(ten thousand) records.

 

Question How can I show a Table ApI with response holding back more than 10000(ten thousand) records to be specific around 20000(twenty thousand)

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

Hi, retrieving large files is not recommended best practice for any integration (ServiceNow or any other platform) and increases chances of failure, delay and performance issues.
The appropriate way to deal with this requirement is pagination

Exporting Bulk Data from Servicenow via REST Web Service Pagination - Support and Troubleshooting

View solution in original post

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, retrieving large files is not recommended best practice for any integration (ServiceNow or any other platform) and increases chances of failure, delay and performance issues.
The appropriate way to deal with this requirement is pagination

Exporting Bulk Data from Servicenow via REST Web Service Pagination - Support and Troubleshooting