{string} The object type for which the templates are to be retrieved.
{boolean} Boolean to determine whether templates with no dataSource should be included.
{ApplicationType} The name of the application type used for this page. Must be a valid datahub client application (for example, desktop | mobile).
{TemplateType} The name of the template type used for this page. Must be a valid datahub template type (for example, home | page).
A promise of an array of TemplateResourceSummary.
Optional
clientApplication: ApplicationType{ApplicationType} The name of the application type used for this page. Must be a valid datahub client application (for example, desktop | mobile).
Optional
templateType: TemplateType{TemplateType} The name of the template type used for this page. Must be a valid datahub template type (for example, home | page).
A promise which returns an array of TemplateResourceSummary
This API provides functionality that pertains to the page templates.
Accessed from the window at
window.sas.vi.pageTemplate
.Example