Developer Documentation Library > 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 version of the metadata is active, 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]/QuotaGroups/[QuotaGroup]/Quotas/[Id]
/Quota/Projects/[ProjectName]/Quotas
/Quota/Projects/[ProjectName]/Quotas/[Id]
See also
Quota web service