beaconId | | string | The ID of the beacon. If this parameter is missing the server will return data for the first beacon that was created for the account. |
startDate | | string | An ISO 8601 formatted datetime string representing the start time in UTC from which you wish to retrieve raw data. Example: 2012-05-30T20:10:00Z |
endDate | | string | An ISO 8601 formatted datetime string representing the end time in UTC until which you wish to retrieve raw data. Example: 2012-05-30T20:11:00Z |
offset | | int | From which position in the return list you wish to start. Default is 0. |
limit | | int | Specify a maximum number of results to return. Default (and max) is 2000. |
orderbypageloadtime | | string | Set this parameter to either 'asc' or 'desc' if you want the raw data returned either in ascending or descending order of page load time. If this parameter is not present, the default is to return the data in natural chronological order. |
errorsonly | | enumerated | Set this flag to 1 if you want results to only include samples that returned JavaScript errors. |
urlexact | | string | Filter raw samples by the exact url. |
url | | string | Filter raw samples by url using a regular expression. |
browser | | enumerated | Filter raw samples by browser. |
connection_type | | enumerated | Filter raw samples by connection type. |
country | | enumerated | Filter raw samples by country. |
jserr | | string | Regex to filter raw samples by JS error filename or string. |
ipr | | enumerated | Filter raw samples by IP Reputation Score: 1 - Very Low Risk, 2 - Low Risk, 3 - Moderate Risk, 4 - High Risk, 5 - Very High Risk. |