Gets list of device networks.

The result list is limited to networks the client has access to.

Request

HTTP Request

GET /network

Parameters

Parameter NameRequiredTypeDescription
nameNostringFilter by network name.
namePatternNostringFilter by network name pattern.
sortFieldNostringResult list sort field. Available values are ID and Name.
sortOrderNostringResult list sort order. Available values are ASC and DESC.
takeNointegerNumber of records to take from the result list.
skipNointegerNumber of records to skip from the result list.

Authorization

Access JSON Web Token (GetNetwork)

Request Body

Do not supply a request body with this method.

Response

If successful, this method returns array of Network resources in the response body.

Property NameTypeDescription
idintegerNetwork identifier.
namestringNetwork display name.
descriptionstringNetwork description.