latestOpenAPI 3.0.02026-08-148926280.0 KB

065f3992045c

Notes

List notes

Returns a list of notes accessible to the authenticated user

get/notes

Response

Successful response

Example response

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