REST API - getPushDestinations - passing parameters
The table summarizes the REST API - getPushDestinations - passing path parameters.
Request
Format |
GET <baseurl>/orgmodel/pushdestination/<entity-type>/<entity-guid>/<version> |
Path parameters |
|
Query parameters |
|
Response
JSON | Returns a JSON representation of the content of the getPushDestinationsResponse element. |
XML | Returns the content of the getPushDestinationsResponse element (from the OrgModelService schema). |
Example
Request |
GET <baseurl>/orgmodel/pushdestination/GROUP/_f-3EEA__Ed-K1uFKLLiIUw/3 |
Response |
{ "org-entity": { "@model-version": "3", "@entity-type": "GROUP", "@guid": "_f-3EEA__Ed-K1uFKLLiIUw", "XmlPushDestination": [ { "@channel-type": "EmailChannel", "@channel-id": "openspaceEmailPush_DefaultChannel", "@name": "Email", "@enabled": "true", "value": "manager@megacorp.com" } ] } } |
Copyright © Cloud Software Group, Inc. All rights reserved.