ratedListing
The user rated a listing.
The user rated a listing.
| Field | Type | Required | Description |
|---|---|---|---|
listing | listing | Yes | The listing that was rated |
rating | string | Yes | The rating provided by the user |
1/* ratedListing example */23var data = {4 "listing": listing,5 "rating": "4 Stars"6};78brytescore( "realestate.ratedListing", data );
Updated July 25, 2026