Skip to end of banner
Go to start of banner

Linking from Entity to Threads

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

PLFM-3830 - Getting issue details... STATUS

Use case

 

Mockups

File Tab View

Single File View

Toggle Discussions

 

Models

EntityThreadCounts

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, direction, limit, offset PaginatedResults<DiscussionThreadBundle>
Get number of threads for list of entityauthorized user/entity/threadcountsPOST List<String>EntityThreadCounts

 

 

 

 

 

  • No labels