GET Statistic/GetCountByDay?p_iHorseId={p_iHorseId}&p_iAnalyzeTypeId={p_iAnalyzeTypeId}&p_sStartDate={p_sStartDate}&p_sEndDate={p_sEndDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
p_iHorseId

integer

Required

p_iAnalyzeTypeId

integer

Required

p_sStartDate

string

Required

p_sEndDate

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultOfListOfANALYZE_COUNT
NameDescriptionTypeAdditional information
m_cData

Collection of ANALYZE_COUNT

None.

m_cDetail

ProcessResult

None.

Response Formats

application/json, text/json

Sample:
{
  "m_cData": [
    {
      "ANALYZE": 1,
      "USER_COUNT_REGISTERED": 2,
      "USER_COUNT_UNKNOWN": 3,
      "THOROUGHBRED": 4,
      "DATE": "2024-04-19T19:08:08.9289097+03:00",
      "ANALYZE_TYPE": {
        "ANALYZE_TYPE_ID": 1,
        "ANALYZE_TYPE_TR": "sample string 2",
        "ANALYZE_TYPE_EN": "sample string 3",
        "SORT": 4
      }
    },
    {
      "ANALYZE": 1,
      "USER_COUNT_REGISTERED": 2,
      "USER_COUNT_UNKNOWN": 3,
      "THOROUGHBRED": 4,
      "DATE": "2024-04-19T19:08:08.9289097+03:00",
      "ANALYZE_TYPE": {
        "ANALYZE_TYPE_ID": 1,
        "ANALYZE_TYPE_TR": "sample string 2",
        "ANALYZE_TYPE_EN": "sample string 3",
        "SORT": 4
      }
    }
  ],
  "m_cDetail": {
    "m_eProcessState": 0,
    "m_sClass": "sample string 1",
    "m_sMethod": "sample string 2",
    "m_iLastId": 3,
    "m_cDataTable": null,
    "m_lUserMessageList": [
      "sample string 1",
      "sample string 2"
    ],
    "m_PageList": [
      1,
      2
    ],
    "m_sErrorMessage": "sample string 4",
    "m_cException": {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    }
  }
}

text/html

Sample:
{"m_cData":[{"ANALYZE":1,"USER_COUNT_REGISTERED":2,"USER_COUNT_UNKNOWN":3,"THOROUGHBRED":4,"DATE":"2024-04-19T19:08:08.9289097+03:00","ANALYZE_TYPE":{"ANALYZE_TYPE_ID":1,"ANALYZE_TYPE_TR":"sample string 2","ANALYZE_TYPE_EN":"sample string 3","SORT":4}},{"ANALYZE":1,"USER_COUNT_REGISTERED":2,"USER_COUNT_UNKNOWN":3,"THOROUGHBRED":4,"DATE":"2024-04-19T19:08:08.9289097+03:00","ANALYZE_TYPE":{"ANALYZE_TYPE_ID":1,"ANALYZE_TYPE_TR":"sample string 2","ANALYZE_TYPE_EN":"sample string 3","SORT":4}}],"m_cDetail":{"m_eProcessState":0,"m_sClass":"sample string 1","m_sMethod":"sample string 2","m_iLastId":3,"m_cDataTable":null,"m_lUserMessageList":["sample string 1","sample string 2"],"m_PageList":[1,2],"m_sErrorMessage":"sample string 4","m_cException":{"ClassName":"System.Exception","Message":null,"Data":null,"InnerException":null,"HelpURL":"sample string 1","StackTraceString":null,"RemoteStackTraceString":null,"RemoteStackIndex":0,"ExceptionMethod":null,"HResult":3,"Source":"sample string 2","WatsonBuckets":null}}}

application/xml, text/xml

Sample:
<ResultOfArrayOfANALYZE_COUNTdvpqyt9L xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bnfOBJ">
  <m_cData xmlns:d2p1="http://schemas.datacontract.org/2004/07/bnfBLL.ANALYSIS">
    <d2p1:ANALYZE_COUNT>
      <d2p1:ANALYZE>1</d2p1:ANALYZE>
      <d2p1:ANALYZE_TYPE>
        <d2p1:ANALYZE_TYPE_EN>sample string 3</d2p1:ANALYZE_TYPE_EN>
        <d2p1:ANALYZE_TYPE_ID>1</d2p1:ANALYZE_TYPE_ID>
        <d2p1:ANALYZE_TYPE_TR>sample string 2</d2p1:ANALYZE_TYPE_TR>
        <d2p1:SORT>4</d2p1:SORT>
      </d2p1:ANALYZE_TYPE>
      <d2p1:DATE>2024-04-19T19:08:08.9289097+03:00</d2p1:DATE>
      <d2p1:THOROUGHBRED>4</d2p1:THOROUGHBRED>
      <d2p1:USER_COUNT_REGISTERED>2</d2p1:USER_COUNT_REGISTERED>
      <d2p1:USER_COUNT_UNKNOWN>3</d2p1:USER_COUNT_UNKNOWN>
    </d2p1:ANALYZE_COUNT>
    <d2p1:ANALYZE_COUNT>
      <d2p1:ANALYZE>1</d2p1:ANALYZE>
      <d2p1:ANALYZE_TYPE>
        <d2p1:ANALYZE_TYPE_EN>sample string 3</d2p1:ANALYZE_TYPE_EN>
        <d2p1:ANALYZE_TYPE_ID>1</d2p1:ANALYZE_TYPE_ID>
        <d2p1:ANALYZE_TYPE_TR>sample string 2</d2p1:ANALYZE_TYPE_TR>
        <d2p1:SORT>4</d2p1:SORT>
      </d2p1:ANALYZE_TYPE>
      <d2p1:DATE>2024-04-19T19:08:08.9289097+03:00</d2p1:DATE>
      <d2p1:THOROUGHBRED>4</d2p1:THOROUGHBRED>
      <d2p1:USER_COUNT_REGISTERED>2</d2p1:USER_COUNT_REGISTERED>
      <d2p1:USER_COUNT_UNKNOWN>3</d2p1:USER_COUNT_UNKNOWN>
    </d2p1:ANALYZE_COUNT>
  </m_cData>
  <m_cDetail>
    <m_PageList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </m_PageList>
    <m_cDataTable i:nil="true" />
    <m_cException xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
      <Message i:nil="true" xmlns="" />
      <Data i:nil="true" xmlns="" />
      <InnerException i:nil="true" xmlns="" />
      <HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
      <StackTraceString i:nil="true" xmlns="" />
      <RemoteStackTraceString i:nil="true" xmlns="" />
      <RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
      <ExceptionMethod i:nil="true" xmlns="" />
      <HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
      <Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
      <WatsonBuckets i:nil="true" xmlns="" />
    </m_cException>
    <m_eProcessState>SystemException</m_eProcessState>
    <m_iLastId>3</m_iLastId>
    <m_lUserMessageList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </m_lUserMessageList>
    <m_sClass>sample string 1</m_sClass>
    <m_sErrorMessage>sample string 4</m_sErrorMessage>
    <m_sMethod>sample string 2</m_sMethod>
  </m_cDetail>
</ResultOfArrayOfANALYZE_COUNTdvpqyt9L>