Examples

GET /v1/36789e15-d09e-4d0a-9900-def7f331ec9a/tenants/25ab6b1e-22c5-4a51-b9a6-34d9b977bc67/notes
200
{
  "notes": [
    {
      "id": "492a2d90-e7e1-485c-a6fa-2626a290404b",
      "note": "test",
      "created_at": "2023-09-15T04:37:43.060-10:00"
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 1,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "36789e15-d09e-4d0a-9900-def7f331ec9a",
      "tenant_id": "25ab6b1e-22c5-4a51-b9a6-34d9b977bc67",
      "tenant": {}
    }
  }
}