SOAP API method PdfExport_retrieve
Parameters
- Parameter 'id' : string
- The identifier (id) of the object that is retrieved
Return values
- Return value 'pdfexport' : Structure of type 'pdfexport'
- All properties of the retrieved pdfexport
Structure 'pdfexport'
This structure pdfexport was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the export.
- Property 'type' : string
- The type of the export.
- Property 'status' : string
- The status of the export.
- Property 'created' : timestamp
- The time when the export was created.
- Property 'readytime' : timestamp
- The time when the export was ready for download.
- Property 'totalfiles' : int
- The total number of files that are in the exported file.
- Property 'avaiablefiles' : int
- The number of files that are now available.
- Property 'size' : int
- The size in bytes of the export.
- Property 'humansize' : string
- The size in a human readable format.