Betting.WebApi

<back to all web services

FindResponseMetrics

The following routes are available for this service:
All Verbs/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<T>No
CurrentPageformintNo
PageSizeformintNo
TotalItemsformintNo
TotalPagesformintNo

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

HTTP + CSV

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

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

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

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