---
title: "Ver detalhes da nota"
method: GET
path: "/notes/{note_id}"
---

# Ver detalhes da nota

`GET /notes/{note_id}`

## Path parameters

- `note_id` integer, required

## Query parameters

- `with` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `account_id` integer
    - `entity_attribute_id` integer
    - `region_id` integer
    - `custom_field_id` integer
    - `custom_field_value` integer
    - `status` integer
    - `title` string
    - `observation` string
    - `start_at` string
    - `end_at` string
    - `created_at` string
    - `updated_at` string
    - `subGoals` object
      - `id` integer
      - `account_id` integer
      - `goal_id` integer
      - `user_id` integer
      - `value` integer
      - `created_at` string
      - `updated_at` string
  - `meta` object
    - `total` integer
    - `count` integer
    - `per_page` integer
    - `current_page` integer
    - `total_pages` integer
    - `links` object[]

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/versions/0a130198f0a3/schema)
