Skip to main content
GET
Query stories by target

Authorizations

Authorization
string
header
required

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

Query Parameters

targetId
string
required
Maximum string length: 900
targetType
enum<string>
required
Available options:
community,
user
dataType
enum<string>

Type of data contained in the story. Only admin can query with this parameter.

Available options:
image,
video
isExpired
boolean
default:false

Whether to include expired stories. Only admin can query with this parameter = true.

options
object

Response

Story Information

Story response payload

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