SOAP API methode PdfExport_retrieve
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is retrieved |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
pdfexport | Structure of type 'pdfexport' | All properties of the retrieved pdfexport |
Structuur 'pdfexport'
Naam | Type | Beschrijving |
---|---|---|
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. |