Supported formats
json xml

Headers

Header name Description
_felix_session_id
required
Token obtained in login api

Params

Param name Description
id
required

Id of the post

  • Must be a Integer

ms_request
required

Request Wrapper

  • Must be a Valid JSON

ms_request[post]
required

Post Wrapper

  • Must be a Valid JSON

ms_request[post][title]
required

Title of the post

  • Must be a String

ms_request[post][description]
required

Body of the post

  • Must be a String

ms_request[post][conversation_id]
required

Id of the team post is associated with

  • Must be a Integer

ms_request[post][attachments]
optional

Array of attached files

  • Must be an array of any type

ms_request[post][must_read]
optional

Is must read post of not

  • Must be one of: Y, N.

ms_request[post][comments_enabled]
optional

If comments is enabled

  • Must be one of: Y, N.

ms_request[post][is_announcement]
optional

If the post is an announcement

  • Must be one of: Y, N.

ms_request[post][expire_option]
optional

If the post should expire

  • Must be one of: Y, N.

ms_request[post][expire_on]
optional

Post expire date

  • Must be a Date

ms_request[post][must_read_ack_option]
optional

If standard or acknowledgement

  • Must be one of: STD, ACK.

ms_request[post][social_advocacy]
optional

Make post Social Advocacy enabled

  • Must be one of: true, false.

ms_request[post][social_advocacy_type]
optional

Type of Social Advocacy

  • Must be one of: post, custom_url.

ms_request[post][social_advocacy_custom_url]
optional

Custom URL in case of Custom type

  • Must be a String

Errors

Code Description
404 Not found
401 Unauthorized
500 Server crashed

Try