Task Query Terms

Every task query requires at least one type and at least one state, as shown in these examples.

ParameterDescriptionOperatorsValuesTypeExample
statereturns tasks in a certain stateinone or more task states (Outstanding, Completed, Denied, Cancelled, Unread) selected from the suggestion dropdownstring
::state in ('Outstanding', 'Completed') and type in ('ToDo')
typereturns tasks of a certain typeinone or more task types (To Do, vCalendar, Authorization, Notification, Assignment) selected from the suggestion dropdownstring
::type in ('Notification', 'Authorization', 'Assignment') and state in ('Outstanding')
datereturns tasks between certain datesbetweendatesdate
::date between '2018-01-01' and '2018-02-01' and state in ('Outstanding') and type in ('ToDo')
assignedToreturns tasks assigned to the specified contactsinone or more contacts selected from the suggestion dropdownstring
::assignedTo in ('Fiona') and state in ('Outstanding') and type in ('ToDo')
assignedFromreturns assigned from the specified contactsinone or more contacts selected from the suggestion dropdownstring
::assignedFrom in ('Oberon') and state in ('Outstanding') and type in ('ToDo')