Skip to content

Instantly share code, notes, and snippets.

@birinder-lobana
Last active May 10, 2022 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save birinder-lobana/ae015a11d6d415d83d6aba7d92c3a10a to your computer and use it in GitHub Desktop.
Save birinder-lobana/ae015a11d6d415d83d6aba7d92c3a10a to your computer and use it in GitHub Desktop.
Retrieve Scans response
{
"entityType": "app.scan",
"created": "2021-10-07T18:38:06.616Z",
"modified": "2021-10-07T18:38:06.616Z",
"assetId": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"scanId": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"projectId": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"qrCodeId": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ipAddress": "xx.xxx.xxx.xx",
"scanTime": "2021-10-07T18:38:05.557Z",
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1",
"deviceType": "mobile",
"deviceModel": "iPhone",
"deviceVendor": "Apple",
"osName": "iOS",
"osVersion": "14.7.1",
"engineName": "WebKit",
"engineVersion": "605.1.15",
"browserName": "Mobile Safari",
"browserVersion": "14.1.2",
"locationPostalCode": "M6H",
"locationLatitude": "43.66530",
"locationLongitude": "-79.43430",
"locationCityName": "Toronto",
"locationRegionName": "Ontario",
"locationRegionCode": "ON",
"locationCountryName": "Canada",
"locationCountryCode": "CA",
"locationTimeZone": "America/Toronto",
"locationString": "Toronto, Ontario, Canada"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment