Skip to content
Seong-June Kim edited this page Nov 17, 2017 · 1 revision

Annotations

Read

GET /annotations/?canvas_id=https://example.org/canvas/1
GET /annotations/?canvas_id=https://example.org/canvas/1&target_type=canvas
GET /annotations/${uuid}

Create

POST /annotations/${uuid}

Update

PATCH /annotations/${uuid}

Delete

DELETE /annotations/${uuid}
Clone this wiki locally