Add Subtask to Request

Use this API to add a subtask to a request.

Path Params
string
required

Request queue reference Id

Body Params
string
length ≀ 255

Email of the user associated with the subtask

string
required
length between 1 and 1000

Description of the subtask

date-time

Deadline for the subtask

date-time

Reminder date for the subtask

boolean
Defaults to false

Whether the subtask is required

boolean
Defaults to false

Whether the subtask is assigned to a group

string
length ≀ 255

Name of the group if assigned to a group

uuid

Workflow detail ID

string
enum

Type of the subtask (MANUAL or SYSTEM_TASK)

Allowed:
uuid

Integration system ID

uuid

Integration workflow ID

boolean

Whether a comment is required when completing the subtask

boolean

Whether a resolution is required when completing the subtask

string
required
length between 1 and 100

Name of the task

boolean
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

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