Retrieve All Tasks

This operation returns all tasks in a tenant or a filtered list of tasks according to the specified query parameters.

Authorization and Permissions

  • An OpenAm or UKG Authentication token is required to make a post.
  • The user must have content creation permission, which is granted by a Talk administrator.
Query Params
number

The count of a paginated response, which specifies the number of posts to return per page. If not specified, a default of 100 posts is returned. The count cannot exceed 100.

number

The index of a paginated response, which specifies the offset of the response. If not specified, a default of 0 is used.

string

The title by which to filter returned records.

string

The task status with comma separated values by which to filter returned records. Possible values include INPROGRESS, COMPLETED, NOT_STARTED, ACCEPTED, REJECTED, REOPENED, DRAFT, and CANCELED.

string

The sorting applied to returned records. Currently, sorting supports title, createdDateTime, updatedDateTime, and duedate. Specify a key followed by the sort order, such as updatedDateTime desc, name. If no order is passed, the default is asc sort order.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json