SOAP API method UserAgent_retrieve
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is retrieved |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| useragent | Structure of type 'useragent' | All properties of the retrieved useragent |
Structure 'useragent'
| Name | Type | Description |
|---|---|---|
| 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 |