Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
429 lines (399 loc) · 10.5 KB

historical_clients.md

File metadata and controls

429 lines (399 loc) · 10.5 KB

Historical wireless clients statistics

GET /wireless/historical/clients.{format}

Description

This method returns historical wireless client information.

Summary

Name Value Name Value
Request Protocol GET Requires API Key Yes
Method ID 10007 Enabled Yes
Service Name wireless Service ID 1000
Information Steward Information Systems & Technology Data Type Database
Update Frequency Daily Cache Time 0 seconds

Notes

  • Historical data only available for the past 2 months.
  • Any value can be null

Sources

Parameters

GET /wireless/historical/clients.{format}
Parameter Type Required Description
key filter yes Valid API key
callback filter no JSONP callback format
from filter yes Timestamp of start time (in ISO 8601 format)
to filter yes Timestamp of end time (in ISO 8601 format)

Output Formats

  • json
  • xml

Examples

GET /wireless/historical/clients.{format}

Response

Field Name Type Value Description
operating_system string Operating system
radio_mode string Wireless radio mode
count integer Number of clients with this Operating System/Radio Mode combination.
last_updated string Timestamp of last collection

Any value can be null

Output

JSON

{
    "meta": {
        "requests": 1016643,
        "timestamp": 1501170833,
        "status": 200,
        "message": "Request successful",
        "method_id": 10007,
        "method": []
    },
    "data": [
        {
            "operating_system": "Android",
            "radio_mode": "a",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Android",
            "radio_mode": "ac",
            "count": 26,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Android",
            "radio_mode": "g",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Android",
            "radio_mode": "N",
            "count": 980,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "BlackBerry OS",
            "radio_mode": "n",
            "count": 5,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Chrome OS",
            "radio_mode": "N",
            "count": 6,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "iOS",
            "radio_mode": "ac",
            "count": 21,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "iOS",
            "radio_mode": "g",
            "count": 2,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "iOS",
            "radio_mode": "N",
            "count": 1110,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Linux",
            "radio_mode": "a",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Linux",
            "radio_mode": "ac",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Linux",
            "radio_mode": "g",
            "count": 2,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Linux",
            "radio_mode": "n",
            "count": 25,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Mac OS X",
            "radio_mode": "ac",
            "count": 42,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Mac OS X",
            "radio_mode": "g",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Mac OS X",
            "radio_mode": "N",
            "count": 683,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "PlayStation 3",
            "radio_mode": "g",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "RIM Tablet OS",
            "radio_mode": "N",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Unknown",
            "radio_mode": "a",
            "count": 19,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Unknown",
            "radio_mode": "ac",
            "count": 1149,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Unknown",
            "radio_mode": "ag",
            "count": 2,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Unknown",
            "radio_mode": "b",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Unknown",
            "radio_mode": "g",
            "count": 63,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Unknown",
            "radio_mode": "N",
            "count": 30302,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows",
            "radio_mode": "a",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows",
            "radio_mode": "ac",
            "count": 13,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows",
            "radio_mode": "g",
            "count": 7,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows",
            "radio_mode": "n",
            "count": 465,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows 7",
            "radio_mode": "ac",
            "count": 11,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows 7",
            "radio_mode": "g",
            "count": 11,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows 7",
            "radio_mode": "n",
            "count": 298,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows 8",
            "radio_mode": "a",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows 8",
            "radio_mode": "ac",
            "count": 2,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows 8",
            "radio_mode": "n",
            "count": 43,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows 98",
            "radio_mode": "n",
            "count": 3,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows CE",
            "radio_mode": "n",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows Mobile",
            "radio_mode": "g",
            "count": 7,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows Mobile",
            "radio_mode": "n",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows Mobile 8",
            "radio_mode": "n",
            "count": 4,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows Phone 8",
            "radio_mode": "n",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows XP",
            "radio_mode": "ac",
            "count": 1,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows XP",
            "radio_mode": "g",
            "count": 2,
            "last_updated": "2017-07-19T04:00:40-04:00"
        },
        {
            "operating_system": "Windows XP",
            "radio_mode": "n",
            "count": 32,
            "last_updated": "2017-07-19T04:00:40-04:00"
        }
    ]
}