Get all followups for the specified message.

get

/social/api/v1/messages/{messageID}/followups

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1MessageFollowupListInfo
Type: object
V1 Message Followup List Information DTO.
Show Source
Nested Schema : items
Type: array
The message followups being returned.
Show Source
Nested Schema : XV1MessageFollowupInfo
Type: object
V1 Message Followup Information DTO.
Show Source
Nested Schema : XV1FollowupType
Type: object
Show Source
  • Allowed Values: [ "FOR_YOUR_INFORMATION", "PLEASE_REPLY", "PLEASE_REPLY_URGENT" ]
    V1 Followup Types.
Back to Top