SOAP API methode EmailingDocumentLitmusTest_spamResult
Beschrijving
Get a certain spam result given an id
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object EmailingDocumentLitmusTest. The method only applies to the emailingdocumentlitmustest with this id. |
identifier * | integer | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
litmusspamtestresult | Structure of type 'litmusspamtestresult' |
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 'litmusspamtestresult'
Naam | Type | Beschrijving |
---|---|---|
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? |