Betting.WebApi

<back to all web services

FindResponseMetrics

The following routes are available for this service:
All Verbs/qry//metrics/e2e/slips/responses
FindResponseMetrics Parameters:
NameParameterData TypeRequiredDescription
ResolutionqueryTimeResolutionNo
TimepointFromquerylongNo
TimepointToquerylongNo
PaginatedQuery Parameters:
NameParameterData TypeRequiredDescription
CurrentPageformintNo
PageSizeformintNo
TimeResolution Enum:
NameValue
Second1
Minute2
Hour5
Day10
PaginatedResult<T> Parameters:
NameParameterData TypeRequiredDescription
DataformList<ResponseMetrics>Yes
CurrentPageformlongNo
PageSizeformlongNo
TotalItemsformlongNo
TotalPagesformlongNo
ResponseMetrics Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
RqcformintNo
OcformintNo
ScformintNo
TcformintNo
AdrformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

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

POST /qry//metrics/e2e/slips/responses HTTP/1.1 
Host: api.sbbet.ath.cx 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"resolution":1,"timepointFrom":0,"timepointTo":0,"currentPage":0,"pageSize":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"data":[{"id":0,"rqc":0,"oc":0,"sc":0,"tc":0,"adr":0}],"currentPage":0,"pageSize":0,"totalItems":0,"totalPages":0}