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
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..."
}
}
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..."
}
}