The following methods are available at the servlet path /rest/1.3/quickstats | ||||||||||||
GET /1.3/quickstats/schema Returns the XML Schema that describes the format of the retrieved data for the accounts. Return Type: XML Schema of AccountData object. Supported Output Types : application/xml | ||||||||||||
GET /1.3/quickstats/count The count service sums the quickstat sale, refund and chargeback amounts based on the search criteria. If no search conditions are set, it will return the sum of the values for the last 45 days based on all the accounts linked to the API keys. The count service is similar to the list method except for the fact that it presents the user with one total of the dates specified the search criteria instead of listing each day's quickstat values individually. Note that the quickStatDate in the returned data will be null. Return Type: List of Account Quickstats Request Parameters :
Supported Output Types : application/xml, application/json Required Roles : api_order_read, HAS_DEVELOPER_KEY | ||||||||||||
GET /1.3/quickstats/accounts Return a list of all account nicknames which the current api user has read access. Return Type: List of API Account nicknames Supported Output Types : application/xml, application/json Required Roles : api_order_read, HAS_DEVELOPER_KEY | ||||||||||||
GET /1.3/quickstats/list Return the quickstats for the api user, based on the search criteria. If no search conditions are set, it will return the quickstats for all the accounts for the API user for the last 45 days Return Type: List of Account Quickstats Request Parameters :
Supported Output Types : application/xml, application/json Required Roles : api_order_read, HAS_DEVELOPER_KEY |