SOAP API methode User_stats
Beschrijving
The stats from one month.
Parameters
| Naam | Type | Beschrijving | 
|---|---|---|
| id * | int | Unique identifier (id) of the object User. The method only applies to the user with this id. | 
| year * | int | |
| month | int | |
| login | Structure of type 'login' | Optional login data (soon deprecated) | 
| access_token | string | Optional api access token | 
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving | 
|---|---|---|
| environmentstatistics | Structure of type 'environmentstatistics' | 
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 'environmentstatistics'
| Naam | Type | Beschrijving | 
|---|---|---|
| year | int | The year of the stats. | 
| month | int | The month of the stats. | 
| sentemail | int | The number of sent emails. | 
| sentsms | int | The number of sent sms messages. | 
| sentfax | int | The number of sent fax messages. | 
| webpages | int | The number of web pages displayed in this month | 
| apicalls | int | The number of soap API calls | 
| litmustest | int | The number of litmus tests |