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_id
Response
Matching active notes.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

