Skip to content

Entity Quota Overrides

Coming soon; contact us if you need access to this API endpoint.

Get an EntityQuotaOverride

Request

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
Path
accountIdstringrequired

The ID of the account

idstringrequired

The ID of the entity

curl -i -X GET \
  'https://api-v2.dash.app/admin/accounts/{accountId}/entities/{id}/quota-override' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "id": "18214033-c6b0-4e53-be89-3eca66297c5d", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "entityName": "USER", "quota": 5000 }, "permittedActions": [ {} ] }