| name | data type | constraints | description | 
|---|---|---|---|
| DefaultPreviewInterval | Duration | ||
| ByStartTime | boolean | ||
| FilterByMonitoringRef | boolean | required | |
| FilterByLineRef | boolean | required | |
| FilterByDirectionRef | boolean | ||
| FilterByDestination | boolean | ||
| FilterByVisitType | boolean | 
Example
{
  "DefaultPreviewInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ByStartTime" : true,
  "FilterByMonitoringRef" : true,
  "FilterByLineRef" : true,
  "FilterByDirectionRef" : true,
  "FilterByDestination" : true,
  "FilterByVisitType" : true
}