---
title: "Project note details"
method: GET
path: "/account/projects/{project_id}/notes/{note_id}"
tags: ["projects"]
---

# Project note details

`GET /account/projects/{project_id}/notes/{note_id}`

## Path parameters

- `project_id` integer, required
- `note_id` integer, required

## Response `200`

OK. Note representation

- ProjectNotePrivate
  - `id` integer, required — Project note id
  - `user_id` integer, required — User who wrote the note
  - `abstract` string, required — Note Abstract - short/truncated content
  - `user_name` string, required — Username of the one who wrote the note
  - `created_date` string, required — Date when note was created
  - `modified_date` string, required — Date when note was last modified

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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