curl -X GET https://app.drime.cloud/api/v1/getNote/1 \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "data": { "id": 1, "title": "Meeting Notes", "body": "Discussed project timeline and deliverables..." } }
Get a single note by ID
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Show Note properties