SOAP API methode WebSession_userAgent
Beschrijving
Just like the IP address, it is possible that the user-agent changes during a visit (although that is not likely). This method returns the user-agent that was detected at the first impression.
Parameters
| Naam | Type | Beschrijving | 
|---|---|---|
| id * | string | Unique identifier (id) of the object WebSession. The method only applies to the websession with this id. | 
| login | Structure of type 'login' | Optional login data (soon deprecated) | 
| access_token | string | Optional api access token | 
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving | 
|---|---|---|
| useragent | Structure of type 'useragent' | 
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 'useragent'
| Naam | Type | Beschrijving | 
|---|---|---|
| id | int | ID of the user agent | 
| original | string | Full original header that was sent | 
| fullname | string | The fullname of the browser, including a version | 
| browser | string | The name of the browser | 
| version | string | The version string of the browser | 
| platform | string | The platform (operating system) the user is using |