The following section describes the API methods of the WIFI platform referring to the WifiAreas Locations module, which let you to, for example, obtain all the information related to the WifiAreas Locations or WLANs.
Table of Contents |
---|
...
Locations
GET - Get
...
Location
Returns all the WifiAreas Locations to which the user has access. If the ID of a particular WifiArea Location is indicated in the request, this returns all the information related to that WifiAreaLocation.
|
j
Parameters
TYPE | Parameter | Significance | Type | Required | Default |
---|---|---|---|---|---|
HEAD | Authorization | Bearer <API_KEY> | String | YES | |
GET | wifiareaIdLocationId | WifiArea Location identifier | String | NO | NULL |
Response
HTTP Code | Result | Response data | ||
---|---|---|---|---|
200 | Ok |
| ||
401 | Unauthorized | Explanation of the error |
WLANs
GET - Get WLANs of
...
Location
Returns all the WLANs of the WifiArea Location specified by the wifiareaId LocationId parameter.
|
Parameters
TYPE | Parameter | Significance | Type | Required | Default |
---|---|---|---|---|---|
HEAD | Authorization | Bearer <API_KEY> | String | YES | |
QUERY | wifiareaIdLocationId | WifiArea Location identifier | String | YES | |
QUERY | offset | integer | NO | ||
QUERY | limit | integer | NO | ||
QUERY | rows | integer | NO | ||
QUERY | page | integer | NO | ||
QUERY | current_page | integer | NO |
...
HTTP Code | Result | Response data | ||
---|---|---|---|---|
200 | Ok |
| ||
401 | Unauthorized | Explanation of the error |
...
Locations Groups
GET - Get
...
Location Groups
Returns all the WifiArea Location groups to which the user has access. If the ID of a specific group is indicated in the request, this returns all the WifiAreas Locations that belong to that group.
|
Parameters
TYPE | Parameter | Significance | Type | Required | Default |
---|---|---|---|---|---|
HEAD | Authorization | Bearer <API_KEY> | String | YES | |
GET | wifiareaGroupIdLocationGroupId | WiFiArea Location identifier | String | NO | NULL |
Response
...
If the ID of a particular WifiArea Location group is sent as parameter, all the WifiAreas Locations included in that group will be obtained.
...
HTTP Code | Result | Response data | ||
---|---|---|---|---|
200 | Ok |
| ||
401 | Unauthorized | Explanation of the error |
...
|
...
HTTP Code | Result | Response data | ||
---|---|---|---|---|
200 | Ok |
| ||
401 | Unauthorized | Explanation of the error |
...