GET Api/v1/Devices/{esn}/Endpoint
Fetches the IP endpoint used by the system for network communication with this device.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| esn | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OnboardDeviceEndpointViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Timestamp | string |
None. |
|
| Endpoint | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"timestamp": "sample string 1",
"endpoint": "sample string 2"
}