SOAP API - getPushDestinations
The table summarizes the SOAP API - getPushDestinations.
Request | Uses the getPushDestinations element (from the OrgModelService schema) |
Parameter notes |
|
Response | Returns a
getPushDestinationsResponse
element (from the
OrgModelService schema).
If the push destination is obtained from a resource attribute (desc-guid was passed in the updatePushDestinations operation), the value attribute in the response contains the value in the resource attribute. |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:att="http://attribute.api.de.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <att:getPushDestinations> <org-entity model-version="-1" entity-type="POSITION" guid="_6lTHwMpREd64gM7QE8RwxA" /> </att:getPushDestinations> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <getPushDestinationsResponse xmlns="http://attribute.api.de.n2.tibco.com"> <org-entity entity-type="POSITION" guid="_6lTHwMpREd64gM7QE8RwxA" model-version="3" xmlns=""> <XmlPushDestination channel-id="EmailGIPush_USA" channel-type="EmailChannel" enabled="true" name="EmailGIPush_USA" xmlns="http://attribute.api.de.n2.tibco.com"> <value xmlns="">ITManager@megacorp.com</value> </XmlPushDestination> </org-entity> </getPushDestinationsResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.