get https://{hostname}/api/v1/commons/wifi_access_points/
This operation returns a WiFi Access Point by ID.
Responses
403You do not have permission to access this resource
404A WiFi Access Point with that ID does not exist
This operation returns a WiFi Access Point by ID.
403You do not have permission to access this resource
404A WiFi Access Point with that ID does not exist
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/v1/commons/wifi_access_points/id \
--header 'accept: application/json'