Skip to content

Get a specific annotation

GET
/api/v1/annotations/{annotationId}
curl --request GET \
--url http://127.0.0.1:58259/api/v1/annotations/1

Retrieve a specific annotation by its ID.

annotationId
required
integer format: int64

ID of the annotation

Annotation returned successfully

Media type */*
object
id
integer format: int64
userId
integer format: int64
bookId
integer format: int64
cfi
string
text
string
color
string
style
string
note
string
chapterTitle
string
createdAt
string format: date-time
updatedAt
string format: date-time