/
SQ
squidex
/
Squidex API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 3w ago
Details
Filter operations
Apps
35
Assets
19
Backups
7
Contents
26
Diagnostics
2
EventConsumers
4
History
2
Jobs
3
Languages
1
News
1
Ping
3
Plans
4
Rules
19
Schemas
34
Search
1
Statistics
7
get
Get api calls as log file.
get
Get api calls in date range for app.
get
Get api calls in date range for team.
get
Get total asset size for app.
get
Get total asset size for team.
get
Get asset usage by date for app.
get
Get asset usage by date for team.
Teams
11
Templates
2
Translations
1
UserManagement
7
Users
5
Statistics
Get total asset size for app.
get
/api/apps/{app}/usages/storage/today
Path parameters
app
string
required
The name of the app.
Response
Storage usage returned.
CurrentStorageDto
required
size
integer
required
The size in bytes.
maxAllowed
integer
required
The maximum allowed asset size.
Changes