Create task type

This endpoint can be used to create a task type. In the request you provide a session ID in the header and task type details in the body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Task type category ID (required)

string
required

Task type name (required)

string | null

Task type description

groupIds
array of strings | null

Group IDs

groupIds
string | null

Default task name

string | null

Default task description

checklistIds
array of strings | null

Default checklist IDs

checklistIds
int64 | null

Default task duration in milliseconds

boolean | null

If true, a recipient signature is required to complete/close the task

integer | null

Default minimum days after creation before scheduling is allowed

int64 | null

Default earliest schedulable date as a Unix timestamp

int64 | null

Default arrival tolerance window (milliseconds)

issueTypeIds
array of strings | null

Issue type IDs

issueTypeIds
string | null

Default billing client ID

filePaths
array of strings | null

File paths to attach

filePaths
defaultTagIds
array of strings | null

Default tag IDs

defaultTagIds
createAccess
array of strings | null

Who can create a task

createAccess
requestSuggestionAccess
array of strings | null

Who can request scheduling suggestions

requestSuggestionAccess
requestExtraTimeslotsAccess
array of strings | null

Who can request extra scheduling timeslots

requestExtraTimeslotsAccess
int64 | null

Maximum allowed increase in route travel time (milliseconds)

int64 | null

Maximum travel time from base to first appointment (milliseconds)

int64 | null

Maximum travel time from last appointment to base (milliseconds)

int64 | null

Max time before task start when rescheduling is allowed (milliseconds)

int64 | null

Max time before task start when unscheduling is allowed (milliseconds)

boolean | null

If true, ignore travel time in scheduling rules

boolean | null

Default 'require availability' setting for tasks created with this task type. If true, tasks must, by default, be scheduled within defined availabilities

boolean
Defaults to false

Whether the task type is archived

Headers
string
required

Session ID

Responses

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