Get notes
Spaces method and path for this operation:
get /s/{space_id}/api/note
Refer to Spaces for more information.
Get all notes for a given document.
Query parameters
-
Filter notes based on their association with a document or saved object.
Values are
all,document_only,saved_object_only,document_and_saved_object, ororphan.
GET
/api/note
curl \
--request GET 'https://localhost:5601/api/note' \
--header "Authorization: $API_KEY"