createExportTemplate()
Home > @gooddata/sdk-backend-spi > IOrganizationExportTemplatesService > createExportTemplate
IOrganizationExportTemplatesService.createExportTemplate() 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.
Create a new export template.
Signature:
createExportTemplate(template: IExportTemplateDefinition): Promise<IExportTemplate>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
template |
definition of the export template to create |
Returns:
Promise<IExportTemplate>
promise with the created export template