GET api/Dashboard/GetCloseCase?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfDashboardCaseCloseDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of DashboardCaseCloseDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "CaseNo": 1, "IncidentDate": "2025-04-03T19:11:39.9053515-07:00", "EmployeeId": "sample string 2", "EmployeeLName": "sample string 3", "EmployeeFName": "sample string 4", "DOB": "2025-04-03T19:11:39.9053515-07:00", "CompanyEmployeeId": "sample string 5", "CompanyName": "sample string 6", "WLCode": "sample string 7", "WLName": "sample string 8", "InjuryTypeId": 1, "InjuryTypeName": "sample string 9", "Status": 1, "NoOfEncounter": 10, "ReasonForDelete": "sample string 11", "ServiceType": "sample string 12", "EstimatedDOI": true, "CloseDate": "2025-04-03T19:11:39.9053515-07:00", "InteractionType": 13, "ValidFlag": true, "DateCreated": "2025-04-03T19:11:39.9053515-07:00", "DateUpdated": "2025-04-03T19:11:39.9053515-07:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true }, { "CaseNo": 1, "IncidentDate": "2025-04-03T19:11:39.9053515-07:00", "EmployeeId": "sample string 2", "EmployeeLName": "sample string 3", "EmployeeFName": "sample string 4", "DOB": "2025-04-03T19:11:39.9053515-07:00", "CompanyEmployeeId": "sample string 5", "CompanyName": "sample string 6", "WLCode": "sample string 7", "WLName": "sample string 8", "InjuryTypeId": 1, "InjuryTypeName": "sample string 9", "Status": 1, "NoOfEncounter": 10, "ReasonForDelete": "sample string 11", "ServiceType": "sample string 12", "EstimatedDOI": true, "CloseDate": "2025-04-03T19:11:39.9053515-07:00", "InteractionType": 13, "ValidFlag": true, "DateCreated": "2025-04-03T19:11:39.9053515-07:00", "DateUpdated": "2025-04-03T19:11:39.9053515-07:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfDashboardCaseCloseDTO3NYuOdgi 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:DashboardCaseCloseDTO> <d2p1:CompanyCode>sample string 19</d2p1:CompanyCode> <d2p1:DateCreated>2025-04-03T19:11:39.9053515-07:00</d2p1:DateCreated> <d2p1:DateUpdated>2025-04-03T19:11:39.9053515-07:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>17</d2p1:UserIDCreated> <d2p1:UserIDUpdated>18</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:CaseNo>1</d2p1:CaseNo> <d2p1:CloseDate>2025-04-03T19:11:39.9053515-07:00</d2p1:CloseDate> <d2p1:CompanyEmployeeId>sample string 5</d2p1:CompanyEmployeeId> <d2p1:CompanyName>sample string 6</d2p1:CompanyName> <d2p1:DOB>2025-04-03T19:11:39.9053515-07:00</d2p1:DOB> <d2p1:EmployeeFName>sample string 4</d2p1:EmployeeFName> <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId> <d2p1:EmployeeLName>sample string 3</d2p1:EmployeeLName> <d2p1:EstimatedDOI>true</d2p1:EstimatedDOI> <d2p1:IncidentDate>2025-04-03T19:11:39.9053515-07:00</d2p1:IncidentDate> <d2p1:InjuryTypeId>1</d2p1:InjuryTypeId> <d2p1:InjuryTypeName>sample string 9</d2p1:InjuryTypeName> <d2p1:InteractionType>13</d2p1:InteractionType> <d2p1:NoOfEncounter>10</d2p1:NoOfEncounter> <d2p1:ReasonForDelete>sample string 11</d2p1:ReasonForDelete> <d2p1:ServiceType>sample string 12</d2p1:ServiceType> <d2p1:Status>1</d2p1:Status> <d2p1:WLCode>sample string 7</d2p1:WLCode> <d2p1:WLName>sample string 8</d2p1:WLName> </d2p1:DashboardCaseCloseDTO> <d2p1:DashboardCaseCloseDTO> <d2p1:CompanyCode>sample string 19</d2p1:CompanyCode> <d2p1:DateCreated>2025-04-03T19:11:39.9053515-07:00</d2p1:DateCreated> <d2p1:DateUpdated>2025-04-03T19:11:39.9053515-07:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>17</d2p1:UserIDCreated> <d2p1:UserIDUpdated>18</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:CaseNo>1</d2p1:CaseNo> <d2p1:CloseDate>2025-04-03T19:11:39.9053515-07:00</d2p1:CloseDate> <d2p1:CompanyEmployeeId>sample string 5</d2p1:CompanyEmployeeId> <d2p1:CompanyName>sample string 6</d2p1:CompanyName> <d2p1:DOB>2025-04-03T19:11:39.9053515-07:00</d2p1:DOB> <d2p1:EmployeeFName>sample string 4</d2p1:EmployeeFName> <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId> <d2p1:EmployeeLName>sample string 3</d2p1:EmployeeLName> <d2p1:EstimatedDOI>true</d2p1:EstimatedDOI> <d2p1:IncidentDate>2025-04-03T19:11:39.9053515-07:00</d2p1:IncidentDate> <d2p1:InjuryTypeId>1</d2p1:InjuryTypeId> <d2p1:InjuryTypeName>sample string 9</d2p1:InjuryTypeName> <d2p1:InteractionType>13</d2p1:InteractionType> <d2p1:NoOfEncounter>10</d2p1:NoOfEncounter> <d2p1:ReasonForDelete>sample string 11</d2p1:ReasonForDelete> <d2p1:ServiceType>sample string 12</d2p1:ServiceType> <d2p1:Status>1</d2p1:Status> <d2p1:WLCode>sample string 7</d2p1:WLCode> <d2p1:WLName>sample string 8</d2p1:WLName> </d2p1:DashboardCaseCloseDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfDashboardCaseCloseDTO3NYuOdgi>