SOAP API method PdfExport_retrieve
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is retrieved |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
pdfexport | Structure of type 'pdfexport' | All properties of the retrieved pdfexport |
Structure 'pdfexport'
Name | Type | Description |
---|---|---|
id | int | The ID of the export. |
type | string | The type of the export. |
status | string | The status of the export. |
created | timestamp | The time when the export was created. |
readytime | timestamp | The time when the export was ready for download. |
totalfiles | int | The total number of files that are in the exported file. |
avaiablefiles | int | The number of files that are now available. |
size | int | The size in bytes of the export. |
humansize | string | The size in a human readable format. |