GET /wireless/rogues.{format}
This method returns information about rogue access points.
Name | Value | Name | Value |
Request Protocol | GET | Requires API Key | Yes |
Method ID | 10003 | Enabled | Yes |
Service Name | wireless | Service ID | 1000 |
Information Steward | Information Systems & Technology | Data Type | Database |
Update Frequency | Every 15 minutes | Cache Time | 0 seconds |
- Any value can be
null
GET /wireless/rogues.{format}
Parameter | Type | Required | Description |
key | filter | yes | Valid API key |
callback | filter | no | JSONP callback format |
Output Formats
- json
- xml
GET /wireless/rogues.{format}
- https://api.uwaterloo.ca/v2/wireless/rogues.json
- https://api.uwaterloo.ca/v2/wireless/rogues.xml
- https://api.uwaterloo.ca/v2/wireless/rogues.json?callback=myResponse
Field Name | Type | Value Description |
count | string | Number of rogue access points |
last_updated | string | Timestamp of last collection |
Any value can be null
{
"meta": {
"requests": 1016355,
"timestamp": 1501094454,
"status": 200,
"message": "Request successful",
"method_id": 10003,
"method": []
},
"data": {
"count": 1922,
"last_updated": "2017-07-20T15:30:00-04:00"
}
}