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

Array of lead notes