GET api_v1/RecognizedDocuments/GetDocumentPagesList?recognizedDocumentId={recognizedDocumentId}
Запрос списка идентификаторов страниц документа, из которых он был получен
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
DocumentPagesListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentPagesList | DocumentPagesList |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result>
<DocumentPagesList type="sample string 1">
<DocumentPageId>8cdb4afd-9296-4313-ba2d-7b7e0f8805b5</DocumentPageId>
<DocumentPageId>5aadf29f-e7f7-40ba-944a-4ed9814ef5a6</DocumentPageId>
</DocumentPagesList>
</Result>
application/json, text/json
Sample:
{
"DocumentPagesList": {
"List": [
"8cdb4afd-9296-4313-ba2d-7b7e0f8805b5",
"5aadf29f-e7f7-40ba-944a-4ed9814ef5a6"
]
}
}