Frontu API Sandbox
ClientApi/Task
Create / Update Task
2min
POST
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
title
string
*description
string
plannedTime
string
*plannedEndTime
string
client
string
*GUID or systemId of Client
workspace
string
*GUID or systemId of Workspace
taskType
string
*user
string
GUID or systemId of User
createdBy
string
*GUID of the person witch created the task
taskTypePriority
integer
systemId
string
Identifier from external system
customValues
string
JSON object for custom field data (for example "guid": "value")
guid
string
Identifier from Frontu
deleted
boolean
Mark if entity is archived (1) or active (0)
receivedByExternalSystem
boolean
Mark if this task is received by external system
status
string
Task status, if it is finished or not.
parentId
string
GUID or systemId of the parent Task
taskTemplate
string
GUID or systemId of the parent Task template
RESPONSES
201
Returned when successful
400
Data contains errors
Curl
Python
PHP
Shell
C#
|
RESPONSES
201
400
|

Updated 31 Jul 2023
Did this page help you?