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

RecognizedDocumentPDFResultFileIdDTO
NameDescriptionTypeAdditional information
PdfResultFileId

globally unique identifier

None.

Response Formats

application/xml, text/xml

Sample:
<Result>
  <PdfResultFileId>a14786f1-bbdf-4bce-8a9c-eda41ae9f8ea</PdfResultFileId>
</Result>

application/json, text/json

Sample:
{
  "PdfResultFileId": "a14786f1-bbdf-4bce-8a9c-eda41ae9f8ea"
}