Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
ID of the target.
Maximum length:
900
Type of the target.
community
- Communityuser
- Usercontent
- Contentall
- All
Available options:
community
, user
, content
, all
Sort order for posts.
Available options:
lastCreated
, firstCreated
, lastUpdated
, firstUpdated
Filter by flag status
Filter by deleted status
Feed type to filter
Available options:
reviewing
, published
, declined
Example:
"published"
Post data type to filter (include child posts too).
Required array length:
1 - 6
elementstags
Maximum length:
5
An option to filter only parent post. If true
will return only parent post, else will return both parent and child posts
Page size
Required range:
1 <= x <= 100
Example:
"options[limit]=5"
Cursor value to get records after
Maximum length:
24
Cursor value to get records before
Maximum length:
24
Use updatedAt when sorting by first or last updated
Maximum length:
30
Pagination token
Maximum length:
1000
Example:
"options[token]=eyJza2lwIjoyMCwibGlABDFRffewfQ=="