CallCharts
The API
This page describes how to use the CallCharts API
Inserting a Data Point
http://callcharts.com/api/create?api_key=XXX&entity=XXX&class=XXX&metric=XXX&data_type=XXX&data=XXX
| Request Property Name | Description | Allowable Values | Mandatory? |
|---|---|---|---|
| api_key | The API key associated with the CallCharts account. | A valid api key | Yes |
| entity | ??? | ??? | Yes |
| class | ??? | ??? | Yes |
| metric | ??? | text | number | Yes |
| data_type | ??? | ??? | Yes |
| data | ??? | ??? | Yes |
Retrieving Data
http://callcharts.com/api/retrieve?api_key=XXX&query=XXX&period=XXX&period_unit=XXX
| Request Property Name | Description | Allowable Values | Mandatory? |
|---|---|---|---|
| api_key | The API key associated with the CallCharts account. | A valid api key | Yes |
| query | [entity]:[domain]:[metric] | ??? | Yes |