PUT api/list/todotasks/savefilter
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Lists.Todos.Filter.SaveTodoTaskListFilterDataContractName | Description | Type | Additional information |
---|---|---|---|
Context | Dezrez.Core.DataContracts.External.Api.Lists.Events.ListContext |
None. |
|
Statuses | Collection of string |
None. |
|
Schedules | Collection of string |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
TodoIds | Collection of integer |
None. |
|
Ids | Collection of integer |
None. |
|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
Date | Dezrez.Core.DataContracts.External.Api.Lists.DateRangeFilterDataContract |
None. |
|
Sort | Dezrez.Core.DataContracts.External.Api.Lists.Todos.TodoListSort |
None. |
|
OwningNegotiatorId | integer |
None. |
|
ClaimedNegotiatorId | integer |
None. |
|
IsOverdueOnly | boolean |
None. |
|
Name | string |
None. |
|
CustomFilterConfig | string |
None. |
|
BranchId | integer |
None. |
|
BranchIds | Collection of integer |
None. |
|
EventBranchIds | Collection of integer |
None. |
|
Order | Dezrez.Core.DataContracts.External.Api.Lists.ListOrder |
None. |
|
SearchTerm | string |
None. |
|
FilterType | Dezrez.Core.DataContracts.External.Api.System.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:
{ "Context": 0, "Statuses": [ "sample string 1", "sample string 2" ], "Schedules": [ "sample string 1", "sample string 2" ], "NegotiatorIds": [ 1, 2 ], "TodoIds": [ 1, 2 ], "Ids": [ 1, 2 ], "DateFrom": "2024-11-21T09:30:40.3586222Z", "DateTo": "2024-11-21T09:30:40.3586222Z", "Date": { "FromStaticDate": "2024-11-21T09:30:40.3586222Z", "ToStaticDate": "2024-11-21T09:30:40.3586222Z", "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
Dezrez.Core.DataContracts.External.Api.Lists.Todos.Filter.TodoTaskListFilterDataContractName | Description | Type | Additional information |
---|---|---|---|
Statuses | Collection of string |
None. |
|
Schedules | Collection of string |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
TodoIds | Collection of integer |
None. |
|
Ids | Collection of integer |
None. |
|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
Date | Dezrez.Core.DataContracts.External.Api.Lists.DateRangeFilterDataContract |
None. |
|
Sort | Dezrez.Core.DataContracts.External.Api.Lists.Todos.TodoListSort |
None. |
|
OwningNegotiatorId | integer |
None. |
|
ClaimedNegotiatorId | integer |
None. |
|
IsOverdueOnly | boolean |
None. |
|
Name | string |
None. |
|
CustomFilterConfig | string |
None. |
|
BranchId | integer |
None. |
|
BranchIds | Collection of integer |
None. |
|
EventBranchIds | Collection of integer |
None. |
|
Order | Dezrez.Core.DataContracts.External.Api.Lists.ListOrder |
None. |
|
SearchTerm | string |
None. |
|
FilterType | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
ShowDeleted | boolean |
None. |
|
ShowCancelled | boolean |
None. |
|
OwningTeamId | integer |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Statuses": [ "sample string 1", "sample string 2" ], "Schedules": [ "sample string 1", "sample string 2" ], "NegotiatorIds": [ 1, 2 ], "TodoIds": [ 1, 2 ], "Ids": [ 1, 2 ], "DateFrom": "2024-11-21T09:30:40.3742413Z", "DateTo": "2024-11-21T09:30:40.3742413Z", "Date": { "FromStaticDate": "2024-11-21T09:30:40.3742413Z", "ToStaticDate": "2024-11-21T09:30:40.3742413Z", "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 }