The API provides methods for accessing information.
info/quota
Provides information about ITscope contract modules for your customer account. Specifies the number of remaining product and/or API calls for your account.
Here is an overview of the contract modules (productName). If a contract module is missing, the customer does not have access to this module.
- Platform access
- unlimited
- x-calls free (x of y calls can still be used today)
- testing (x days of unlimited access left)
- API access
- unlimited
- limited to x-calls
- no API access (in this case the entry in the response is missing, see examples further down)
For example: free account with x platform product calls per day:
<quotas>
<quota productName="Platform access">5 of 5 call allowed today</quota>
</quotas>
For example: account with unlimited platform and API access:
<quotas>
<quota productName="Platform access">Unlimited</quota>
<quota productName="API access">Unlimited</quota>
</quotas>
For example: account with unlimited platform access but no API access (productName=”API” is missing):
<quotas>
<quota productName="Platform access">Unlimited</quota>
</quotas>
info/schema
Provides the XML schema as an XSD file for the ITscope API types listed here: