Read note
org.intentschema.productivity.notes.note.read.v1
JSON: bare · @sha256:1854d137e1c1…
Hash: sha256:1854d137e1c12a319ae4c4acc73cb5684580fc0e55fb15d5178d5014c33a2727
Read a single note by id, including body.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
Result
| Field | Type | Description |
external_id * | string | |
object | object | |
url | string (uri) | |
updated_at | string (date-time) | |
object
| Field | Type | Description |
title | string | |
body | string | Note body — Markdown by convention. |
tags | string[] | |
folder | string | Optional folder/parent path or container id. |
Examples
fetch by id
{
"target": {
"system": "notion",
"external_id": "page_abc"
}
}
Profiles