SOAP API method Account_xslt
Description
A xslts is an XML-based language used for the transformation of XML documents into other XML or "human-readable" documents. This method will return a specific xslt of this account.
Parameters
| Name | Type | Description |
|---|---|---|
| identifier * | string | |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| xslt | Structure of type 'xslt' |
Structure 'login'
| Name | Type | Description |
|---|---|---|
| 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 |
Structure 'xslt'
| Name | Type | Description |
|---|---|---|
| id | int | The ID of the xslt. |
| name | string | The name of the xslt. |
| description | string | The description of the xslt. |
| target | string | The target of the XSLT |
| modified | timestamp | The last modification time of the xslt. |
| archived | boolean | The xslt is archived. |