Select user notes by ID

Returns active user notes matching the submitted IDs. The endpoint is used by the notes bulk-selection flow and does not paginate.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
notes_idlist of integersRequired

Response

Matching active notes.
statusstringOptional
messagestringOptional
datalist of maps from strings to anyOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error