Cdn Mobile API

<back to all web services

TypeSenseDealerSearchRequest

Cdn.MobileApi

The following routes are available for this service:
GET/TypeSenseDealerSearchRequest
BaseTypeSenseSearchRequest Parameters:
NameParameterData TypeRequiredDescription
KeywordsformstringNo
PageformintNo
PerPageformintNo
FacetByformstringNo
FilterByformstringNo
TypeSenseSearchResponse<T> Parameters:
NameParameterData TypeRequiredDescription
facet_countsformList<FacetCount>No
foundformintNo
hitsformList<TypeSenseHit<'T>>No
out_offormintNo
pageformintNo
request_paramsformTypeSenseRequestParamsNo
search_cutoffformboolNo
search_time_msformintNo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
FacetCount Parameters:
NameParameterData TypeRequiredDescription
countsformList<TypeSenseCount>No
field_nameformstringNo
statsformTypeSenseStatNo
TypeSenseCount Parameters:
NameParameterData TypeRequiredDescription
countformintNo
highlightedformstringNo
valueformstringNo
TypeSenseStat Parameters:
NameParameterData TypeRequiredDescription
total_valuesformintNo
avgformdouble?No
maxformdouble?No
minformdouble?No
sumformdouble?No
TypeSenseRequestParams Parameters:
NameParameterData TypeRequiredDescription
collection_nameformstringNo
per_pageformintNo
qformstringNo

To override the Content-type in your clients, use the 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.

GET /TypeSenseDealerSearchRequest HTTP/1.1 
Host: mobileapidevsw.greysheet.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	facet_counts: 
	[
		{
			counts: 
			[
				{
					count: 0,
					highlighted: String,
					value: String
				}
			],
			field_name: String,
			stats: 
			{
				total_values: 0,
				avg: 0,
				max: 0,
				min: 0,
				sum: 0
			}
		}
	],
	found: 0,
	hits: 
	[
		{
			document: 
			{
				City: String,
				CompanyName: String,
				Country: String,
				FirstName: String,
				Id: String,
				ImageUrl: String,
				IsFeatured: False,
				LastName: String,
				Permalink: String,
				SortName: String,
				SortOrder: 0,
				State: String,
				Tags: 
				[
					String
				]
			}
		}
	],
	out_of: 0,
	page: 0,
	request_params: 
	{
		collection_name: String,
		per_page: 0,
		q: String
	},
	search_cutoff: False,
	search_time_ms: 0,
	Total: 0,
	OpCode: 0,
	ErrorText: String,
	RequestTime: String,
	ResponseTime: String,
	TotalExecutionTime: String,
	CachedResponse: False
}