Get a character note (DM or player)
play_get_character_noteFetch the DM-side or player-side note attached to a play character. Lazy-creates the note on first read if absent, so this endpoint always returns a note. Authorization runs through the character's campaign permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | Mongo `_id` of the play character (NOT the vault character id). | |
| documentType | Yes | Which note to fetch: 'dm-notes' (GM-only) or 'player-notes' (visible to the campaign). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||