Listings Accuracy: List
Retrieve the latest completed listing accuracy comparison results for an entity.
Results include field-level comparison data for each publisher with a latest completed verifier result. Requested publishers that are valid but have no latest completed verifier data are omitted from the response.
path Parameters
| accountId required | string |
query Parameters
| v required | string A date in |
| entityId required | string ID of the entity to retrieve listing accuracy results for. |
| publisherIds | Array of strings Example: publisherIds=MAPQUEST&publisherIds=FACEBOOK List of publisher IDs. If no IDs are specified, the endpoint queries live publishers supported by Listings Accuracy and returns only publishers with a latest completed verifier result for the entity. If a publisher ID is specified but is unknown or is not live and supported by Listings Accuracy, the request fails. If a specified publisher is valid but has no latest completed verifier data, that publisher is omitted from To request multiple publishers, repeat this query parameter once per publisher. |
Responses
Response samples
- 200
- default
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": {
- "listingAccuracy": [
- {
- "entityId": "string",
- "publisherId": "string",
- "verificationTimestamp": "2019-08-24T14:15:22Z",
- "fields": [
- {
- "fieldName": "string",
- "fieldType": "string",
- "entityData": "string",
- "publisherData": "string",
- "status": "LISTING_ACCURACY_STATUS_UNSPECIFIED"
}
]
}
]
}
}