Create Task

Use this API to create a new task for an object.

πŸ—’

Things to Know

  • This API only supports objects created via Object Manager, including Projects, Models, and Datasets.
Body Params
uuid
required

The unique identifier of the parent record where the task was created.

string
required
length between 1 and 512

The name of the task.

string
length ≀ 2000

The description of the task.

uuid
required

The unique identifier of the organization responsible for the task.

string
required
length between 1 and 100

The name key of the task type used for translation purposes.

uuid

The unique identifier of the user assigned as an assignee on the task.

string
length between 5 and 255

The email address of the user assigned as an assignee on the task.

collaborators
array of objects

The details of the collaborators assigned to the task.

collaborators
date-time

The date and time by which the task should be completed.

context
object

The contextual details of the task.

boolean
Defaults to false

This flag indicates whether the task is active.

string
length ≀ 16

The type of source that created the task.

uuid

The unique identifier of the source that created the task.

uuid

The unique identifier of the parent record where the task was created.

string
length between 1 and 100

The key used to identify the type of resource.

string
enum

The source product of the task.

string
enum
Defaults to MEDIUM

The priority level of the task.

Allowed:
boolean
Defaults to false

This flag indicates whether the task is required.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 4 required scopes
URL
Response
Choose an example:
application/json
*/*