Resolved! Pagination and REST API on ServiceNow
ServiceNow REST API has a default limit to 10.000 which I don't want to modify. I would like to read 1 million records from CMDB and so I will use the sysparm_offset and sysparm_limit parameters. The script that will call the 100 API calls will take ...
