curl --request GET \
--url https://commerce.driv.ly/api/searches/{id}{
"data": {
"id": "<string>",
"lead": "<string>",
"minimumYear": 123,
"minimumRating": 2.5,
"maximumYear": 123,
"maximumPrice": 123,
"maximumOdometer": 1,
"vehicleSpecs": [
"<string>"
],
"vehicles": [
"<string>"
],
"models": [
"<string>"
],
"transmissions": [
"<string>"
],
"drivetrains": [
"<string>"
],
"makes": [
"<string>"
],
"bodyStyles": [
"<string>"
],
"trims": [
"<string>"
]
},
"success": true
}curl --request GET \
--url https://commerce.driv.ly/api/searches/{id}{
"data": {
"id": "<string>",
"lead": "<string>",
"minimumYear": 123,
"minimumRating": 2.5,
"maximumYear": 123,
"maximumPrice": 123,
"maximumOdometer": 1,
"vehicleSpecs": [
"<string>"
],
"vehicles": [
"<string>"
],
"models": [
"<string>"
],
"transmissions": [
"<string>"
],
"drivetrains": [
"<string>"
],
"makes": [
"<string>"
],
"bodyStyles": [
"<string>"
],
"trims": [
"<string>"
]
},
"success": true
}Search is uniquely identified by id
The number of levels of related objects to include in the response
Search Found
Show child attributes
Search is uniquely identified by id
Lead performs vehicle- Search
Search has Minimum Year
Search has Minimum Rating
0 <= x <= 5Must be a multiple of 0.1Search has Maximum Year
Search has Maximum Price
Search has Maximum Odometer reading
x >= 0Search has Vehicle Spec
Search found Vehicle
Search has Model
Search has Transmission
Search has Drivetrain
Search has Make
Search has Body Style
Search has Trim