Skip Navigation

Get distribution lists

This API returns a list of distribution lists that can be targeted by the specified operator in the system.
For more details, see SDK envelope request.
The payload type is GET-DISTRIBUTION-LISTS. There is no input payload for this call. Simply use the SDK Envelope with the appropriate organization ID.
The SDK response will be:
<responsePayload> <distributionLists> <systemName>Physical System Name</systemName> <systemVersion>AtHoc Version</systemVersion> <providerName>Organization Name</providerName> <lists> <list id="6808" type="STATIC"> <name>San Mateo</name> <commonName>SAN-MATEO</commonName> </list> <list id="6809" type="DYNAMIC"> <name>San Francisco</name> <commonName>SAN-FRANCISCO</commonName> </list> </lists> </distributionLists> </responsePayload>