GET
/v1/notes

No description available

Query Parameters

NameTypeDescription
limit numberNumber of results to return per page (1-100)
offset numberNumber of results to skip for pagination
orderBy stringField to sort by
orderDirection stringSort direction (ascending or descending)
include stringComma-separated list of related resources to include
isPublic booleanFilter by public visibility status
draft booleanFilter by draft status
status stringFilter by note lifecycle status

Responses

Authentication

Enter your API key to test this endpoint. Get your key from your account settings.

Try it out
Snippets
Loading...