v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
document
v1

get/api/v1/document/project/{project_pk}/documents/{document_pk}/annotations/

Path parameters

project_pkstring required
document_pkstring required

Response

pkinteger
documentinteger required
valueobject nullable required
fieldstring required
location_startinteger nullable required
location_endinteger nullable required
location_textstring nullable
modified_byinteger nullable
modified_datestring date-time
uidstring uuid

Example response

[
  {
    "uid": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "location_start": 314780940,
    "field": "field",
    "document": 6,
    "modified_by": 5,
    "location_end": 1280358508,
    "pk": 0,
    "modified_date": "2000-01-23T04:56:07.000+00:00",
    "value": "{}",
    "location_text": "location_text"
  }
]