Create task

Creates a new task

Body Params
uuid
required

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

string
required
length between 0 and 512

The name of the task.

string
length between 0 and 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 key that identifies the type of activity for the task.

uuid

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

string
length between 0 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 true

This flag indicates whether the task is active.

string
length between 0 and 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 resource.

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 1 required scope
URL
Response
Choose an example:
application/json
*/*