Paging and Throttling
Paging is implemented with a maximum 1000 records per page.
If no paging requirements are specified the first 1000 records will be returned. A header in the response will provide information of the total records volume and number of pages.
Throttling
Throttling is enabled to limit requests to 1/second, 20/minute and 200/hour.
Requests exceeding these limits will not be served. Caching of requests may be needed if data is used directly to serve web pages.