I dared to open a new thread, it is intended for technical questions regarding the new API.
The API calls listCompetitions, listCountries, listEvents, listEventTypes work as expected.
The one I cannot handle is listMarketCatalogue:
Can you please look of what is wrong there?
The API calls listCompetitions, listCountries, listEvents, listEventTypes work as expected.
The one I cannot handle is listMarketCatalogue:
Code:
Request:{
"jsonrpc": "2,0",
"id": 1,
"method": "SportsAPING/v1.0/listMarketCatalogue",
"params": {
"filter": {},
"marketProjection": [
"EVENT",
"EVENT_TYPE"
],
"sort": "FIRST_TO_START",
"maxResults": 1000
}
}
Response:{
"jsonrpc": "2.0",
"error": {
"code": -32099,
"message": "ANGX-0006",
"data": {
"exceptionname": "APINGException",
"APINGException": {
"errorDetails": "ServiceUnavailable : DSC-0026",
"errorCode": "UNEXPECTED_ERROR",
"requestUUID": "prdang004-12121028-0000012c91"
}
}
},
"id": 1
}


Comment