GET api/networks/{networkName}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
networkName
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "NetworkName": "sample string 1",
  "MasterSerialNumber": "sample string 2",
  "FallbackSerialNumber": "sample string 3",
  "MaximumDisplays": 4,
  "NetworkID": 5,
  "Region": 6,
  "KeepCommunicatorNetworkId": true,
  "DynamicCentralVersion": "sample string 8"
}

application/xml, text/xml

Sample:
<Network xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Displaydata.Licensing.Models">
  <DynamicCentralVersion>sample string 8</DynamicCentralVersion>
  <FallbackSerialNumber>sample string 3</FallbackSerialNumber>
  <KeepCommunicatorNetworkId>true</KeepCommunicatorNetworkId>
  <MasterSerialNumber>sample string 2</MasterSerialNumber>
  <MaximumDisplays>4</MaximumDisplays>
  <NetworkID>5</NetworkID>
  <NetworkName>sample string 1</NetworkName>
  <Region>6</Region>
</Network>