Coming soon; contact us if you need access to this API endpoint.
Get the EntityQuotaOverride for the specified entity.
Valid entity IDs are:
- user
- guestUpload
- portal
- savedSearch
- presetSize
- group
- comment
- assetShare
- embeddableLink
- embeddedDataMapping
- field
- fieldOption
- collection
Security
bearerToken
- Productionhttps://api-v2.dash.app/admin/accounts/{accountId}/entities/{id}/quota-override
- Staginghttps://api-v2.dashstaging.app/admin/accounts/{accountId}/entities/{id}/quota-override
curl -i -X GET \
'https://api-v2.dash.app/admin/accounts/{accountId}/entities/{id}/quota-override' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "id": "18214033-c6b0-4e53-be89-3eca66297c5d", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "entityName": "USER", "quota": 5000 }, "permittedActions": [ { … } ] }