GET
/
notes

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

limit
number
required

The number of items to return

offset
number
required

Filter users without email

order_direction
string
required

Direction to return accounts

Response

200 - application/json
id
string

The unique identifier for the note.

title
string

The title of the note.

body
string

The body of the note.

created_date
string

The date and time the note was created.

last_modified_date
string

The date and time the note was last modified.