Search Application Tasks

The Search Tasks API can be used to search for existing application tasks.

This API uses query parameters (no JSON body). Below please find descriptions of the parameters.

Caution

The Search API provides guarantees of eventual consistency and under normal operating conditions, data propagation takes seconds. For read-after-write workflows requiring strict consistency, use the "List Application Tasks" method instead.

Query Params
number
1 to 100
Defaults to 20

Number of entities to return. Used for pagination implementation. If no value is provided used default 20. Max 100.

number
≥ 0

Number entities to skip. Useful for pagination implementation. Only works if count param is passed

string
enum

Field to sort by

Allowed:
string
enum

Direction of sort results. asc or desc

Allowed:
string

Search query to perform

statuses
array of strings

Array of task statuses. Can be Done, In Progress, Cancelled, Failed, In Review, Not Done (maximum 6 values in array)

statuses
assignedTeamMemberIds
array of strings

Array of assigned team member IDs (maximum 100 values in array)

assignedTeamMemberIds
string

External assignee Id

string
enum

External assignee type. Can be borrower or intermediary.

Allowed:
string

Updated from date in ISO 8601 (YYYY-MM-DDTHH:mm:ss.SSSZ) format.

string

Updated to date in ISO 8601 (YYYY-MM-DDTHH:mm:ss.SSSZ) format.

string

Due from date in ISO 8601 (YYYY-MM-DDTHH:mm:ss.SSSZ) format.

string

Due to date in ISO 8601 (YYYY-MM-DDTHH:mm:ss.SSSZ) format.

string

Application ID

string

Product ID

labelIds
array of strings

Array of task label IDs (maximum 100 values in array)

labelIds
groups
array of strings

Array of groups (maximum 100 values in array, each value with a maximum length of 248 characters)

groups
Headers
string
enum
Defaults to 2024-02-26
Allowed:
Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json