Use the Peripheral Gateway (PG) API to retrieve peripheral gateway information.
refURL: The refURL of the peripheral gateway. See Shared Parameters.
name: The name of the peripheral gateway. See Shared Parameters.
logicalControllerId: The ID of the logical controller.
peripherals: A collection of peripheral information, including client type, name, peripheralID, routingClientID, and routingType (see Dialed Number API for routingType values).
<peripheralGateway xsi:type="peripheralGateway"> <changeStamp>0</changeStamp> <refURL>/unifiedconfig/config/peripheralgateway/5001</refURL> <name>MR_PG</name> <logicalControllerID>5001</logicalControllerID> <peripherals> <peripheral> <changeStamp>824</changeStamp> <clientType>47</clientType> <name>Multichannel</name> <peripheralID>5005</peripheralID> <routingClientID>5005</routingClientID> <routingType>3</routingType> </peripheral> <peripheral> <changeStamp>822</changeStamp> <clientType>47</clientType> <name>Outbound</name> <peripheralID>5007</peripheralID> <routingClientID>5007</routingClientID> <routingType>4</routingType> </peripheral> </peripherals> </peripheralGateway>