Difference between revisions of "API Metric Data List"

From unroole CMS wiki
Jump to: navigation, search
Line 3: Line 3:
 
|-
 
|-
 
!URL
 
!URL
!level
+
!Level
 
|-
 
|-
 
|https://api.unroole.com/metered_data
 
|https://api.unroole.com/metered_data
Line 13: Line 13:
 
|https://api.unroole.com/channels/:channel_id/metered_data
 
|https://api.unroole.com/channels/:channel_id/metered_data
 
|channel
 
|channel
 +
|}
 
==HTTP Method==
 
==HTTP Method==
 
GET
 
GET

Revision as of 11:00, 2 August 2012

URI

URL Level
https://api.unroole.com/metered_data profile
https://api.unroole.com/accounts/:account_id/metered_data account
https://api.unroole.com/channels/:channel_id/metered_data channel

HTTP Method

GET

Paramaters

Paramater Default Maximum Length Accepted Values Description
token API Persistence Token that identifies this user and its permissions.
type storage storage, bandwidth
zoom daily hourly, daily, weekly, monthly
start_date 1 year ago dateformat yyyy-mm-dd
end_date current date dateformat yyyy-mm-dd

Paramaters accepted by the controller:

Json Structure:

[ { "name": "Line Name", "data": [ [ 'Year/Month/Day', "Value" ],... ] },... ]

Sample Json: