---
title: "GET /api/v1/document/annotations/{id}/"
method: GET
path: "/api/v1/document/annotations/{id}/"
tags: ["document", "v1"]
---

# GET /api/v1/document/annotations/{id}/

`GET /api/v1/document/annotations/{id}/`

Retrieve Annotation (Document Field Value)

## Path parameters

- `id` string, required

## Response `200`

- Annotation
  - `pk` integer
  - `document` integer, required
  - `field` string, required
  - `value` object, nullable, required
  - `location_start` integer, nullable, required
  - `location_end` integer, nullable, required
  - `location_text` string, nullable
  - `modified_by` integer, nullable
  - `modified_date` string, date-time

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
