...
Action | Intended User | URI | Method | Request Parameters | Request Body | Response Body |
---|---|---|---|---|---|---|
Get all threads that mentioned an entity | authorized user | /entity/{id}/threads | GET | ordersort, directionascending, limit, offset | PaginatedResults<DiscussionThreadBundle> | |
Get number of threads for list of entity | authorized user | /entity/threadcounts | POST | List<String> | EntityThreadCounts |
...