API - Get Usage Statistics
action - usage
This call is used to get usage statistics on an account, usually for a specified date range. Optionally pass the start and end date (in yyyy-mm-dd format), or leave out to get statistics for the entire life of the account.
Sample Request
{
"account": *** your account id ***,
"apikey": "*** your api key ***",
"action": "usage",
"start" : "2019-01-01",
"end" : "2019-01-31"
}
Sample Response
Other API Help Pages
Introduction
IntroductionActions
Read a Record | Update a Record | Add a Record | List Records | Evaluate a Template | Execute an Action Script | Apply a Blueprint | Get a Blueprint | Add a File | Get a File | Get/Set a Persistent Setting Value | Get Category Values | Get Group Memberships of a User | Get Members of a Group | Load Data | Get Metadata for a Record Type | Get Metadata on Calculation Functions | Trigger an Event | Get Usage Statistics | Validate a Calculation | Validate a Filter ExpressionDiscussion Topics
Linking Records | Automation - Automations and EventsReturn to Developer Help