Skip to main content
POST
Add a note

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The animal's record ID (not its Pet ID).

Body

application/json

Send body, or body_blocks. A note with no words is refused.

body
string

The words of the note.

body_blocks
object[]

A formatted note, block by block. A paragraph is {"type":"p","runs":[{"text":"Ate well."}]}; a run may also be bold, italic, underline or strike, or carry an href. At most 200 blocks.

Response

The note.

id
string
author_person_id
string | null

Who wrote it.

body
string

The words, always, even for a formatted note.

body_blocks
object[] | null

The formatted note, or null for one written as plain words.

created_at
string<date-time>