Locations
Locations represent the physical places where you deploy Devices.
Retrieve all Locations configured in the organization <br><b>Role</b>: Location Manager, Organization Manager <br><b>Scope</b>: organization_read
/v1/organizations/{cid}/locations
id of the organization (aka tenant)
Filter by a tag or a list of tags comma separated
Add a new location <br> Read https://create.cloud4wi.com/dev-hub/api-reference/getting-started/locations for details <br> <br><b>Role</b>: Organization Manager <br><b>Scope</b>: organization_write
/v1/organizations/{cid}/locations
id of the organization (aka tenant)
In format "Europe/Rome"
country code as ISO 3166-1 alpha-2.
valid category: other, consumer electronics, sports center, fast food, disco, pools, bar, ice cream, piano bar, underwear, cinema, computers, footwear, gyms, sandwich, sporting goods, hairstyle, public administration, phone, hotels, pizzeria, coffee, restaurants, clothing, pub
internet plan id at organization level
Update a location <br><b>Role</b>: Organization Manager <br><b>Scope</b>: organization_write
/v1/organizations/{cid}/locations/{lid}
id of the organization (aka tenant)
id of the location
valid category: other, consumer electronics, sports center, fast food, disco, pools, bar, ice cream, piano bar, underwear, cinema, computers, footwear, gyms, sandwich, sporting goods, hairstyle, public administration, phone, hotels, pizzeria, coffee, restaurants, clothing, pub
country code as ISO 3166-1 alpha-2.
Delete a location <br><b>Role</b>: Organization Manager <br><b>Scope</b>: organization_write
/v1/organizations/{cid}/locations/{lid}
id of the organization (aka tenant)
id of the location
Required input parameters
To use the Create Location API the following parameters are mandatory:
locationProfileId
welcomePortalId
loginProfileId
These parameters can be extracted in the following ways:
locationProfileId
locationProfileId
In Cloud4Wi dashboard follow the path:
Manage -> Location Profiles -> *Select the Location Profile of interest
welcomePortalId
welcomePortalId
In Cloud4Wi dashboard follow the path
Guest WiFi -> Splash Pages -> *Select the Splash Page of interest
loginProfileId
loginProfileId
In Cloud4Wi dashboard follow the path
Guest WiFi -> Login Profiles -> *Select the Login Profile of interest
organizationPlanId
In Cloud4wi dashboard follow the path
Guest Wifi -> Internet Plans -> *Select the Internet Plan of interest
Last updated
Was this helpful?