GET api/NurseTriage/GetClientProtocolSnapshotDetails?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfClientProtocolSnapshotDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

ClientProtocolSnapshotDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "IsDemographicDownload": true,
    "IsContractorCovered": true
  },
  "totalCount": 3
}