get
Gets information about device network and its devices.
Request
HTTP Request
GET /network/{id}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
id | Yes | integer | Network identifier |
Authorization
Access JSON Web Token (GetNetwork)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns a Network resource 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