---
title: "Get note"
method: GET
path: "/daily-info/v1/daily-note/{noteId}"
tags: ["DailyNote:v1:DailyNote"]
---

# Get note

`GET /daily-info/v1/daily-note/{noteId}`

Get a single note by its unique identifier

## Path parameters

- `noteId` integer, required — The unique identifier of the note

## Response `200`

Successful Response

- APIResponseDailyNoteResponse
  - `requestId` string
  - `data` DailyNoteResponse, required
    - `id` integer, required — The note ID
    - `title` string, required — The title of the note
    - `qualifiedUserIds` integer[] — The users qualified to see the note
    - `qualifiedGroupIds` integer[] — The groups qualified to see the note
    - `dates` string[], required — Dates the note is relevant for in ISO 8601 format (e.g. YYYY-MM-DD)

## Other responses

- `422` — Validation Error

---

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