Quotas and limits
screets Cloud is subject to a daily usage limit, that applies to all requests made from your application. Each limit is identified in terms of quota units, or an abstract unit of measurement representing screets Cloud resource usage.
The following table details the main request limits:
Limit type | Daily usage limit |
---|---|
Daily usage | 50.000 quota units per day for each application |
Per-method quota usage
The number of quota units consumed by a request varies depending on the method called. The following table outlines the per-method quota unit usage:
Request method | Description | Quota units |
---|---|---|
api.post | 100 | |
app.create | 100 | |
app.get | Getting app related data (usage, ping, etc.) | 5 |
app.delete | 100 | |
apps.list | 10 | |
conversation.create | 25 | |
conversation.get | 20 | |
conversation.delete | 10 | |
email.send | Email notifications. | 200 |
inbox.get | 25 | |
message.send | 100 | |
message.delete | 10 | |
media.create | 100 | |
media.get | 25 | |
settings.get | 1 | |
settings.create | Creating a new setting (like new department, invitation). | 25 |
settings.del | Deleting a setting (i.e. deleting a department). | 25 |
settings.save | Updating widget, departments, invitations and other settings. | 10 |
user.get | 5 | |
user.create | 100 | |
user.update | Updating profile, changing online status, etc. | 10 |
user.delete | 100 |