/Quota/Projects/[ProjectName] URL
This URL returns how close to completion a single project is.
XML example
<Project Name="MM1WITHQUOTA" TotalCompleted="45" TotalPending="5" TotalToTarget="50" TotalTarget="100"/>
JSON example
{
"Name": "MM1WITHQUOTA",
"TotalCompleted": 45,
"TotalPending": 5,
"TotalToTarget": 50,
"TotalTarget": 100
}
Notes
▪TotalCompleted is the sum of completions across all quotas.
▪TotalPending is the sum of pending counts across all quotas.
▪TotalToTarget is the sum of completes and, for quotas that do not allow going over quota (AllowOverQuota=false), pending counts across all quotas.
▪TotalToTarget is the total that quota uses to decide whether quota cells are full.
▪TotalTarget is the sum of targets across all quotas.
▪Quotas that are IsCounterOnly=”True” are not counted in the target values.
See also