list
Gets list of device networks.
The result list is limited to networks the client has access to.
Request
HTTP Request
GET /network
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
name | No | string | Filter by network name. |
namePattern | No | string | Filter by network name pattern. |
sortField | No | string | Result list sort field. Available values are ID and Name. |
sortOrder | No | string | Result list sort order. Available values are ASC and DESC. |
take | No | integer | Number of records to take from the result list. |
skip | No | integer | Number 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 Name | Type | Description |
---|---|---|
id | integer | Network identifier. |
name | string | Network display name. |
description | string | Network description. |
Updated less than a minute ago