the certification template object
a promise that resolves to a certification template object
Delete certification template
the certification template id
a promise that resolves to a certification template object
Delete certification template by its name.
the certification template name
a promise that resolves to a certification template object
Delete certification templates
OptionalresultCallback: ResultCallback<CertificationTemplateDeleteSkeleton>Optional callback to process individual results
promise that resolves to an array of certification template objects
Export certification template
the certification template id
Optionaloptions: CertificationTemplateExportOptionsexport options
a promise that resolves to a certification template export object
Export certification template by its name.
the certification template name
Optionaloptions: CertificationTemplateExportOptionsexport options
a promise that resolves to a certification template export object
Export all certification templates
Optionaloptions: CertificationTemplateExportOptionsexport options
OptionalresultCallback: ResultCallback<CertificationTemplateExportInterface>Optional callback to process individual results
a promise that resolves to a certification template export object
Import certification templates
certification template import data
OptionaltemplateId: stringThe certification template id. If supplied, only the certification template of that id is imported. Takes priority over templateName if it is provided.
OptionaltemplateName: stringThe certification template name. If supplied, only the certification template of that name is imported.
Optionaloptions: CertificationTemplateImportOptionsimport options
OptionalresultCallback: ResultCallback<CertificationTemplateSkeleton>Optional callback to process individual results
the imported certification templates
Read certification template
The certification template id
a promise that resolves to a certification template object
Read certification template by its name.
the certification template name
a promise that resolves to a certification template object
Read all certification templates
a promise that resolves to an array of certification template objects
Update certification template
the certification template id
the certification template object
a promise that resolves to a certification template object
Create certification template