Get note
Get a single note by ID for the authenticated user
x-api-key<token>
In: header
Path Parameters
noteIdstring
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://app.notca.co/api/v1/notes/string"{
"id": "string",
"content": "string",
"files": [
"string"
],
"isPublic": true,
"folderId": "string",
"userId": "string",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"folderName": "string"
}{
"error": "string",
"details": null
}{
"error": "string",
"details": null
}{
"error": "string",
"details": null
}