GET Statistic/GetAllDetails?p_iHorseId={p_iHorseId}&p_iAnalyzeTypeId={p_iAnalyzeTypeId}&p_sStartDate={p_sStartDate}&p_sEndDate={p_sEndDate}&p_iPageNo={p_iPageNo}&p_iPageCount={p_iPageCount}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
p_iHorseId

integer

Required

p_iAnalyzeTypeId

integer

Required

p_sStartDate

string

Required

p_sEndDate

string

Required

p_iPageNo

integer

Required

p_iPageCount

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResultOfListOfANALYZE
NameDescriptionTypeAdditional information
m_cData

Collection of ANALYZE

None.

m_cDetail

ProcessResult

None.

Response Formats

application/json, text/json

Sample:
{
  "m_cData": [
    {
      "ANALYZE_ID": 1,
      "ANALYZE_TYPE": {
        "ANALYZE_TYPE_ID": 1,
        "ANALYZE_TYPE_TR": "sample string 2",
        "ANALYZE_TYPE_EN": "sample string 3",
        "SORT": 4
      },
      "SYSTEM_USER_ID": 2,
      "NAME": "sample string 3",
      "SURNAME": "sample string 4",
      "EMAIL": "sample string 5",
      "HORSE_ID1": 6,
      "RACE_ID1": 7,
      "HORSE_NAME1": "sample string 8",
      "HORSE_ID2": 9,
      "RACE_ID2": 10,
      "HORSE_NAME2": "sample string 11",
      "DATE": "2024-03-28T19:57:26.9884061+03:00"
    },
    {
      "ANALYZE_ID": 1,
      "ANALYZE_TYPE": {
        "ANALYZE_TYPE_ID": 1,
        "ANALYZE_TYPE_TR": "sample string 2",
        "ANALYZE_TYPE_EN": "sample string 3",
        "SORT": 4
      },
      "SYSTEM_USER_ID": 2,
      "NAME": "sample string 3",
      "SURNAME": "sample string 4",
      "EMAIL": "sample string 5",
      "HORSE_ID1": 6,
      "RACE_ID1": 7,
      "HORSE_NAME1": "sample string 8",
      "HORSE_ID2": 9,
      "RACE_ID2": 10,
      "HORSE_NAME2": "sample string 11",
      "DATE": "2024-03-28T19:57:26.9884061+03:00"
    }
  ],
  "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_ID":1,"ANALYZE_TYPE":{"ANALYZE_TYPE_ID":1,"ANALYZE_TYPE_TR":"sample string 2","ANALYZE_TYPE_EN":"sample string 3","SORT":4},"SYSTEM_USER_ID":2,"NAME":"sample string 3","SURNAME":"sample string 4","EMAIL":"sample string 5","HORSE_ID1":6,"RACE_ID1":7,"HORSE_NAME1":"sample string 8","HORSE_ID2":9,"RACE_ID2":10,"HORSE_NAME2":"sample string 11","DATE":"2024-03-28T19:57:26.9884061+03:00"},{"ANALYZE_ID":1,"ANALYZE_TYPE":{"ANALYZE_TYPE_ID":1,"ANALYZE_TYPE_TR":"sample string 2","ANALYZE_TYPE_EN":"sample string 3","SORT":4},"SYSTEM_USER_ID":2,"NAME":"sample string 3","SURNAME":"sample string 4","EMAIL":"sample string 5","HORSE_ID1":6,"RACE_ID1":7,"HORSE_NAME1":"sample string 8","HORSE_ID2":9,"RACE_ID2":10,"HORSE_NAME2":"sample string 11","DATE":"2024-03-28T19:57:26.9884061+03:00"}],"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:
<ResultOfArrayOfANALYZEdvpqyt9L 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>
      <d2p1:ANALYZE_ID>1</d2p1:ANALYZE_ID>
      <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-03-28T19:57:26.9884061+03:00</d2p1:DATE>
      <d2p1:EMAIL>sample string 5</d2p1:EMAIL>
      <d2p1:HORSE_ID1>6</d2p1:HORSE_ID1>
      <d2p1:HORSE_ID2>9</d2p1:HORSE_ID2>
      <d2p1:HORSE_NAME1>sample string 8</d2p1:HORSE_NAME1>
      <d2p1:HORSE_NAME2>sample string 11</d2p1:HORSE_NAME2>
      <d2p1:NAME>sample string 3</d2p1:NAME>
      <d2p1:RACE_ID1>7</d2p1:RACE_ID1>
      <d2p1:RACE_ID2>10</d2p1:RACE_ID2>
      <d2p1:SURNAME>sample string 4</d2p1:SURNAME>
      <d2p1:SYSTEM_USER_ID>2</d2p1:SYSTEM_USER_ID>
    </d2p1:ANALYZE>
    <d2p1:ANALYZE>
      <d2p1:ANALYZE_ID>1</d2p1:ANALYZE_ID>
      <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-03-28T19:57:26.9884061+03:00</d2p1:DATE>
      <d2p1:EMAIL>sample string 5</d2p1:EMAIL>
      <d2p1:HORSE_ID1>6</d2p1:HORSE_ID1>
      <d2p1:HORSE_ID2>9</d2p1:HORSE_ID2>
      <d2p1:HORSE_NAME1>sample string 8</d2p1:HORSE_NAME1>
      <d2p1:HORSE_NAME2>sample string 11</d2p1:HORSE_NAME2>
      <d2p1:NAME>sample string 3</d2p1:NAME>
      <d2p1:RACE_ID1>7</d2p1:RACE_ID1>
      <d2p1:RACE_ID2>10</d2p1:RACE_ID2>
      <d2p1:SURNAME>sample string 4</d2p1:SURNAME>
      <d2p1:SYSTEM_USER_ID>2</d2p1:SYSTEM_USER_ID>
    </d2p1:ANALYZE>
  </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>
</ResultOfArrayOfANALYZEdvpqyt9L>