Create a saved filter view
views
Create a saved filter view
POST
Create a saved filter view
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Universal saved-view filter grammar. Each application surface applies the filters it understands.
Example:
{
"side": ["for_sale"],
"brand": ["Rolex"],
"reference": ["126610LN"],
"country_codes": { "include": ["31"] },
"phone_numbers_exclude": ["85212345678"],
"price": { "lte": 1200000, "currency": "EUR" },
"message_timestamp_ms": { "gte": 1777800000000 }
}Ordered sort clauses for a saved view.
Example:
[
{
"field": "message_timestamp_ms",
"direction": "desc"
}
]Response projection requested by a saved view.
Available options:
message_card, market_listing_card, contact_profile_card