Interviewer - Server > Architecture > Interview Service tier > Quota web service > Quota web service > Reading quotas
 
Reading quotas
Once a SessionId has been obtained, you can get information about the quotas by using an HTTP GET request to the following URLs.
The Quota Engine reloads quota definitions once a minute. If a new verwsion of the metadata is actived, it reloads the quota definition immediately.
See
/Quota/Projects URL
/Quota/Projects/[ProjectName] URL
/Quota/Projects/[ProjectName]/QuotaGroups URL
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]/Quotas
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]/QuotaTable
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]/Quotas/[QuotaName]
/Quota/Projects/[ProjectName]/Quotas
See also
Quota web service