Devices

The Devices object represents the list of devices associated with the given extension and includes information about the deviceId, deviceType, and deviceTypeName. The Devices object is structured as follows:

Code Snippet
Copy<Devices>
    <Device>
        <deviceId>SEP0019305D8EC1</deviceId>
        <deviceType>30018</deviceType>
        <deviceTypeName>Cisco 7961</deviceTypeName>
    </Device>
    <Device>
        <deviceId>CSFJP5550016</deviceId>
        <deviceType>503</deviceType>
        <deviceTypeName>Cisco Unified Client Services Framework</deviceTypeName>
    </Device>
</Devices>