GET api_v1/RecognizedDocuments/GetDocumentPagesList?recognizedDocumentId={recognizedDocumentId}
Запрос списка идентификаторов страниц документа, из которых он был получен
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
DocumentPagesListDTOName | Description | Type | Additional information |
---|---|---|---|
DocumentPagesList | DocumentPagesList |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <DocumentPagesList type="sample string 1"> <DocumentPageId>be7407c2-6ca7-497a-b561-945ae3788b16</DocumentPageId> <DocumentPageId>df66274e-1b44-4aba-8c2e-a06e13299427</DocumentPageId> </DocumentPagesList> </Result>
application/json, text/json
Sample:
{ "DocumentPagesList": { "List": [ "be7407c2-6ca7-497a-b561-945ae3788b16", "df66274e-1b44-4aba-8c2e-a06e13299427" ] } }