# Get report by id and token Endpoint: GET /report/{id} Version: 20250708 Security: publicKey ## Path parameters: - `id` (integer, required) id returned by the POST Example: "1" ## Query parameters: - `token` (string, required) token returned by the POST Example: "Qxcymb4T4Sr51hOz" ## Response 200 fields (application/json): - `id` (integer) id, used in GET requests - `address` (object) - `address.streetAndNo` (string, required) street and street number of the location - `address.addressExtra` (string,null) address extra of the location - `address.zip` (string,null) zip code of the location - `address.city` (string,null) city of the location - `address.country` (string,null) country in two letter code - `address.province` (string) province of the location - `address.lat` (number) latitude - `address.lng` (number) longitude - `categoryId` (integer) Uberall category id - `token` (string) randomly created token, used in GET requests - `alreadyManagedId` (integer) id of already managed Uberall location - `name` (string) location name - `website` (string) location website - `phone` (string) location phone - `dateCreated` (string) date created - `locationAccuracy` (object) - `locationAccuracy.website` (object) count and list of directories where website is missing and present - `locationAccuracy.phone` (object) count and list of directories where phone is missing and present - `locationAccuracy.openingHours` (object) count and list of directories where opening hours are missing and present - `locationAccuracy.photos` (object) count and list of directories where photos are missing and present - `locationAccuracy.address` (object) count and list of directories where address is missing, matching or present - `locationAccuracy.name` (object) count and list of directories where name is missing, matching or present - `locationAccuracy.missingListings` (object) statistics of listings we could not find - `locationAccuracy.inaccurateListings` (object) statistics of listings where data is inaccurate - `locationAccuracy.correctListings` (object) statistics of listings where data is matching - `locationAccuracy.googleRating` (number) rating taken from google - `locationAccuracy.locationAccuracyStatus` (string) Enum: "IN_PROGRESS", "FINISHED", "FAILED" - `listingsDetails` (object) - `listingsDetails.listingsData` (array) - `listingsDetails.listingsData.listingUrl` (string) url of online listing - `listingsDetails.listingsData.syncStatus` (string) Enum: "IN_SYNC", "NOT_IN_SYNC", "NOT_FOUND", "TECHNICAL_PROBLEMS", "NOT_SUPPORTED", "NO_ONLINE_LISTING", "UNKNOWN" - `listingsDetails.listingsData.directoryType` (string) directory of the online listing - `listingsDetails.listingsData.name` (string,null) Name of online listing - `listingsDetails.listingsData.nameStatus` (string, required) Enum: "MATCH", "MISMATCH", "PRESENT", "MISSING", "NOT_APPLICABLE", "TO_BE_CHECKED", "TECHNICAL_PROBLEMS" - `listingsDetails.listingsData.phone` (string,null) Phone number of online listing - `listingsDetails.listingsData.phoneStatus` (string, required) Enum: "MATCH", "MISMATCH", "PRESENT", "MISSING", "NOT_APPLICABLE", "TO_BE_CHECKED", "TECHNICAL_PROBLEMS" - `listingsDetails.listingsData.website` (string,null) Website of online listing - `listingsDetails.listingsData.websiteStatus` (string, required) Enum: "MATCH", "MISMATCH", "PRESENT", "MISSING", "NOT_APPLICABLE", "TO_BE_CHECKED", "TECHNICAL_PROBLEMS" - `listingsDetails.listingsData.addressStatus` (string, required) Enum: "MATCH", "MISMATCH", "PRESENT", "MISSING", "NOT_APPLICABLE", "TO_BE_CHECKED", "TECHNICAL_PROBLEMS" - `listingsDetails.listingsData.openingHoursStatus` (string, required) Enum: "MATCH", "MISMATCH", "PRESENT", "MISSING", "NOT_APPLICABLE", "TO_BE_CHECKED", "TECHNICAL_PROBLEMS" - `listingsDetails.listingsData.photosStatus` (string, required) Enum: "MATCH", "MISMATCH", "PRESENT", "MISSING", "NOT_APPLICABLE", "TO_BE_CHECKED", "TECHNICAL_PROBLEMS" - `listingsDetails.listingsData.rating` (number,null) Rating of online listing - `listingsDetails.listingsData.ratingIndustry` (number,null) Rating of online listing - `listingsDetails.listingsData.numberOfRatings` (integer,null) Number of ratings of online listing - `listingsDetails.listingsData.numberOfRatingsIndustry` (integer,null) Number of ratings of online listing - `listingsDetails.listingsDetailsStatus` (object) - `benchmarkGeography` (string) the chosen geography for benchmark (ex. zip, city, province) - `benchmarkCategory` (integer) the chosen category for benchmark - `uncheckedDirectories` (array) list of unchecked directories ## Response 401 fields ## Response 404 fields ## Response 429 fields