Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Toggle Discussions

 

Models

EntityThreadCounts

Map<String, Integer> threadCounts

int total

List<EntityThreadCount>

EntityThreadCount

String entityId

int count (the number of threads that the current user can view)

 

API

 

ActionIntended UserURIMethodRequest ParametersRequest BodyResponse Body
Get all threads that mentioned an entityauthorized user/entity/{id}/threadsGETorder, limit, offset PaginatedResults<DiscussionThreadBundle>
Get number of threads for list of entityauthorized user/entity/threadcountsPOST List<String>EntityThreadCounts

...