v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Retrieve Note

This API endpoint retrieves a specific note.

get/v1/notes/{id}

Path parameters

idstring required

The ID of the note to retrieve.

Response

200

contentstring
createdAtstring
creatorIdstring
entityIdstring
entityTypestring
idstring
objectstring
titlestring
updatedAtstring

Example response

{
  "content": "<p>Example content.</p>",
  "createdAt": "2025-03-11T20:29:14Z",
  "creatorId": "2417c06f-44fe-4913-8c84-cd5d358d6f4b",
  "entityId": "9edc4eb8-2b52-454a-bacf-c1d3889a1fbd",
  "entityType": "company",
  "id": "20a7d78e-9bd1-4b76-a763-bb29603542a4",
  "object": "note",
  "title": "Example Note"
}