...
EntityThreadCounts |
---|
List<EntityThreadCount> |
EntityThreadCount |
---|
String entityId int count (the number of threads that the current user can view) |
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, direction, limit, offset | PaginatedResults<DiscussionThreadBundle> | |
Get number of threads for list of entity | authorized user | /entity/threadcounts | POST | List<String> | EntityThreadCounts |
...