Ultimo Developer
  • Welcome
  • Getting started
    • Introduction
    • Software editions
  • API guide
    • REST
      • Requesting data
      • Inserting data
      • Inserting data in batch
      • File uploads
      • Query options
      • Special characters
      • Testing REST
      • Additional security
      • Limits and Quotas
    • HTTP POST
      • Overview of a POST request
      • Requesting data
      • Inserting data
      • Testing HTTP POST
      • Additional security
    • SOAP
      • Overview of a POST request
      • Requesting data
      • Inserting data
      • Testing SOAP
      • Additional security
    • Third party integration
    • Error handling
  • CONNECTORS
    • BI Platform
      • Create database user
      • Connect to the database
      • Expiring passwords
    • Exchange Online
      • Email import
      • Custom SMTP
    • LDAP
      • LDAP connector
      • Cloud vs On Premises
    • SCIM
    • OCI
    • Universal Print
      • Prerequisites & limitations
      • How to setup
  • API key Templates
    • Introduction
    • Master data
      • Cost centers
      • Departments
      • Employees
      • Service contracts
      • Suppliers
    • Assets
      • Technical Service
      • Medical Assets
      • Fleet objects
      • Infra objects
      • IT Configuration-Items
    • Jobs
      • Technical Service jobs
      • Medical jobs
      • Fleet jobs
      • Infra jobs
      • IT-incidents
      • Attach or change images
    • Article
      • Create articles
      • Create article supplier
    • IoT
      • REST
      • HTTP POST
      • SOAP
    • Reservations
      • Create reservation
      • Update reservation
      • Cancel reservation
      • Get reservations
    • Track & Trace
  • Database
    • BI overview
      • BI functions
      • BI views
  • Azure documentation
    • Terms & Conditions
    • Azure migration
      • Export alternatives
      • Import alternatives
      • LDAP
    • Setup standard Single Sign On with MS Entra ID
    • Azure Authentication
    • Azure IP addresses
    • Azure AD SCIM provisioning
  • Have a question?
    • Ask on our Customer Portal
    • Contact Customer Support
Powered by GitBook
On this page
  • General quota limits
  • Exceeding quota limits
  • Distributing quotas
  1. API guide
  2. REST

Limits and Quotas

This page describes the limits and quotas on REST API requests. We put limits and quotas on API requests to protect the system from receiving more data than it can handle, and to ensure an equitable distribution of the system resources. The limits and quotas are subject to change.

General quota limits

The following quotas apply to the REST API:

  • 10,000 requests per day (all API keys combined, cannot be increased)

  • 100 requests per 10 seconds (all API keys combined, cannot be increased)

  • 100 records batch size per batch request (cannot be increased)

  • A maximum payload size of 1MB per single/batch request (cannot be increased)

  • A maximum payload size of 20MB per workflow request (cannot be increased)

  • A maximum file upload size of 500MB when using Content-Type multipart/form-data (cannot be increased)

Exceeding quota limits

If the quota of requesting the REST API is exceeded, the API returns an error code 429 or 413 and a message that the account has exceeded the quota. If the batch size is exceeded, error code 400 will be returned.

Distributing quotas

It is possible to set a daily request quota per API key. This allows for distributing quotas between several parties, to make sure important interfaces always have the required resources available.

PreviousAdditional securityNextHTTP POST

Last updated 10 months ago