---
title: "GET /crm/notes/{id}"
method: GET
path: "/crm/notes/{id}"
tags: ["CrmNote"]
---

# GET /crm/notes/{id}

`GET /crm/notes/{id}`

Get details of a note

## Path parameters

- `id` string, required

## Query parameters

- `fields` string, nullable
- `associations` string, nullable

## Response `200`

- CrmGetNoteResponse
  - `status` 'ok' | 'error', required
  - `result` CommonNote, required
    - `id` string, required — The unique `id` of this object in Revert
    - `remoteId` string, required — The unique `id` of this object in the downstream CRM.
    - `createdTimestamp` unknown, required
    - `updatedTimestamp` unknown, required
    - `additional` unknown
    - `content` string, required — The contents of the note in plain text or HTML.

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
