SOAP API methode Account_webTemplate
Beschrijving
A webtemplate is a template for publishing a website. The webtemplate can not published by itself, but an webdocument can be published. This method returns a specific webtemplate of this account.
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| identifier * | string | |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| webtemplate | Structure of type 'webtemplate' |
Structuur 'login'
| Naam | Type | Beschrijving |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
Structuur 'webtemplate'
| Naam | Type | Beschrijving |
|---|---|---|
| charset | string | The charset of the htmltemplate. |
| htmlEscaping | string | Check if the template is escaping HTML code |
| smartyVersion | integer | What smarty version is used to render this template |
| upgradeSmartyVersion | integer | Upgrade smartyversion 2 to 3 |
| id | int | The ID of the template. |
| name | string | The name of the template. |
| description | string | The description of the template. |
| archived | boolean | The template is archived. |
| created | timestamp | When the template was created. |
| modified | timestamp | When the template was last modified. |
| language | string | The language of the template. |
| timezone | string | Get the timezone of the template |