POST api/list/todotasks?pageSize={pageSize}&pageNumber={pageNumber}
Get list of todos tasks. 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 |
The page size value supplied with the request. |
integer |
Default value is 20 |
| pageNumber |
The page number value supplied with the request. |
integer |
Default value is 1 |
Body Parameters
The todo task list filter data contract supplied with the request.
TodoTaskListFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Statuses |
The collection of statuses. |
Collection of string |
None. |
| Schedules |
The collection of schedules. |
Collection of string |
None. |
| NegotiatorIds |
The unique identifiers of the related negotiator resources. |
Collection of integer |
None. |
| TodoIds |
The unique identifiers of the related todo resources. |
Collection of integer |
None. |
| Ids |
The unique identifiers of the related api resources. |
Collection of integer |
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. |
| Sort |
The sort classification. |
TodoListSort |
None. |
| OwningNegotiatorId |
The unique identifier of the related owning negotiator resource. |
integer |
None. |
| ClaimedNegotiatorId |
The unique identifier of the related claimed negotiator resource. |
integer |
None. |
| IsOverdueOnly |
Indicates whether this item is overdue only. |
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
{
"Statuses": [
"sample string 1",
"sample string 2"
],
"Schedules": [
"sample string 1",
"sample string 2"
],
"NegotiatorIds": [
1,
2
],
"TodoIds": [
1,
2
],
"Ids": [
1,
2
],
"DateFrom": "2026-07-23T08:18:58.7364445Z",
"DateTo": "2026-07-23T08:18:58.7364445Z",
"Date": {
"FromStaticDate": "2026-07-23T08:18:58.7364445Z",
"ToStaticDate": "2026-07-23T08:18:58.7364445Z",
"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
}
Response Information
Resource Description
The response returned after the operation completes.
PagedCollectionDataContractOfTaskListDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount |
The total count value. |
integer |
None. |
| CurrentCount |
The current count value. |
integer |
None. |
| PageSize |
The page size value. |
integer |
None. |
| PageNumber |
The page number value. |
integer |
None. |
| Collection |
The collection of collection. |
Collection of TaskListDataContract |
None. |
Response Formats
application/json, text/json
{
"TotalCount": 1,
"CurrentCount": 2,
"PageSize": 1,
"PageNumber": 1,
"Collection": [
{
"ToDoId": 1,
"DueDate": "2026-07-23T08:18:58.7364445Z",
"StatusType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"TaskType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Priority": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"ScheduleType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"ClaimedNegotiator": {
"ContactName": "sample string 1",
"Gender": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Title": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"PrimaryTelephone": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"PrimaryEmail": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"JobTitle": "sample string 5",
"Id": 6
},
"TaskInfo": {
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3"
},
"Id": 3
},
{
"ToDoId": 1,
"DueDate": "2026-07-23T08:18:58.7364445Z",
"StatusType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"TaskType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Priority": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"ScheduleType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"ClaimedNegotiator": {
"ContactName": "sample string 1",
"Gender": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Title": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"PrimaryTelephone": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"PrimaryEmail": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"JobTitle": "sample string 5",
"Id": 6
},
"TaskInfo": {
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3"
},
"Id": 3
}
]
}