Forum Discussion
Hello,
There are APIs which allow you to retrieve information about messages in the platform which have been escalated. These methods are available at the Community level and also different node levels in the Community. If you look at the documentation for the Community object (http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?branch=Community) you will find methods for counting escalations (escalations/count - http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=Community.escalations.count#Community.escalations.count) and looking up recent escalations (escalations/recent - http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=Community.escalations.recent#Community.escalations.recent).
Similar methods are available on other nodes within the API. For example, you can find the same methods available on the Board object (http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?branch=Board).
Kevin I face a similar challenge. I'm looking for a way to use the API to get all threads that have been escalated in the last x minutes. Is that possible? Ideally with APIv2? The links in your last answer seem to be out of date.
- Kevin4 years agoKhoros Alumni (Retired)
I'm not aware of a way to do that directly with LiQL (API v2). Here are updated links for the docs referenced in my previous post:
- Community object - https://devdocportal.khoros.com/t5/Community-API-v1-Reference/bd-p/restv1docs?section=commv1&branch=Community
- escalations / count - https://devdocportal.khoros.com/t5/Community-API-v1-Reference/bd-p/restv1docs?section=commv1&leaf-id=Community.escalations.count#Community.escalations.count
- escalations / recent - https://devdocportal.khoros.com/t5/Community-API-v1-Reference/bd-p/restv1docs?section=commv1&leaf-id=Community.escalations.recent#Community.escalations.recent
Related Content
- 7 years ago
- 9 months ago
- 2 years ago
- 7 years ago