Cdn API - CPG Source

<back to all web services

TypeSenseAdRequest

Cdn.Api

The following routes are available for this service:
GET/TypeSenseAdRequest
TypeSenseAdRequest Parameters:
NameParameterData TypeRequiredDescription
GsidquerylongNo
PcgsquerystringNo
NumberOfItemsqueryintNo
TypeSenseAdResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<MarketplaceItem>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
MarketplaceItem Parameters:
NameParameterData TypeRequiredDescription
idformstringNo
askIdformintNo
userIdformintNo
userCodeformstringNo
customerIdformlongNo
companyNameformstringNo
auctionHouseAbbrevformstringNo
auctionHouseNameformstringNo
avatarformstringNo
descriptionformstringNo
cdnxEntryCodeformstringNo
cdnEntryIdformlongNo
gsidformlongNo
entryNameformstringNo
entryImageUrlformstringNo
entryImageSourceformstringNo
gradeformintNo
fullGradeformstringNo
serviceformstringNo
sightCodeformstringNo
callForPriceformboolNo
spotMessageformObjectNo
spotBasedformboolNo
spotPlusMinusformstringNo
spotDollarPercentformstringNo
spotOffsetformintNo
quantityformintNo
extendedformstringNo
detailsformboolNo
errorformboolNo
expireDateformstringNo
lastModifiedformstringNo
paperQualityformObjectNo
isAuctionformboolNo
auctionEndsformDateTime?No
auctionSoldForformfloatNo
urlformstringNo
isCacformboolNo
isSoldformboolNo
aprIdformlongNo
rec_typeformstringNo
priceformfloatNo
catalog_idformlongNo
catalogformstringNo
catalogSortformlongNo
group_idformlongNo
groupformstringNo
groupSortformlongNo
series_idformlongNo
seriesformstringNo
seriesSortformlongNo
entrySortformlongNo
sortOrderformlongNo
imagesformList<string>No
viewsformintNo
itemSourceformstringNo
sortStringformstringNo

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 /TypeSenseAdRequest HTTP/1.1 
Host: cdnapidev.greysheet.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Data: 
	[
		{
			id: String,
			askId: 0,
			userId: 0,
			userCode: String,
			customerId: 0,
			companyName: String,
			auctionHouseAbbrev: String,
			auctionHouseName: String,
			avatar: String,
			description: String,
			cdnxEntryCode: String,
			cdnEntryId: 0,
			gsid: 0,
			entryName: String,
			entryImageUrl: String,
			entryImageSource: String,
			grade: 0,
			fullGrade: String,
			service: String,
			sightCode: String,
			callForPrice: False,
			spotMessage: {},
			spotBased: False,
			spotPlusMinus: String,
			spotDollarPercent: String,
			spotOffset: 0,
			quantity: 0,
			extended: String,
			details: False,
			error: False,
			expireDate: String,
			lastModified: String,
			paperQuality: {},
			isAuction: False,
			auctionEnds: 0001-01-01,
			auctionSoldFor: 0,
			url: String,
			isCac: False,
			isSold: False,
			aprId: 0,
			rec_type: String,
			price: 0,
			catalog_id: 0,
			catalog: String,
			catalogSort: 0,
			group_id: 0,
			group: String,
			groupSort: 0,
			series_id: 0,
			series: String,
			seriesSort: 0,
			entrySort: 0,
			sortOrder: 0,
			images: 
			[
				String
			],
			views: 0,
			itemSource: String,
			sortString: String
		}
	],
	Total: 0,
	OpCode: 0,
	ErrorText: String,
	RequestTime: String,
	ResponseTime: String,
	TotalExecutionTime: String,
	CachedResponse: False
}