SOAP API method LitmusSpamTestResult_application
Description
Get the application used for testing
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object LitmusSpamTestResult. The method only applies to the litmusspamtestresult with this id. |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
litmusmobileemailapplication | Structure of type 'litmusmobileemailapplication' | |
litmusemailapplication | Structure of type 'litmusemailapplication' |
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 'litmusmobileemailapplication'
Name | Type | Description |
---|---|---|
supportscontentblocking | boolean | Does this application support content blocking |
desktopclient | boolean | Is this a desktop client |
businessclient | boolean | Is this a bussiness client |
id | int | The ID of the application. |
status | integer | What is the status of this application |
platform | string | Name of the platform |
name | string | Name of the application |
code | string | A unique identifying code for this application |
Structure 'litmusemailapplication'
Name | Type | Description |
---|---|---|
supportscontentblocking | boolean | Does this application support content blocking |
desktopclient | boolean | Is this a desktop client |
businessclient | boolean | Is this a bussiness client |
id | int | The ID of the application. |
status | integer | What is the status of this application |
platform | string | Name of the platform |
name | string | Name of the application |
code | string | A unique identifying code for this application |