Create task

This endpoint can be used to create a task. A client and location can also be set in this request. If successful, a task ID will be returned to the caller.

Body Params
string

Task name

string
required

Task type ID

string
required

Task location ID

string

Task client ID

groupIds
array of strings

Group IDs

groupIds
string

Task description

string
enum

Task status - open or concept

Allowed:
checklistIds
array of strings

Task checklist IDs

checklistIds
tagIds
array of strings

Task tag IDs

tagIds
string

User provided URL

filePaths
array of strings

A list of file paths. You can get a file path by uploading a file through the create file endpoint

filePaths
int64

Task planned date, Unix Timestamp in ms

boolean

Require to plan the task within an availability

int64

Task minimum planned date, Unix Timestamp in ms

int64

Maximum time period before the scheduled task start time during which a client is allowed to reschedule.

int64

Maximum time period before the scheduled task start time during which a client is allowed to unschedule.

int64

Task expiration date, Unix Timestamp in ms

number

Task duration in ms

string

Task planned for user ID

string

Task billing client ID

string

Task client reference

string

User ID of task creator

props
object

Custom fields

Headers
string
required

Session ID

Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json