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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /GetPricingRequest HTTP/1.1 
Host: cpgpublicapiv2dev.greysheet.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
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"}