Create task note

This endpoint can be used to create a task note. If successful, a note model will be returned to the caller.

Body Params
string
required

Task ID

string
required

User ID of the note owner

string
required

Note subject

string
required

Note message

boolean

Defines if the note is visible in the App (default: true)

boolean

Defines if the note is to be pinned to the top (default: false)

imagePaths
array of strings

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

imagePaths
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
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