Retrieve all metrics
URL
https://api.zoomrank.com/users/:user_id/local/listings/:id/metrics.xml
Supported formats
xml, json
Supported request methods
GET
Example
Retrieve all metrics (paginated 100 per-page) for user with ZoomRank ID and listing with ID 1.
https://api.zoomrank.com/users/1/local/listings/1/metrics.xml
Arguments
Argument | Description | Format |
---|---|---|
page | The page of results to return. Defaults to page 1. |
Response Codes
404
- No records found
Example Response
<metrics> <metric id="20120219" engine_id="1"> <date>2012-02-19</date> <rating value="4.15" change=""/> <reviews value="20" change=""/> </metric> <metric id="20120218" engine_id="1"> <date>2012-02-18</date> <rating value="4.15" change=""/> <reviews value="20" change=""/> </metric> <metric id="20120217" engine_id="1"> <date>2012-02-17</date> <rating value="4.15" change=""/> <reviews value="20" change=""/> </metric> </metrics>