SOAP API method LitmusTestResultSpamHeader_testResult
Description
Get the testresult to which this image belongs to
Parameters
| Name | Type | Description |
|---|---|---|
| id * | int | Unique identifier (id) of the object LitmusTestResultSpamHeader. The method only applies to the litmustestresultspamheader 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 |
|---|---|---|
| litmusspamtestresult | Structure of type 'litmusspamtestresult' | |
| litmusemailtestresult | Structure of type 'litmusemailtestresult' |
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 'litmusspamtestresult'
| Name | Type | Description |
|---|---|---|
| isspam | boolean | Is this mail recognized as spam for this client application |
| spamscore | float | Get the spam score which was returned by the client application |
| id | int | The ID of the document. |
| started | timestamp | When was this test started? |
| finished | timestamp | When did this test finish updated? |
| completed | boolean | Is this test completed? |
Structure 'litmusemailtestresult'
| Name | Type | Description |
|---|---|---|
| id | int | The ID of the document. |
| started | timestamp | When was this test started? |
| finished | timestamp | When did this test finish updated? |
| completed | boolean | Is this test completed? |