10-24-2022 12:55 AM
Hello,
We are looking for a limitations and restrictions for Cisco IM and Presence REST API. We were not able to find a documentation to that. Is anybody aware of such a document ?
To be more specific, here is a list of questions:
1. Endpoints
Request: POST - /presence-service/endpoints
Body:
<?xml version="1.0"?>
<endpoint>
<url>http://XXX.XXX.XXX.XXX:PORT/callback/</url>
</endpoint>
Description: In order to receive event notifications, I need to register an endpoint with a callback URL.
Questions:
2. Subscriptions
Request: POST - /presence-service/users/xxxxx/subscriptions
<?xml version="1.0"?>
Body:
<subscription>
<contactsList>
<contact contactURI=xxxxx@xxxxx.doman.net/>
</contactsList>
<subscriptionType>PRESENCE_NOTIFICATION</subscriptionType>
<endPointID>X</endPointID>
</subscription>
Description: Next, a subscription must be created for an endpoint with a specific ID. The subscription defines the contacts for which status updates should be sent.
Questions:
Thanks in advance,
Regards,
Kamil
10-24-2022 12:58 AM
Hello,
We are looking for a limitations and restrictions for Cisco IM and Presence REST API. We were not able to find a documentation to that. Is anybody aware of such a document ?
To be more specific, here is a list of questions:
Request: POST - /presence-service/endpoints
Body:
<?xml version="1.0"?>
<endpoint>
<url>http://XXX.XXX.XXX.XXX:PORT/callback/</url>
</endpoint>
Description: In order to receive event notifications, I need to register an endpoint with a callback URL.
Questions:
Request: POST - /presence-service/users/xxxxx/subscriptions
<?xml version="1.0"?>
Body:
<subscription>
<contactsList>
<contact contactURI=xxxxx@xxxxx.doman.net/>
</contactsList>
<subscriptionType>PRESENCE_NOTIFICATION</subscriptionType>
<endPointID>X</endPointID>
</subscription>
Description: Next, a subscription must be created for an endpoint with a specific ID. The subscription defines the contacts for which status updates should be sent.
Questions:
Thanks in advance,
Regards,
Kamil
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide