GET api/list/todos/filters?context={context}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
context

Dezrez.Core.DataContracts.External.Api.Lists.Events.ListContext

Default value is Agency

Body Parameters

None.

Response Information

Resource Description

PagedCollectionDataContractOfDezrez.Core.DataContracts.External.Api.Lists.Todos.Filter.TodoListFilterDataContract
NameDescriptionTypeAdditional information
TotalCount

integer

None.

CurrentCount

integer

None.

PageSize

integer

None.

PageNumber

integer

None.

Collection

Collection of Dezrez.Core.DataContracts.External.Api.Lists.Todos.Filter.TodoListFilterDataContract

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalCount": 1,
  "CurrentCount": 2,
  "PageSize": 1,
  "PageNumber": 1,
  "Collection": [
    {
      "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-03-28T14:11:10.3649579Z",
      "DateFrom": "2024-03-28T14:11:10.3649579Z",
      "Date": {
        "FromStaticDate": "2024-03-28T14:11:10.3649579Z",
        "ToStaticDate": "2024-03-28T14:11:10.3649579Z",
        "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
    },
    {
      "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-03-28T14:11:10.3649579Z",
      "DateFrom": "2024-03-28T14:11:10.3649579Z",
      "Date": {
        "FromStaticDate": "2024-03-28T14:11:10.3649579Z",
        "ToStaticDate": "2024-03-28T14:11:10.3649579Z",
        "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
    }
  ]
}