Skip to main content
POST
Create Task or Project

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Body

application/json
title
string
required
Example:

"user based project"

recurringTask
boolean
required
Example:

true

requestThisTask
enum<string>
required
Available options:
Weekly,
Monthly,
Daily
startTime
string<date-time>
required
dueTime
string<date-time>
required
workspaceId
string<uuid>
required

UUID of the workspace.

description
string
recurringByEvery
string
Example:

"Week1"

intervalWeek
enum<string>[]
Available options:
Mon,
Tue,
Wed,
Thu,
Fri,
Sat,
Sun
endDate
string<date-time>
isTimeBound
boolean
priority
enum<string>
Available options:
None,
Low,
Medium,
High,
Critical
assignees
string<uuid>[]
serviceTypeId
string<uuid> | null
AutomationId
string<uuid> | null
editInstance
enum<string>
Available options:
One,
All
Example:

"One"

isAutoTagLocation
boolean
isMultiTasks
boolean
isProject
boolean
projectType
enum<string>
Available options:
user,
asset,
role
notification
object

Response

Successful task and/or project creation

data
object
extra_meta
object