Notes

List Notes

get/api/v1/notes/

Query parameters

qstring nullable

Full-text query against title + body.

Full-text query against title + body.

identity_idstring uuid nullable

Filter to notes granted to this identity (joins against the note_access table).

Filter to notes granted to this identity (joins against the note_access table).

limitinteger
offsetinteger
order'recent' | 'created'

Response

Successful Response

idstring uuid required
organization_idstring required
created_bystring required
titlestring nullable required
bodystring required
status'active' | 'paused' | 'deleted' required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.