getExportTemplate()
Home > @gooddata/sdk-backend-spi > IOrganizationExportTemplatesService > getExportTemplate
IOrganizationExportTemplatesService.getExportTemplate() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get a single export template by its reference.
Signature:
getExportTemplate(ref: ObjRef): Promise<IExportTemplate>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference to the export template |
Returns:
Promise<IExportTemplate>
promise with the export template