Notca Docs

List notes

List notes of the authenticated user

GET
/api/v1/notes
x-api-key<token>

In: header

Query Parameters

pageSize?integer
Default20
Range1 <= value <= 100
page?integer
Default1
Range1 <= value

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://app.notca.co/api/v1/notes"
{
  "items": [
    {
      "id": "string",
      "content": "string",
      "files": [
        "string"
      ],
      "isPublic": true,
      "folderId": "string",
      "userId": "string",
      "createdAt": "2019-08-24",
      "updatedAt": "2019-08-24",
      "folderName": "string"
    }
  ],
  "pagination": {
    "page": 0,
    "limit": 0,
    "totalPages": 0
  }
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}