# List Note Categories Retrieves a paginated list of all note categories available in the system Endpoint: GET /api/v3/notes/categories Version: 3.0.9 Security: OAuth2 ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the note category - `content.name` (string) Name of the note category - `content.defaultCategory` (boolean) Indicates if this is the default category - `content.buildingLimit` (integer) - `content.nameLowercase` (string) - `content.default` (integer) - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)