---
title: "Returns a specific note"
method: GET
path: "/notes/{notesId}"
tags: ["Notes"]
---

# Returns a specific note

`GET /notes/{notesId}`

## Path parameters

- `notesId` integer, required

## Response `200`

Note

- object
  - `data` Note — Available relations: employees, changelog
    - `id` integer
    - `title` string — The title of the note
    - `description` string — The content of the note
    - `start` string, date-time — The start date and time of the note
    - `end` string, date-time — The end date and time of the note
    - `all_day` boolean — Whether the note is all day
    - `timezone` string — The timezone of the note
    - `first_line` string — First line
    - `icon` string — Icon
    - `color` string — Color
    - `contrast_color` 'dark' | 'white' — Contrast color
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

[API](https://skmtc.net/craftboxx/apis/craftboxx-api-documentation.md) · [All operations](https://skmtc.net/craftboxx/apis/craftboxx-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craftboxx/craftboxx-api-documentation/revisions/c01f07a02f77/schema)
