v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBdocument
v1
Retrieve TextUnit
get/api/v1/document/textunits/{id}/
Path parameters
idstring required
A unique integer value identifying this text unit.
Query parameters
qstring
Search parameters for djangoQL
Response
Example response
{
"document_name": "document_name",
"project_id": "project_id",
"id": 0,
"text": "text",
"unit_type": "unit_type",
"project_name": "project_name",
"document_id": "document_id"
}