GET api/JobConditioningCase/SetRecentlyViewedCases?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfRecentlyViewCasesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of RecentlyViewCasesDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"UserId": 1,
"ServiceId": 2,
"CorporationCode": "sample string 3",
"EmployeeId": "sample string 4",
"CaseNo": 5,
"EncounterId": 1,
"ViewDateTime": "2025-10-30T07:51:00.3082169-07:00",
"CompanyName": "sample string 7",
"CaseType": "sample string 8",
"EmployeeFirstName": "sample string 9",
"EmployeeLastName": "sample string 10",
"EccCaseTypeId": 1,
"EncounterCount": 11,
"CaseStatus": 1
},
{
"UserId": 1,
"ServiceId": 2,
"CorporationCode": "sample string 3",
"EmployeeId": "sample string 4",
"CaseNo": 5,
"EncounterId": 1,
"ViewDateTime": "2025-10-30T07:51:00.3082169-07:00",
"CompanyName": "sample string 7",
"CaseType": "sample string 8",
"EmployeeFirstName": "sample string 9",
"EmployeeLastName": "sample string 10",
"EccCaseTypeId": 1,
"EncounterCount": 11,
"CaseStatus": 1
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfRecentlyViewCasesDTO3NYuOdgi 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:RecentlyViewCasesDTO>
<d2p1:CaseNo>5</d2p1:CaseNo>
<d2p1:CaseStatus>1</d2p1:CaseStatus>
<d2p1:CompanyName>sample string 7</d2p1:CompanyName>
<d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
<d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
<d2p1:EmployeeId>sample string 4</d2p1:EmployeeId>
<d2p1:EncounterCount>11</d2p1:EncounterCount>
<d2p1:EncounterId>1</d2p1:EncounterId>
<d2p1:ServiceId>2</d2p1:ServiceId>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:ViewDateTime>2025-10-30T07:51:00.3082169-07:00</d2p1:ViewDateTime>
</d2p1:RecentlyViewCasesDTO>
<d2p1:RecentlyViewCasesDTO>
<d2p1:CaseNo>5</d2p1:CaseNo>
<d2p1:CaseStatus>1</d2p1:CaseStatus>
<d2p1:CompanyName>sample string 7</d2p1:CompanyName>
<d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
<d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
<d2p1:EmployeeId>sample string 4</d2p1:EmployeeId>
<d2p1:EncounterCount>11</d2p1:EncounterCount>
<d2p1:EncounterId>1</d2p1:EncounterId>
<d2p1:ServiceId>2</d2p1:ServiceId>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:ViewDateTime>2025-10-30T07:51:00.3082169-07:00</d2p1:ViewDateTime>
</d2p1:RecentlyViewCasesDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfRecentlyViewCasesDTO3NYuOdgi>