# Get Task List

Gets a Outlook Task's ID List for a specified Pocket Outlook.

Action available for the following operating systems:

![](/files/-MKK7IW41U6rxT2tC7Dn)

### Parameters

*General*

* **Mode** *\<radiobox> -* Selects the mode of filter creation. The options available are:
  * **Manual** - to manually describe a filter.
  * **All (AND)** *-* to describe one or more filters with assistance, where the result must match all the Filters.
  * **Any (OR)** *-* to describe one or more filters with assistance, where the result must match at least one of the Filters.

*Filters*

* **Filter** *\<string> -* A string that represents the filter to use (Example: "\[CompanyName] =" + Charact(34) + "SysDev" + Charact(34)).

*Sorting*

* **Sort Property** *\<string> -* The sort property that was used to sort the result of this action. Please see in notes section the possible values for this parameter.
* **Sort Order** *\<unquoted string> -* The sort order of the result of this action. The possible values are: Asc, Desc or dynamic.

*Targets*

* **Task's OIDs List** *\<unquoted string> -* The control or variable that saves the Outlook Task's IDs list for the given contact.
* **Number of Task's OIDs** *\<unquoted string> -* The control or variable that saves the number of Outlook Task's IDs for the given contact.
* **Items Separator** *\<string> -* The string that separates the items in the returned list.

### Notes

The possible values to parameter **Property** for the Outlook contacts are:

* Body
* Complete
* Categories
* DateCompleted
* DueDate
* Importance
* IsRecurring
* ReminderOptions
* ReminderSet
* ReminderSoundFile
* ReminderTime
* Sensivity
* StartDate
* Subject

The possible values for parameter **Operator** are:

* "<" - lower than.
* "<=" - lower than or equal to.
* ">" - higher than.
* ">=" - higher than or equal to.
* "=" - equal to.
* "<>" - different from.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-email/get-task-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
