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

# GET /api/v1/document/documents/{id}/data/

`GET /api/v1/document/documents/{id}/data/`

Restricted set of fields in response (except full_text), see get_serializer_class()

## Path parameters

- `id` string, required

## Query parameters

- `jq_filters` object

## Response `200`

- DocumentDetail
  - `pk` integer
  - `name` string, nullable
  - `document_type` string, nullable
  - `file_size` integer
  - `folder` string, nullable
  - `created_date` string, date-time, nullable
  - `modified_date` string, date-time, nullable
  - `modified_by_name` string, required
  - `created_by_name` string, required
  - `created_by_initials` string, required
  - `created_by_photo` string, required
  - `modified_by_initials` string, required
  - `modified_by_photo` string, required
  - `status` integer, nullable
  - `status_data` DocumentDetailStatusData, required
    - `id` integer
    - `name` string, required
    - `code` string, nullable
    - `order` integer, required
    - `is_active` boolean
    - `group` integer, nullable
  - `available_statuses_data` object[]
  - `assignee` integer, nullable
  - `assign_date` string, date-time, nullable
  - `assignee_data` DocumentDetailAssigneeData, nullable, required
    - `pk` integer
    - `first_name` string
    - `last_name` string
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `photo` string
    - `name` string
    - `initials` string
  - `available_assignees_data` DocumentDetailAvailableAssigneesDataInner[], nullable, required
    - `pk` integer
    - `first_name` string
    - `last_name` string
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `photo` string
    - `name` string
    - `initials` string
  - `description` string, nullable
  - `title` string, nullable
  - `initial_annotation_id` string
  - `page_locations` array[]
    - integer[]
  - `page_bounds` array[]
    - number[]
  - `field_values` object
  - `field_value_objects` object
  - `prev_id` integer
  - `next_id` integer
  - `position` string
  - `documents_count` string
  - `sections` object[]
  - `cluster_id` string
  - `was_opened_in_annotator` boolean
  - `user_permissions` object

## Changes

- **2026-07-17** `3429f921b4cb` — 1 info
  - added the optional property `was_opened_in_annotator` to the response with the `200` status
- **2021-09-22** `63116f2e9e3e` — 1 breaking, 8 info
  - removed the required property `notes` from the response with the `200` status
  - added the optional property `assignee_data/initials` to the response with the `200` status
  - added the optional property `available_assignees_data/items/initials` to the response with the `200` status
  - added the optional property `documents_count` to the response with the `200` status
  - …5 more
- **2021-05-24** `8167164be9cc` — 10 breaking, 2 warning, 8 info
  - the response property `available_assignees_data` became nullable for the status `200`
  - the `available_assignees_data` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - the `available_statuses_data` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - the `field_value_objects` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - …16 more
- …earlier changes not shown

[Full history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/document/documents/:id/data/get.md)

---

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