v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
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"
    }
  ]
}