cURL
curl --request GET \ --url https://api.voxo.co/v2/admin/tenants/notes/ \ --header 'Authorization: Bearer <token>'
{ "records": [ { "id": 123, "tenantId": 123, "userId": 123, "name": "<string>", "note": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "page": 123, "maxPage": 123, "totalRecords": 123 }
List notes for a tenant with optional pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
Page number
Records per page
Paginated tenant notes
Show child attributes
Was this page helpful?
Contact support