Frontu API Sandbox
ClientApi/Note
Creates a new Note from the submitted data.
2min
POST
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
task
string
GUID or systemId of Task
workspace
string
GUID or systemId of Workspace
user
string
GUID or systemId of User
visible
boolean
deleted
boolean
Mark if entity is archived (1) or active (0)
title
string
guid
string
RESPONSES
201
Returned when successful
400
Returned when the form has errors
Curl
Python
PHP
Shell
C#
|
RESPONSES
201
400
|