GET api/list/todotasks/filters?context={context}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| context | ListContext |
Default value is Agency |
Body Parameters
None.
Response Information
Resource Description
PagedCollectionDataContractOfTodoTaskListFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| CurrentCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Collection | Collection of TodoTaskListFilterDataContract |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalCount": 1,
"CurrentCount": 2,
"PageSize": 1,
"PageNumber": 1,
"Collection": [
{
"Statuses": [
"sample string 1",
"sample string 2"
],
"Schedules": [
"sample string 1",
"sample string 2"
],
"NegotiatorIds": [
1,
2
],
"TodoIds": [
1,
2
],
"Ids": [
1,
2
],
"DateFrom": "2025-11-14T08:08:00.6399365Z",
"DateTo": "2025-11-14T08:08:00.6399365Z",
"Date": {
"FromStaticDate": "2025-11-14T08:08:00.6399365Z",
"ToStaticDate": "2025-11-14T08:08:00.6399365Z",
"PredefinedDateRange": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"FromExpression": "sample string 1",
"ToExpression": "sample string 2",
"Id": 3
},
"Sort": 0,
"OwningNegotiatorId": 1,
"ClaimedNegotiatorId": 1,
"IsOverdueOnly": 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
},
{
"Statuses": [
"sample string 1",
"sample string 2"
],
"Schedules": [
"sample string 1",
"sample string 2"
],
"NegotiatorIds": [
1,
2
],
"TodoIds": [
1,
2
],
"Ids": [
1,
2
],
"DateFrom": "2025-11-14T08:08:00.6399365Z",
"DateTo": "2025-11-14T08:08:00.6399365Z",
"Date": {
"FromStaticDate": "2025-11-14T08:08:00.6399365Z",
"ToStaticDate": "2025-11-14T08:08:00.6399365Z",
"PredefinedDateRange": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"FromExpression": "sample string 1",
"ToExpression": "sample string 2",
"Id": 3
},
"Sort": 0,
"OwningNegotiatorId": 1,
"ClaimedNegotiatorId": 1,
"IsOverdueOnly": 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
}
]
}