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"
}
]
}Returns a list of notes accessible to the authenticated user
Successful response
{
"data": [
{
"id": 1,
"body": "Client requested changes to the design"
}
]
}