latestOpenAPI 3.0.02026-08-148926280.0 KB

065f3992045c

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