...
Single File View
Toggle Discussions
Models
EntityThreadCounts |
---|
Map<String, Integer> threadCounts int total |
API
Action | Intended User | URI | Method | Request Parameters | Request Body | Response Body |
---|---|---|---|---|---|---|
Get all threads that mentioned an entity | authorized user | /entity/{id}/threads | GET | order, limit, offset | PaginatedResults<DiscussionThreadBundle> | |
Get number of threads for list of entity | authorized user | /entity/threadcounts | POST | List<String> | EntityThreadCounts |