2025-04-07
▼ ▲ css.accounts.quotas.list
Path : v1/{+parent}/quotas
Flat Path : v1/accounts/{accountsId}/quotas
HTTP Method : GET
Parameters :
parent
Description : Required. The CSS account that owns the collection of method quotas and resources. In most cases, this is the CSS domain. Format: accounts/{account}
Pattern : ^accounts/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/content
Description : Lists the daily call quota and usage per group for your CSS Center account.