The Custom Tables API provides access to the details of your company employees's custom tables.
Rate limiting
Rate limits are restrictions that our API imposes on the number of times a user can access our endpoints within a specified period of time. To learn more about rate limiting best practices, see Rate limiting.
Below is a table detailing the rate limits for each endpoint in the Custom Tables endpoints.
Method | Endpoint | Limit per minute |
---|---|---|
GET | Read metadata of custom tables defined | 50 |
GET | Read metadata for specific custom table | 50 |
GET | Read all entries of the given custom table | 50 |
POST | Create new custom table entry | 10 |
PUT | Update custom table entry | 10 |
DELETE | Delete custom table entry | 10 |