Get a single note

GET /api/v1/notes/{note_id}

Retrieve a single note by ID.

Operation ID: get_note_api_v1_notes__note_id__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.

Parameters

Path

note_id string required

Responses

200 Successful Response

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 AttachmentResponse
7 fields
id string required
note_id string required
file_name string required
file_size integer required
mime_type string required
uploaded_by string required
created_at string · date-time required

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

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