Retrieve paginated list of your active listings
created_at, lat, lng, quiet_scoreasc (ascending) or desc (descending)| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
listings | array | Array of listing objects |
listings[].listing_id | string | Unique identifier for the listing |
listings[].lat | number | Latitude coordinate |
listings[].lng | number | Longitude coordinate |
listings[].quiet_score | number | Quiet Score™ for this location (0-100) |
listings[].created_at | string | ISO 8601 timestamp when the listing was created |
listings[].updated_at | string | ISO 8601 timestamp when the listing was last updated |
total_count | number | Total number of listings |
page | number | Current page number |
page_size | number | Number of listings per page |
total_pages | number | Total number of pages |
has_next | boolean | Whether there are more pages |
has_prev | boolean | Whether there are previous pages |