Clears the cache for reload-tasks api requests.
Creates a task for a specified app.
Creates a task for a specified app.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes a task
Deletes a task
The unique identifier of the task.
Optionaloptions: ApiCallOptionsFinds and returns a task.
Finds and returns a task.
The unique identifier of the task.
Optionaloptions: ApiCallOptionsFinds and returns the tasks that the user has access to.
Finds and returns the tasks that the user has access to.
an object with query parameters
OptionalappId?: stringThe case sensitive string used to search for a task by app ID.
Optionallimit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optionalpartial?: booleanThe boolean value used to search for a task is partial or not
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optionaloptions: ApiCallOptionsUpdates an existing task
Updates an existing task
The unique identifier of the task.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for reload-tasks api requests.