GET api/NurseTriage/GetSnapshotDetails?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfSnapshotDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | SnapshotDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "CaseManagementTypeId": 1, "CaseManagementTypeName": "sample string 2", "EncounterId": 3, "ContactNumber": "sample string 4", "TagList": [ "sample string 1", "sample string 2" ], "IsDemographicDownload": true, "IsContractorCovered": true, "CaseTagList": [ "sample string 1", "sample string 2" ] }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfSnapshotDTO3NYuOdgi 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.BL"> <d2p1:CaseManagementTypeId>1</d2p1:CaseManagementTypeId> <d2p1:CaseManagementTypeName>sample string 2</d2p1:CaseManagementTypeName> <d2p1:CaseTagList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </d2p1:CaseTagList> <d2p1:ContactNumber>sample string 4</d2p1:ContactNumber> <d2p1:EncounterId>3</d2p1:EncounterId> <d2p1:IsContractorCovered>true</d2p1:IsContractorCovered> <d2p1:IsDemographicDownload>true</d2p1:IsDemographicDownload> <d2p1:TagList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </d2p1:TagList> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfSnapshotDTO3NYuOdgi>