List notes for a business

GET /api/v1/notes

Retrieve all notes for the current business, ordered by pinned then most recently updated.

Operation ID: list_notes_api_v1_notes_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

items array · NoteResponse NoteResponse
10 fields
id string required
title string required
body string
pinned boolean
author_id string required
author_name string
author_email string
created_at string · date-time required
updated_at string · date-time required
attachments array · AttachmentResponse
total integer

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object