GET
/
notes
/
{id_note}
{
  "id": "<string>",
  "content": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "is_deleted": true,
  "is_edited": true,
  "is_pinned": true
}

Path Parameters

id_note
string
required

The unique identifier of the note to retrieve.

Response

200
application/json
A single lead note
id
string

Unique identifier of the note

content
string

Content of the note

created_at
string

Creation date of the note

updated_at
string

Last updated date of the note

is_deleted
boolean

Flag indicating if the note is deleted

is_edited
boolean

Flag indicating if the note is edited

is_pinned
boolean

Flag indicating if the note is pinned