GET api/v1/NetworkModuleDevices/{id}

Returns network module device by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Network module device ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

NetworkModuleDevice
NameDescriptionTypeAdditional information
FProgKey_ID

Network module ID

globally unique identifier

None.

Name

Device name

string

None.

NetworkModuleDevice_ID

ID

globally unique identifier

None.

SerialNo

Serial number

string

None.

SoftwareVersion

Software version

string

None.

Type

Type

NetworkModuleDeviceType

None.

Response Formats

application/json, text/json

Sample:
{
  "FProgKey_ID": "219a1867-4c54-4912-be45-3a50da2b315d",
  "Name": "sample string 2",
  "NetworkModuleDevice_ID": "27f58eaf-8be3-4919-b5db-61ee99eadd77",
  "SerialNo": "sample string 4",
  "SoftwareVersion": "sample string 5",
  "Type": 0
}

application/xml, text/xml

Sample:
<NetworkModuleDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus">
  <FProgKey_ID>219a1867-4c54-4912-be45-3a50da2b315d</FProgKey_ID>
  <Name>sample string 2</Name>
  <NetworkModuleDevice_ID>27f58eaf-8be3-4919-b5db-61ee99eadd77</NetworkModuleDevice_ID>
  <SerialNo>sample string 4</SerialNo>
  <SoftwareVersion>sample string 5</SoftwareVersion>
  <Type>Unknown</Type>
</NetworkModuleDevice>