GetQuotaList

Description

Gets the quota list for a quota. The user can specify to get the quota list for either Production, Test, DesignWithProductionCounter, or DesignWithTestCounter by the quotaMode property.

The QuotaRowId on the QuotaRow object (which is contained by QuotaList) is only set if the quota is synchronized. If not available, it is set to -1.
Signature
QuotaList GetQuotaList(string key, string projectId, string quotaName, QuotaMode quotaMode)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID

quotaName

string required

quotaMode

QuotaMode required

Response

Data Type Description

Example