GET v1/core/accounts/{accId}/reports/quotahistory?fromDate={fromDate}&toDate={toDate}&useDaylightSavings={useDaylightSavings}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accId | No documentation available. |
Define this parameter in the request URI. |
fromDate | No documentation available. |
Define this parameter in the request URI. |
toDate | No documentation available. |
Define this parameter in the request URI. |
timezone | No documentation available. |
Define this parameter in the request URI. |
useDaylightSavings | No documentation available. |
Define this parameter in the request URI. |
accesstype | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Success": true, "Data": [ { "User": "sample string 1", "Cycle": "2025-05-05T11:06:33.9135767+00:00", "Quota": 3, "QuotaUsage": 4 }, { "User": "sample string 1", "Cycle": "2025-05-05T11:06:33.9135767+00:00", "Quota": 3, "QuotaUsage": 4 }, { "User": "sample string 1", "Cycle": "2025-05-05T11:06:33.9135767+00:00", "Quota": 3, "QuotaUsage": 4 } ], "ErrorCode": 2, "ErrorDescription": "sample string 3", "Meta": "sample string 4" }
text/javascript
Sample:
{"Success":true,"Data":[{"User":"sample string 1","Cycle":"2025-05-05T11:06:33.9135767+00:00","Quota":3,"QuotaUsage":4},{"User":"sample string 1","Cycle":"2025-05-05T11:06:33.9135767+00:00","Quota":3,"QuotaUsage":4},{"User":"sample string 1","Cycle":"2025-05-05T11:06:33.9135767+00:00","Quota":3,"QuotaUsage":4}],"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfArrayOfQuotaHistoryicMOY6xO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/pbnb_models.Reports"> <d2p1:QuotaHistory> <d2p1:Cycle>2025-05-05T11:06:33.9135767+00:00</d2p1:Cycle> <d2p1:Quota>3</d2p1:Quota> <d2p1:QuotaUsage>4</d2p1:QuotaUsage> <d2p1:User>sample string 1</d2p1:User> </d2p1:QuotaHistory> <d2p1:QuotaHistory> <d2p1:Cycle>2025-05-05T11:06:33.9135767+00:00</d2p1:Cycle> <d2p1:Quota>3</d2p1:Quota> <d2p1:QuotaUsage>4</d2p1:QuotaUsage> <d2p1:User>sample string 1</d2p1:User> </d2p1:QuotaHistory> <d2p1:QuotaHistory> <d2p1:Cycle>2025-05-05T11:06:33.9135767+00:00</d2p1:Cycle> <d2p1:Quota>3</d2p1:Quota> <d2p1:QuotaUsage>4</d2p1:QuotaUsage> <d2p1:User>sample string 1</d2p1:User> </d2p1:QuotaHistory> </Data> <ErrorCode>2</ErrorCode> <ErrorDescription>sample string 3</ErrorDescription> <Meta>sample string 4</Meta> <Success>true</Success> </PBNBReturnOfArrayOfQuotaHistoryicMOY6xO>
application/bson
Sample:
e Success Data 0 Q User sample string 1 Cycle 9N �� Quota QuotaUsage 1 Q User sample string 1 Cycle 9N �� Quota QuotaUsage 2 Q User sample string 1 Cycle 9N �� Quota QuotaUsage ErrorCode ErrorDescription sample string 3 Meta sample string 4