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 'http://localhost:5601/api/note' \
--header "Authorization: $API_KEY"