Skip to main content

Gets the Wi-Fi connection list

GET /v1/wificonnection/list

Summary

Gets the Wi-Fi connection list.

Details

Returns Wi-Fi connections associated with the authenticated user.

Authentication

No operation-level security requirement is documented here.

Parameters

None documented here.

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • array of WifiConnection
    • key (integer (int64), optional)
    • securityType (string, optional)
    • sSID (string, optional)
    • alias (string, optional)
    • password (string, optional)
    • creationDate (string (date-time), optional)

Example

[
{
"key": 1,
"securityType": "Example value",
"sSID": "Example value",
"alias": "Example value",
"password": "ExamplePassword123!",
"creationDate": "2026-03-30T12:00:00.0000000Z"
}
]