Get Note
GET/notes/:id
Get Note
Request
Version stringrequired
API Version
Available options
2021-04-15id stringrequired
Note Id
locationId stringrequired
Location Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
noteobject
The note object
{
"note": {
"id": "HGPcayliwcdoUFzvbTok",
"body": "lorem ipsum",
"userId": "TUcmRxWrjqzJS8EjkxNK",
"dateAdded": "2021-07-08T12:02:11.285Z",
"title": "Follow-up summary",
"color": "#FFAA00",
"pinned": false
}
}