Retrieve the browser id and browser names for all browsers which we identify when completing a survey. (only in English)
Used in Respondent - BrowserId
| 1 | Internet Explorer 4.x |
| 2 | Internet Explorer 5.x |
| 3 | Internet Explorer 5.5 |
| 4 | Internet Explorer 6.x |
| 5 | Internet Explorer 7.x |
| 6 | Mozilla 0.x |
| 7 | Mozilla 1.x |
| 8 | Mozilla 2.x |
| 9 | Mozilla Firefox 1.x |
| 10 | Mozilla Firefox 1.5 |
| 11 | Mozilla Firefox 2.x |
| 12 | Mozilla Firebird |
| 13 | Mozilla K-Meleon |
| 14 | Mozilla Phoenix |
| 15 | Netscape 4.0 |
| 16 | Netscape 4.5 |
| 17 | Netscape 4.6 |
| 18 | Netscape 4.7 |
| 19 | Netscape 4.8 |
| 20 | Netscape 5.x |
| 21 | Netscape 6.x |
| 22 | Netscape 7.x |
| 23 | Netscape 8.x |
| 24 | Opera 7.x |
| 25 | Opera 8.x |
| 26 | Lotus-Notes |
| 27 | Safari |
| 28 | Galeon |
| 29 | Lynx |
| 30 | Crazy browser |
| 31 | Konqueror |
| 32 | Firefox |
| 33 | Paper |
| 34 | Safari 2 |
| 35 | Safari 3 |
| 36 | Firefox 3 |
| 37 | Opera 9 |
| 38 | Internet Explorer 8 |
| 39 | Blackberry |
| 40 | Google Chrome |
| 41 | Safari 4 |
| 42 | Opera |
| 43 | Telephone |
| 44 | Kiosk |
| 45 | Playstation |
| 46 | Internet Explorer 9 |
| 47 | Firefox 4 |
| 48 | Internet Explorer 10 |
| 49 | API |
| 50 | IE Mobile |
| 51 | Internet Explorer 11 |
| 52 | Microsoft Edge |
| 53 | UC Browser |
| 54 | WebKit |
| 55 | App |
| 56 | Android |
| Name | Description | Type | Additional information |
|---|---|---|---|
|
Meta
The metadata such as paging parameters, status code, timestamp,... which are related to this request.
Type
MetaData
|
|||
| Meta |
The metadata such as paging parameters, status code, timestamp,... which are related to this request. |
MetaData | |
| Data |
The actual data returned by the request. |
Collection of SimpleLookup | |
| Links |
HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic. |
Hateoas | |
{
"Meta": {
"Status": 1,
"TotalRowCount": 1,
"Limit": 1,
"Offset": 1,
"TotalPageCount": 1,
"StartRec": 1,
"StopRec": 1,
"Timestamp": "2025-10-30T14:57:24.6142508Z",
"IsFiltered": true
},
"Data": [
{
"Id": "sample string 1",
"Name": "sample string 2"
},
{
"Id": "sample string 1",
"Name": "sample string 2"
}
]
}
<Payload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<Data>
<SimpleLookup z:Id="i2">
<Id>sample string 1</Id>
<Name>sample string 2</Name>
</SimpleLookup>
<SimpleLookup z:Ref="i2" />
</Data>
<Meta>
<IsFiltered>true</IsFiltered>
<Limit>1</Limit>
<Offset>1</Offset>
<StartRec>1</StartRec>
<Status>1</Status>
<StopRec>1</StopRec>
<Timestamp>2025-10-30T14:57:24.6142508+00:00</Timestamp>
<TotalPageCount>1</TotalPageCount>
<TotalRowCount>1</TotalRowCount>
</Meta>
</Payload>