GET api_v1/RecognizedDocuments/GetDocumentPDFResultFileId?recognizedDocumentId={recognizedDocumentId}
Запрос получения идентификатора результирующего pdf файла, который содержит страницы документа, объединённые в рамках одного .pdf файла.
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognizedDocumentPDFResultFileIdDTOName | Description | Type | Additional information |
---|---|---|---|
PdfResultFileId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <PdfResultFileId>22653e62-e7f8-47d9-9745-8491eb7c005d</PdfResultFileId> </Result>
application/json, text/json
Sample:
{ "PdfResultFileId": "22653e62-e7f8-47d9-9745-8491eb7c005d" }