Developer Documentation Library > Interviewer - Server > Architecture > Interview Service tier > Quota web service > Quota web service > /Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]
 
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]
This URL returns information about the request quota group for the requested project. It enables fine‑grained updates to be requested.
The group name must be URL‑encoded.
The information returned is the same as that for the /Quota/Projects/[ProjectName]/QuotaGroups URL.
XML example
<QuotaGroup Name="UseQ" Id=1 Type="Table" PendMode="LeastFull" PendLimit="3" TotalCompleted="45" TotalPending="5" TotalToTarget="50" TotalTarget="100" />
JSON example
{
"Name": "UseQ",
"Type": "Table",
"PendMode": "LeastFull",
"PendLimit": "3",
"TotalCompleted": "45",
    "TotalPending": 5,
    "TotalToTarget": 50,
"TotalTarget": "100"
}
See also
Reading quotas