---
title: "GET /api/v1.0/users/{userId}/UserNotes"
method: GET
path: "/api/v1.0/users/{userId}/UserNotes"
tags: ["Users"]
---

# GET /api/v1.0/users/{userId}/UserNotes

`GET /api/v1.0/users/{userId}/UserNotes`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RestApiArrayResultUserNote — Rest api array result
  - `Data` UserNote[], required — Generic data object.
    - `UserNoteId` integer — Identifier for the user note.
    - `UserId` integer — User identifier associated with the note.
    - `Note` string — Note content.
    - `TsCreate` string, date-time — Creation timestamp of the note.
    - `CreatedByUserId` integer — Identifier of the user who created the note.
    - `CreatedByUserName` string — Name of the user who created the note.
    - `CreatedByUserEmail` string — Email of the user who created the note.

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
