FirstLookServices

<back to all web services

ListCriteria

The following routes are available for this service:
GET/amazonListSearchCriteria/dealerId/{dealerId}/s3Path/{s3Path}
GET/{ver}/amazonListSearchCriteria/dealerId/{dealerId}

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/ListCriteria HTTP/1.1 
Host: api.firstlook.biz 
Content-Type: text/jsv
Content-Length: length

{
	Ver: String,
	DealerId: 0,
	S3Path: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ListCriteria: 
	[
		{
			vin: String,
			inventoryId: 0,
			appraisalId: 0,
			dealerId: 0,
			overallCount: 0,
			precisionCount: 0,
			maxMileage: 0,
			minMileage: 0,
			listings: 
			[
				String
			],
			distance: 0,
			certified: False,
			notCertified: False,
			trim: 
			[
				String
			],
			driveTrain: 
			[
				String
			],
			transmission: 
			[
				String
			],
			engine: 
			[
				String
			],
			fuel: 
			[
				String
			],
			yearsFilter: 
			[
				0
			],
			facet: 
			[
				String
			],
			tierOneEquipment: 
			[
				String
			],
			avgMileage: 0,
			minPrice: 0,
			maxPrice: 0,
			avgPrice: 0,
			bodyStyle: 
			[
				String
			],
			packages: 
			[
				String
			],
			stockType: 
			[
				String
			],
			autogenerated: False,
			migrated: False,
			chromeStyleId: 0,
			relatedChromeStyleIds: 
			[
				0
			],
			vehicleHandle: 0
		}
	]
}