Find messages by creatorId
This API can be called by admin user only
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Creator ID to filter A creator ID
24"5349b4ddd2781d08c09890f4"
Query Parameters
Channel ID to filter Message feed id of message
30"507f191e810c19729de860ea"
flag to filter only flagged message A flag to filter only flagged message
Pagination options
after: string(30) : return documents after this message id
before: string(30) : return documents before this message id
limit: number(0, 100) default=10
token: string(100) : This token will be generated by server using encryption of after, before, limit, sortBy. It would be returned in response payload (paging.next, paging.previous). The caller can send only token for getting data from previous or next page easily.
Page options by using cursor