Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum length:
900
Available options:
community
, user
, content
Available options:
firstCreated
, lastCreated
, lastUpdated
, firstUpdated
must be in namespace like format (ex. "upstra.customtype", "com.eko.birthday")
Maximum length:
900
hasFlag:
null(default)
- Show all posts.true
- Show only flagged post(or children) or has flagged comment.false
- Show only no flagged post(and children) and has no flagged comment.
Child post data type to filter. Only applied if the option matchingOnlyParentPost
is false
. The value in array could be oneOf:
video
image
file
liveStream
- custom post type
- must be a string in namespace like format (ex.
upstra.customtype
,com.eko.birthday
)
- must be a string in namespace like format (ex.
Maximum length:
10
Maximum length:
5
An option whether to filter only parent post or not. If true
will return only parent posts, else will return both parent and child posts