Supported formats
json xml

Headers

Header name Description
_felix_session_id
required
Token obtained in login api

Params

Param name Description
conversation_id
optional

Id of the team

  • Must be a Integer

all_post
optional

T for all post of teams

  • Must be one of: T.

post_type
optional

(ALL) post, (A)nnouncement or (M)ust Read posts, (this only works with all_post=T)

  • Must be one of: ALL, A, M.

search_string
optional

Search posts with string

  • Must be a String

limit
optional

Limit of records fetched

  • Must be a Integer

page
optional

Offset/pages of records fetched

  • Must be a Integer

order_by
optional

Order of records fetched(ASC or DESC)

  • Must be a String

Errors

Code Description
404 Not found
401 Unauthorized
500 Server crashed

Try