Cdn Public Collector's Pricing Guide (CPG) API V2

<back to all web services

GetPricingRequest

Pricing

Retrieve pricing data for a collectible.

The following routes are available for this service:
GET/GetPricingRequestGsid or Pcgs Number is required. Grade, MinGrade and MaxGrade are optional. Specify ApiLevel=Advanced for additional collectible information.
GetPricingRequest Parameters:
NameParameterData TypeRequiredDescription
GsidquerylongNo
PcgsNumberquerystringNo
FrNumberquerystringNo
GradequeryintNo
MinGradequeryintNo
MaxGradequeryintNo
ApiLevelquerystringNo
GetPricingResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<CdnPricingDataDto>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
PermitAccessformboolNo
AccessDeniedMessageformstringNo
CdnPricingDataDto Parameters:
NameParameterData TypeRequiredDescription
GsIdformlongNo
NameformstringNo
SortingPositionformintNo
IsTypeformboolNo
IsSetformboolNo
UiParentIdformlongNo
PricingDataformList<CdnPricingItemDto>No
CdnPricingItemDto Parameters:
NameParameterData TypeRequiredDescription
GradeformintNo
GradeLabelformstringNo
IsCacformboolNo
CpgValformstringNo
GreyValformstringNo
PcgsValformstringNo
NgcValformstringNo
BlueBookValformstringNo

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

{
	Data: 
	[
		{
			GsId: 0,
			Name: String,
			SortingPosition: 0,
			IsType: False,
			IsSet: False,
			UiParentId: 0,
			PricingData: 
			[
				{
					Grade: 0,
					GradeLabel: String,
					IsCac: False,
					CpgVal: String,
					GreyVal: String,
					PcgsVal: String,
					NgcVal: String,
					BlueBookVal: String
				}
			]
		}
	],
	Total: 0,
	OpCode: 0,
	ErrorText: String,
	RequestTime: String,
	ResponseTime: String,
	TotalExecutionTime: String,
	CachedResponse: False,
	PermitAccess: False,
	AccessDeniedMessage: String
}