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
Optional
options: ApiCallOptionsDeletes a task
Deletes a task
The unique identifier of the task.
Optional
options: ApiCallOptionsFinds and returns a task.
Finds and returns a task.
The unique identifier of the task.
Optional
options: 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
Optional
appId?: stringThe case sensitive string used to search for a task by app ID.
Optional
limit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optional
next?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optional
partial?: booleanThe boolean value used to search for a task is partial or not
Optional
prev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optional
options: ApiCallOptionsUpdates an existing task
Updates an existing task
The unique identifier of the task.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for reload-tasks api requests.