Skip to main content
GET
curl
List notes on a case, newest first. Notes are plain text with optional attachments and tags - there is no rich-text formatting.

Authorizations

x-api-key
string
header
required

Path Parameters

organization_id
string<uuid>
required

Organization UUID.

application_id
string<uuid>
required

Application UUID.

case_uuid
string<uuid>
required

Case UUID.

Example:

"c1a5e000-0000-4000-8000-000000000001"

Query Parameters

limit
integer
default:50

Page size.

Required range: x >= 1
offset
integer
default:0

Zero-based offset.

Required range: x >= 0

Response

200 - application/json

Paginated notes.

count
integer

Number of matching rows. Exact up to 100, capped at 100 beyond that for performance. Rely on next being null to detect the last page.

next
string | null

Absolute URL of the next page, or null.

previous
string | null

Absolute URL of the previous page, or null.

results
object[]