Get a filtered list of all followups.

get

/social/api/v1/followups

Request

Supported Media Types
Body ()
Specify a filter to query.
Root Schema : XV1FollowupFilterInfo
Type: object
V1 Followup Filter Information DTO.
Show Source
  • Exclude followups where the target user is both the assigner and assignee.
  • Include followups assigned to the current user. The includeAssignee or includeAssigner field or both must be specified as true. Both false is the same as both true. This field is used only if both includeAssignees and includeAssigners are null.
  • includeAssignees
    Include specified followups assignees. The includeAssignees or includeAssigners field or both must be specified. If both fields are null, fields includeAssignee and includeAssigner are used.
  • Include followups assigned by the current user. The includeAssignee or includeAssigner field or both must be specified as true. Both false is the same as both true. This field is used only if both includeAssignees and includeAssigners are null.
  • includeAssigners
    Include specified followups assigners. The includeAssignees or includeAssigners field or both must be specified. If both fields are null fields, includeAssignee and includeAssigner are used.
  • Include closed followups. The includeOpen or includeClosed field or both must be specified as true. Both false is the same as includeOpen true.
  • Include no-reply followups. The includeReply or includeNoReply field or both must be specified as true. Both false is the same as both true.
  • Include open followups. The includeOpen or includeClosed field or both must be specified as true. Both false is the same as includeOpen true.
  • Include read followups. The includeRead or includeUnread field or both must be specified as true. Both false is the same as both true.
  • Include reply followups. The includeReply or includeNoReply field or both must be specified as true. Both false is the same as both true.
  • includeTypes
    Include specified followups types. If not specified, all types of followups are returned.
  • Include unread followups. The includeRead or includeUnread field or both must be specified as true. Both false is the same as both true.
  • XV1FollowupSortField
  • Sort is descending.
Nested Schema : includeAssignees
Type: array
Include specified followups assignees. The includeAssignees or includeAssigners field or both must be specified. If both fields are null, fields includeAssignee and includeAssigner are used.
Show Source
  • An object's unique identifier from a long integer representation.
Nested Schema : includeAssigners
Type: array
Include specified followups assigners. The includeAssignees or includeAssigners field or both must be specified. If both fields are null fields, includeAssignee and includeAssigner are used.
Show Source
  • An object's unique identifier from a long integer representation.
Nested Schema : includeTypes
Type: array
Include specified followups types. If not specified, all types of followups are returned.
Show Source
Nested Schema : XV1FollowupSortField
Type: object
Show Source
  • Allowed Values: [ "FOLLOWUP_CHAT_DATE", "FOLLOWUP_CREATED_DATE", "FOLLOWUP_RECENT_ACTIVITY", "FOLLOWUP_TYPE" ]
    V1 Followup Sort Fields.
Nested Schema : XV1FollowupType
Type: object
Show Source
  • Allowed Values: [ "FOR_YOUR_INFORMATION", "PLEASE_REPLY", "PLEASE_REPLY_URGENT" ]
    V1 Followup Types.

Response

Supported Media Types

200 Response

Successful operation.
Body ()
V1 Followup List Information DTO.
Root Schema : XV1FollowupListInfo
Type: object
V1 Followup List Information DTO.
Show Source
Nested Schema : items
Type: array
The followups being returned.
Show Source
Nested Schema : XV1FollowupInfo
Type: object
V1 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.