GET api/CosEccSummary/GetAudiogramResultData?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfAudiogramResultDataDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

AudiogramResultDataDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "LeftHighSpeech": "sample string 2",
    "RightHighSpeech": "sample string 3",
    "LeftSpeechRange": "sample string 4",
    "RightSpeechRange": "sample string 5",
    "LeftHearingChange": "sample string 6",
    "RightHearingChange": "sample string 7",
    "LeftHighFrequencyAvg": 1.0,
    "RightHighFrequencyAvg": 1.0,
    "RightSpeechFrequencyAvg": 1.0,
    "LeftSpeechFrequencyAvg": 1.0,
    "LeftSTSWithAge": true,
    "RightSTSWithAge": true,
    "LeftSTSWithoutAge": true,
    "RightSTSWithoutAge": true,
    "ClinicName": "sample string 8",
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:13:14.7969174-07:00",
    "DateUpdated": "2025-04-04T05:13:14.7969174-07:00",
    "UserIDCreated": 12,
    "UserIDUpdated": 13,
    "CompanyCode": "sample string 14",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfAudiogramResultDataDTOzIntITI8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 14</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:13:14.7969174-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:13:14.7969174-07:00</DateUpdated>
    <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
    <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">12</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">13</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:ClinicName>sample string 8</d2p1:ClinicName>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:LeftHearingChange>sample string 6</d2p1:LeftHearingChange>
    <d2p1:LeftHighFrequencyAvg>1</d2p1:LeftHighFrequencyAvg>
    <d2p1:LeftHighSpeech>sample string 2</d2p1:LeftHighSpeech>
    <d2p1:LeftSTSWithAge>true</d2p1:LeftSTSWithAge>
    <d2p1:LeftSTSWithoutAge>true</d2p1:LeftSTSWithoutAge>
    <d2p1:LeftSpeechFrequencyAvg>1</d2p1:LeftSpeechFrequencyAvg>
    <d2p1:LeftSpeechRange>sample string 4</d2p1:LeftSpeechRange>
    <d2p1:RightHearingChange>sample string 7</d2p1:RightHearingChange>
    <d2p1:RightHighFrequencyAvg>1</d2p1:RightHighFrequencyAvg>
    <d2p1:RightHighSpeech>sample string 3</d2p1:RightHighSpeech>
    <d2p1:RightSTSWithAge>true</d2p1:RightSTSWithAge>
    <d2p1:RightSTSWithoutAge>true</d2p1:RightSTSWithoutAge>
    <d2p1:RightSpeechFrequencyAvg>1</d2p1:RightSpeechFrequencyAvg>
    <d2p1:RightSpeechRange>sample string 5</d2p1:RightSpeechRange>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfAudiogramResultDataDTOzIntITI8>