PUT api/list/todos/savefilter
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Lists.Todos.Filter.SaveTodoListFilterDataContractName | Description | Type | Additional information |
---|---|---|---|
Context | Dezrez.Core.DataContracts.External.Api.Lists.Events.ListContext |
None. |
|
FilterCategory | string |
None. |
|
IncludeGlobal | boolean |
None. |
|
OnlyGlobal | boolean |
None. |
|
OwningNegotiatorId | integer |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
Statuses | Collection of string |
None. |
|
ToDoTypes | Collection of string |
None. |
|
Schedules | Collection of string |
None. |
|
Priorities | Collection of string |
None. |
|
Intervals | Collection of string |
None. |
|
DateTo | date |
None. |
|
DateFrom | date |
None. |
|
Date | Dezrez.Core.DataContracts.External.Api.Lists.DateRangeFilterDataContract |
None. |
|
Sort | Dezrez.Core.DataContracts.External.Api.Lists.Todos.TodoListSort |
None. |
|
AdditionalIds | Collection of integer |
None. |
|
ExcludedIds | Collection of integer |
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, "FilterCategory": "sample string 1", "IncludeGlobal": true, "OnlyGlobal": true, "OwningNegotiatorId": 1, "NegotiatorIds": [ 1, 2 ], "Statuses": [ "sample string 1", "sample string 2" ], "ToDoTypes": [ "sample string 1", "sample string 2" ], "Schedules": [ "sample string 1", "sample string 2" ], "Priorities": [ "sample string 1", "sample string 2" ], "Intervals": [ "sample string 1", "sample string 2" ], "DateTo": "2024-11-21T09:33:57.7944515Z", "DateFrom": "2024-11-21T09:33:57.7944515Z", "Date": { "FromStaticDate": "2024-11-21T09:33:57.7944515Z", "ToStaticDate": "2024-11-21T09:33:57.7944515Z", "PredefinedDateRange": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "FromExpression": "sample string 1", "ToExpression": "sample string 2", "Id": 3 }, "Sort": 0, "AdditionalIds": [ 1, 2 ], "ExcludedIds": [ 1, 2 ], "Name": "sample string 4", "CustomFilterConfig": "sample string 5", "BranchId": 1, "BranchIds": [ 1, 2 ], "EventBranchIds": [ 1, 2 ], "Order": 0, "SearchTerm": "sample string 6", "FilterType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "ShowDeleted": true, "ShowCancelled": true, "OwningTeamId": 9, "Id": 10 }
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Lists.Todos.Filter.TodoListFilterDataContractName | Description | Type | Additional information |
---|---|---|---|
FilterCategory | string |
None. |
|
IncludeGlobal | boolean |
None. |
|
OnlyGlobal | boolean |
None. |
|
OwningNegotiatorId | integer |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
Statuses | Collection of string |
None. |
|
ToDoTypes | Collection of string |
None. |
|
Schedules | Collection of string |
None. |
|
Priorities | Collection of string |
None. |
|
Intervals | Collection of string |
None. |
|
DateTo | date |
None. |
|
DateFrom | date |
None. |
|
Date | Dezrez.Core.DataContracts.External.Api.Lists.DateRangeFilterDataContract |
None. |
|
Sort | Dezrez.Core.DataContracts.External.Api.Lists.Todos.TodoListSort |
None. |
|
AdditionalIds | Collection of integer |
None. |
|
ExcludedIds | Collection of integer |
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:
{ "FilterCategory": "sample string 1", "IncludeGlobal": true, "OnlyGlobal": true, "OwningNegotiatorId": 1, "NegotiatorIds": [ 1, 2 ], "Statuses": [ "sample string 1", "sample string 2" ], "ToDoTypes": [ "sample string 1", "sample string 2" ], "Schedules": [ "sample string 1", "sample string 2" ], "Priorities": [ "sample string 1", "sample string 2" ], "Intervals": [ "sample string 1", "sample string 2" ], "DateTo": "2024-11-21T09:33:57.810076Z", "DateFrom": "2024-11-21T09:33:57.810076Z", "Date": { "FromStaticDate": "2024-11-21T09:33:57.810076Z", "ToStaticDate": "2024-11-21T09:33:57.810076Z", "PredefinedDateRange": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "FromExpression": "sample string 1", "ToExpression": "sample string 2", "Id": 3 }, "Sort": 0, "AdditionalIds": [ 1, 2 ], "ExcludedIds": [ 1, 2 ], "Name": "sample string 4", "CustomFilterConfig": "sample string 5", "BranchId": 1, "BranchIds": [ 1, 2 ], "EventBranchIds": [ 1, 2 ], "Order": 0, "SearchTerm": "sample string 6", "FilterType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "ShowDeleted": true, "ShowCancelled": true, "OwningTeamId": 9, "Id": 10 }