Hanzo AI
OpenapiPatrol

List note

Lists internal remarks. The client never reaches them: patrol.note is its own DocType and its permissions do not name the client, so there is no note row…

GET /v1/patrol/note

Addresshttps://api.hanzo.ai/v1/patrol/note
MethodGET
Operationget_patrol_note
AuthAuthorization: Bearer $HANZO_API_KEY

Lists internal remarks. The client never reaches them: patrol.note is its own DocType and its permissions do not name the client, so there is no note row for a customer to read.

Request

1 field.

FieldInTypeRequiredDescription
subjectquerystringSubject narrows the list to one subject by exact match.

Response

StatusBodyMeaning
200patrol.patrolNoteListok
defaultproblem-detailsrefused

200 body — 6 fields.

FieldInTypeAlwaysDescription
databodypatrol.patrolNote[]Data is the matching notes in store order.
data[].actorbodystringActor is who wrote it.
data[].atbodystringAt is when it was written.
data[].bodybodystringBody is the remark.
data[].namebodystringName is the note's document name.
data[].subjectbodystringSubject is what the note is about.

Failure carries the platform error shape — see Errors.

Examples

hanzo patrol note get

Patrol API · All Hanzo APIs · Interactive reference

How is this guide?

On this page