API Limits

API requests are subject to rate limiting to ensure fair use and system stability. The following limits apply:

  • A maximum of 50 requests every 10 seconds. Exceeding this limit may result in temporary restrictions or request rejections.
  • It is not possible to apply filters on nested resource properties
  • Ordering by multiple properties in a single query is not supported
  • Specific properties of embedded resources ($expand) cannot be selected
  • Nested collections cannot be expanded recursively
  • The maximum page size is 100 items per request ($top)

In addition, refer to the following best practices for API usage:

  • Always use token-based pagination for large datasets
  • Use metadata endpoints to understand resource structure
  • Minimize response payload using $select
  • Apply appropriate filters to reduce data transfer
  • Cache metadata responses when possible