Create a published user note

Creates a published note and optionally links students, categories, attachments, and folders.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
titlestringRequired
notestringRequired
favoritebooleanRequired
batch_idintegerOptional
Academic year ID
students_idlist of integersOptional
categories_idlist of integersOptional
attachments_idlist of integersOptional
folders_idlist of integersOptional

Response

Note created
statusstringOptional
messagestringOptional
datamap from strings to anyOptional
UserNoteResource payload

Errors

401
Unauthorized Error
422
Unprocessable Entity Error