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

# GET /api/v1/document/document-field-annotations/{uid}/

`GET /api/v1/document/document-field-annotations/{uid}/`

Field Annotation Details (not Field Annotation False Match)

## Path parameters

- `uid` string, required

## Query parameters

- `jq_filters` object

## Response `200`

- DocumentFieldAnnotation
  - `pk` integer
  - `uid` string, uuid
  - `project_id` integer
  - `project_name` string
  - `document_id` string
  - `document_name` string
  - `document_type` string
  - `document_status` string
  - `field_id` string
  - `field_name` string
  - `value` object, nullable
  - `location_start` integer, nullable
  - `location_end` integer, nullable
  - `location_text` string, nullable
  - `assignee_id` integer, required
  - `assign_date` string, date-time, nullable
  - `status_id` integer, required
  - `status_name` string
  - `assignee_name` string
  - `modified_by_id` string
  - `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)
