GET
/
notes
[
  {
    "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
  }
]

Query Parameters

id_space
string
required

The identifier of the space for which notes are fetched.

Response

200
application/json
A list of lead notes
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