v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Notes

Get a note

Returns a specific note

get/notes/{id}

Path parameters

idinteger required

Note ID

Response

Successful response

idinteger
bodystring
editedboolean
created_atstring date-time

Example response

{
  "id": 1,
  "body": "Client requested changes to the design"
}