GET api/NTNonInjury/GetSnapshotDetails?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfNonInjurySnapshotDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

NonInjurySnapshotDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "CaseNo": 1,
    "CaseTypeId": 1,
    "ChiefComplain": "sample string 2",
    "DateOfExposure": "2025-04-03T19:29:51.2870202-07:00",
    "DateOfSymptomsBegan": "2025-04-03T19:29:51.2870202-07:00",
    "EncounterDate": "2025-04-03T19:29:51.2870202-07:00",
    "EncounterTime": "00:00:00.1234567",
    "TimeZoneAbbreviation": "sample string 3",
    "DateOfTest": "2025-04-03T19:29:51.2870202-07:00",
    "TestResult": 1,
    "TestTypeId": 1,
    "CovidTestTypeName": "sample string 4",
    "CaseTypeName": "sample string 5",
    "HotlineNumber": "sample string 6",
    "IsDemographicDownload": true,
    "IsContractorCovered": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfNonInjurySnapshotDTOmhANR0_Pp 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.NurseTriage.NonInjury">
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:CaseTypeId>1</d2p1:CaseTypeId>
    <d2p1:CaseTypeName>sample string 5</d2p1:CaseTypeName>
    <d2p1:ChiefComplain>sample string 2</d2p1:ChiefComplain>
    <d2p1:CovidTestTypeName>sample string 4</d2p1:CovidTestTypeName>
    <d2p1:DateOfExposure>2025-04-03T19:29:51.2870202-07:00</d2p1:DateOfExposure>
    <d2p1:DateOfSymptomsBegan>2025-04-03T19:29:51.2870202-07:00</d2p1:DateOfSymptomsBegan>
    <d2p1:DateOfTest>2025-04-03T19:29:51.2870202-07:00</d2p1:DateOfTest>
    <d2p1:EncounterDate>2025-04-03T19:29:51.2870202-07:00</d2p1:EncounterDate>
    <d2p1:EncounterTime>PT0.1234567S</d2p1:EncounterTime>
    <d2p1:HotlineNumber>sample string 6</d2p1:HotlineNumber>
    <d2p1:IsContractorCovered>true</d2p1:IsContractorCovered>
    <d2p1:IsDemographicDownload>true</d2p1:IsDemographicDownload>
    <d2p1:TestResult>1</d2p1:TestResult>
    <d2p1:TestTypeId>1</d2p1:TestTypeId>
    <d2p1:TimeZoneAbbreviation>sample string 3</d2p1:TimeZoneAbbreviation>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfNonInjurySnapshotDTOmhANR0_Pp>