Skip to content

Get report by id and token

Request

Security
publicKey
Path
idinteger, (int32)required

id returned by the POST

Example:1
Query
tokenstringrequired

token returned by the POST

Example:token=Qxcymb4T4Sr51hOz
curl -i -X GET \
  'https://near-me-check.uberall.com/api/report/1?token=Qxcymb4T4Sr51hOz' \
  -H 'publicKey: YOUR_API_KEY_HERE'

Responses

Report with given id

Bodyapplication/json
idinteger, (int64)

id, used in GET requests

addressobject
categoryIdinteger, (int64)

Uberall category id

tokenstring

randomly created token, used in GET requests

alreadyManagedIdinteger, (int64)

id of already managed Uberall location

namestring

location name

websitestring

location website

phonestring

location phone

dateCreatedstring, (date-time)MM/dd/yyyy HH:mm:ss

date created

locationAccuracyobject
listingsDetailsobject
benchmarkGeographystring

the chosen geography for benchmark (ex. zip, city, province)

benchmarkCategoryinteger, (int64)

the chosen category for benchmark

uncheckedDirectoriesArray of strings

list of unchecked directories

Response
{ "id": 1, "token": "Qxcymb4T4Sr51hOz", "benchmark": { "category": {}, "geography": {} }, "location": { "alreadyManaged": true, "name": "Uberall", "categoryId": 213, "address": {} }, "dateCreated": "2023-04-25T13:33:04.000+00:00", "statuses": { "locationAccuracyStatus": "FINISHED", "listingsDetailsStatus": "FINISHED" }, "locationAccuracy": { "dataFields": {}, "listings": {} }, "listingsDetails": [ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {} ], "uncheckedDirectories": [ "YALWA", "OEFFNUNGSZEITENBUCH", "CYLEX", "TOMTOM", "NEXT_DOOR", "GO_YELLOW", "STADTBRANCHENBUCH", "MEINESTADT", "FOURSQUARE", "AUSKUNFT", "BAIDU", "DIALO", "TRIP_ADVISOR", "MARKTPLATZ_MITTELSTAND", "BROWNBOOK", "BUNDES_TELEFONBUCH", "WAZE", "BING", "BUSINESSBRANCHENBUCH", "FIND_OPEN", "KOOMIO", "UNTERNEHMENSAUSKUNFT", "APPLE_MAPS", "NOKIA_HERE", "BRANCHENBUCH_DEUTSCHLAND", "GOOGLE_MAPS", "GO_LOCAL", "WO_GIBTS_WAS", "UBER", "HOLIDAY_CHECK", "HUAWEI", "SIRI", "MICROSOFT_CORTANA", "GOOGLE_ASSISTANT", "ALEXA" ] }