POST api/list/followups?pageSize={pageSize}&pageNumber={pageNumber}
Gets a list of group followups Processes this list API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize |
Page size, limited to 100 |
integer |
Default value is 20 |
| pageNumber |
Page number |
integer |
Default value is 1 |
Body Parameters
Filter for follow ups
FollowUpListFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| EventTypes |
The collection of event types. |
Collection of string |
None. |
| EventStatuses |
The collection of event statuses. |
Collection of string |
None. |
| RoleTypes |
The collection of role types. |
Collection of string |
None. |
| SystemStatuses |
The collection of system statuses. |
Collection of string |
None. |
| EventBranchId |
The unique identifier of the related event branch resource. |
string |
None. |
| DateFrom |
The date from, expressed as a date and time. |
date |
None. |
| DateTo |
The date to, expressed as a date and time. |
date |
None. |
| Date |
The date value. |
DateRangeFilterDataContract |
None. |
| OwningTeamIds |
The unique identifiers of the related owning team resources. |
Collection of integer |
None. |
| AttendingNegotiatorIds |
The unique identifiers of the related attending negotiator resources. |
Collection of integer |
None. |
| BookedByNegotiatorIds |
The unique identifiers of the related booked by negotiator resources. |
Collection of integer |
None. |
| AttendingGroupIds |
The unique identifiers of the related attending group resources. |
Collection of integer |
None. |
| Sort |
The sort classification. |
FollowUpListSort |
None. |
| VendorFeedbackReviewed |
Indicates whether vendor feedback reviewed is true. |
boolean |
None. |
| Name |
The name value. |
string |
None. |
| CustomFilterConfig |
The custom filter config value. |
string |
None. |
| BranchId |
The unique identifier of the related branch resource. |
integer |
None. |
| BranchIds |
The unique identifiers of the related branch resources. |
Collection of integer |
None. |
| EventBranchIds |
The unique identifiers of the related event branch resources. |
Collection of integer |
None. |
| Order |
The order classification. |
ListOrder |
None. |
| SearchTerm |
The search term value. |
string |
None. |
| FilterType |
The filter type value. |
EnumDataContract |
None. |
| ShowDeleted |
Indicates whether show deleted is true. |
boolean |
None. |
| ShowCancelled |
Indicates whether show cancelled is true. |
boolean |
None. |
| OwningTeamId |
The unique identifier of the related owning team resource. |
integer |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
{
"EventTypes": [
"sample string 1",
"sample string 2"
],
"EventStatuses": [
"sample string 1",
"sample string 2"
],
"RoleTypes": [
"sample string 1",
"sample string 2"
],
"SystemStatuses": [
"sample string 1",
"sample string 2"
],
"EventBranchId": "sample string 1",
"DateFrom": "2026-07-23T08:20:39.0470066Z",
"DateTo": "2026-07-23T08:20:39.0470066Z",
"Date": {
"FromStaticDate": "2026-07-23T08:20:39.0470066Z",
"ToStaticDate": "2026-07-23T08:20:39.0470066Z",
"PredefinedDateRange": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"FromExpression": "sample string 1",
"ToExpression": "sample string 2",
"Id": 3
},
"OwningTeamIds": [
1,
1
],
"AttendingNegotiatorIds": [
1,
1
],
"BookedByNegotiatorIds": [
1,
1
],
"AttendingGroupIds": [
1,
1
],
"Sort": 0,
"VendorFeedbackReviewed": true,
"Name": "sample string 2",
"CustomFilterConfig": "sample string 3",
"BranchId": 1,
"BranchIds": [
1,
2
],
"EventBranchIds": [
1,
2
],
"Order": 0,
"SearchTerm": "sample string 4",
"FilterType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"ShowDeleted": true,
"ShowCancelled": true,
"OwningTeamId": 7,
"Id": 8
}
Response Information
Resource Description
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.