we are working on including quota information in our system and thought we could use the Quota/getQuotaInformation request to get this information. Our problem is that we don’t have enough information about the response of this request.
We would like to know if we can expect similar results from requests made with our customers’ accounts as we get with our account? Is there any way to see the daily quota information and do you have information about the categories that can be returned?
Ultimately, any additional information that you could provide us with, about the getQuotaInformation response content or other ways to request this information, would be greatly appreciated.
When making the request from our account we receive the following response:
{
"@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Collection(ThomsonReuters.Dss.Api.Quota.Quota)",
"value": [
{
"Count": 1,
"Limit": 5000,
"Category": {
"Code": "2016-12",
"Name": "December 2016 Compliance Quota"
}
},
{
"Count": 7,
"Limit": 5000,
"Category": {
"Code": "2017-01",
"Name": "January 2017 Compliance Quota"
}