POST api/list/stats/followups
Request Information
URI Parameters
None.
Body Parameters
Collection of FollowUpListFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| EventTypes | Collection of string |
None. |
|
| EventStatuses | Collection of string |
None. |
|
| RoleTypes | Collection of string |
None. |
|
| SystemStatuses | Collection of string |
None. |
|
| EventBranchId | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Date | DateRangeFilterDataContract |
None. |
|
| OwningTeamIds | Collection of integer |
None. |
|
| AttendingNegotiatorIds | Collection of integer |
None. |
|
| BookedByNegotiatorIds | Collection of integer |
None. |
|
| AttendingGroupIds | Collection of integer |
None. |
|
| Sort | FollowUpListSort |
None. |
|
| VendorFeedbackReviewed | boolean |
None. |
|
| Name | string |
None. |
|
| CustomFilterConfig | string |
None. |
|
| BranchId | integer |
None. |
|
| BranchIds | Collection of integer |
None. |
|
| EventBranchIds | Collection of integer |
None. |
|
| Order | ListOrder |
None. |
|
| SearchTerm | string |
None. |
|
| FilterType | EnumDataContract |
None. |
|
| ShowDeleted | boolean |
None. |
|
| ShowCancelled | boolean |
None. |
|
| OwningTeamId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"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": "2025-11-17T09:03:52.7742606Z",
"DateTo": "2025-11-17T09:03:52.7742606Z",
"Date": {
"FromStaticDate": "2025-11-17T09:03:52.7742606Z",
"ToStaticDate": "2025-11-17T09:03:52.7742606Z",
"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
},
{
"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": "2025-11-17T09:03:52.7742606Z",
"DateTo": "2025-11-17T09:03:52.7742606Z",
"Date": {
"FromStaticDate": "2025-11-17T09:03:52.7742606Z",
"ToStaticDate": "2025-11-17T09:03:52.7742606Z",
"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
PagedCollectionDataContractOfListStatsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| CurrentCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Collection | Collection of ListStatsDataContract |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalCount": 1,
"CurrentCount": 2,
"PageSize": 1,
"PageNumber": 1,
"Collection": [
{
"Name": "sample string 1",
"Value": 2
},
{
"Name": "sample string 1",
"Value": 2
}
]
}