Skip to main content
GET
Query stories by multiple targets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

targets
object[]
required

Target object. The target object is an array of objects that contain targetId and targetType. Max up to 10 items

  • targetId: ID of a target.
  • targetType: Type of a target (user, community).
Required array length: 1 - 10 elements
options
object

Response

Story Information, sorted by the target order in the request then the sort option

Story response payload

stories
object[]
comments
object[]
files
object[]
users
object[]
communities
object[]
communityUsers
object[]
categories
object[]
storyTargets
object[]