$configuration
$configuration : \ElasticEmailClient\ApiConfiguration
CheckStatus(\ElasticEmailApi\Guid $publicExportID) : \ElasticEmailEnums\ExportStatus
Check the current status of the export.
| \ElasticEmailApi\Guid | $publicExportID |
CountByType() : \ElasticEmailEnums\ExportTypeCounts
Summary of export type counts.
EEList(integer $limit, integer $offset) : \ElasticEmailApi\Array<\ElasticEmailEnums\Export>
Returns a list of all exported data.
| integer | $limit | Maximum of loaded items. |
| integer | $offset | How many items should be loaded ahead. |