SOAP API methode WebTemplate_source
Beschrijving
If you supply a linkprovider object, this method will return the source code that is optimized for displaying, the image names are replaced with actual hyperlinks, and the stylesheet is applied. If no linkprovider is provided, the source is returned as-is.
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object WebTemplate. The method only applies to the webtemplate with this id. |
links | string | How should links be handled? Show normal file names (links=names) (this is default), show links to the picserver (links=urls) or show the unique identifiers of each option (links=ids), or return the raw source without any optimization (links=raw) |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
value | string |
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 |