GET api/ClinicReport/GetTotalTriageTreatmentVisitsByStaffReport?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfMainStaffDataDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of MainStaffDataDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"EncounterDate": "2025-10-30T10:05:41.6520952-07:00",
"DateToShow": "sample string 2",
"ListLocationWiseStaff": [
{
"Id": 1,
"LastName": "sample string 2",
"FirstName": "sample string 3",
"UserId": 4,
"FullName": "sample string 3 sample string 2",
"CosSubService": "sample string 5",
"COSSubServiceId": 6,
"Count": 7
},
{
"Id": 1,
"LastName": "sample string 2",
"FirstName": "sample string 3",
"UserId": 4,
"FullName": "sample string 3 sample string 2",
"CosSubService": "sample string 5",
"COSSubServiceId": 6,
"Count": 7
}
]
},
{
"EncounterDate": "2025-10-30T10:05:41.6520952-07:00",
"DateToShow": "sample string 2",
"ListLocationWiseStaff": [
{
"Id": 1,
"LastName": "sample string 2",
"FirstName": "sample string 3",
"UserId": 4,
"FullName": "sample string 3 sample string 2",
"CosSubService": "sample string 5",
"COSSubServiceId": 6,
"Count": 7
},
{
"Id": 1,
"LastName": "sample string 2",
"FirstName": "sample string 3",
"UserId": 4,
"FullName": "sample string 3 sample string 2",
"CosSubService": "sample string 5",
"COSSubServiceId": 6,
"Count": 7
}
]
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfMainStaffDataDTO3NYuOdgi 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:MainStaffDataDTO>
<d2p1:DateToShow>sample string 2</d2p1:DateToShow>
<d2p1:EncounterDate>2025-10-30T10:05:41.6520952-07:00</d2p1:EncounterDate>
<d2p1:ListLocationWiseStaff>
<d2p1:LocationWiseStaffDTO>
<d2p1:COSSubServiceId>6</d2p1:COSSubServiceId>
<d2p1:CosSubService>sample string 5</d2p1:CosSubService>
<d2p1:Count>7</d2p1:Count>
<d2p1:FirstName>sample string 3</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastName>sample string 2</d2p1:LastName>
<d2p1:UserId>4</d2p1:UserId>
</d2p1:LocationWiseStaffDTO>
<d2p1:LocationWiseStaffDTO>
<d2p1:COSSubServiceId>6</d2p1:COSSubServiceId>
<d2p1:CosSubService>sample string 5</d2p1:CosSubService>
<d2p1:Count>7</d2p1:Count>
<d2p1:FirstName>sample string 3</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastName>sample string 2</d2p1:LastName>
<d2p1:UserId>4</d2p1:UserId>
</d2p1:LocationWiseStaffDTO>
</d2p1:ListLocationWiseStaff>
</d2p1:MainStaffDataDTO>
<d2p1:MainStaffDataDTO>
<d2p1:DateToShow>sample string 2</d2p1:DateToShow>
<d2p1:EncounterDate>2025-10-30T10:05:41.6520952-07:00</d2p1:EncounterDate>
<d2p1:ListLocationWiseStaff>
<d2p1:LocationWiseStaffDTO>
<d2p1:COSSubServiceId>6</d2p1:COSSubServiceId>
<d2p1:CosSubService>sample string 5</d2p1:CosSubService>
<d2p1:Count>7</d2p1:Count>
<d2p1:FirstName>sample string 3</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastName>sample string 2</d2p1:LastName>
<d2p1:UserId>4</d2p1:UserId>
</d2p1:LocationWiseStaffDTO>
<d2p1:LocationWiseStaffDTO>
<d2p1:COSSubServiceId>6</d2p1:COSSubServiceId>
<d2p1:CosSubService>sample string 5</d2p1:CosSubService>
<d2p1:Count>7</d2p1:Count>
<d2p1:FirstName>sample string 3</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastName>sample string 2</d2p1:LastName>
<d2p1:UserId>4</d2p1:UserId>
</d2p1:LocationWiseStaffDTO>
</d2p1:ListLocationWiseStaff>
</d2p1:MainStaffDataDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfMainStaffDataDTO3NYuOdgi>