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

HTTP + XML

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: application/xml
Content-Type: application/xml
Content-Length: length

<FindResponseMetrics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Betting.WebApi.ServiceModel">
  <CurrentPage>0</CurrentPage>
  <PageSize>0</PageSize>
  <Resolution>Second</Resolution>
  <TimepointFrom>0</TimepointFrom>
  <TimepointTo>0</TimepointTo>
</FindResponseMetrics>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<PaginatedResultOfResponseMetricsrl_PWBLso xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Betting.ReadModel">
  <CurrentPage>0</CurrentPage>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Betting.ReadModel.E2E.SlipRequestMetrics">
    <d2p1:ResponseMetrics>
      <d2p1:Adr>0</d2p1:Adr>
      <d2p1:Id>0</d2p1:Id>
      <d2p1:Oc>0</d2p1:Oc>
      <d2p1:Rqc>0</d2p1:Rqc>
      <d2p1:Sc>0</d2p1:Sc>
      <d2p1:Tc>0</d2p1:Tc>
    </d2p1:ResponseMetrics>
  </Data>
  <PageSize>0</PageSize>
  <TotalItems>0</TotalItems>
  <TotalPages>0</TotalPages>
</PaginatedResultOfResponseMetricsrl_PWBLso>