GET api/SelfCare/GetSelfCareDetails?PageNo={PageNo}&PageSize={PageSize}&SearchTerm={SearchTerm}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNo | integer |
Required |
|
| PageSize | integer |
Required |
|
| SearchTerm | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
SelfCareViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SelfCareList | Collection of utblMstSelfCare |
None. |
|
| TotalRecords | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SelfCareList": [
{
"SelfCareId": 1,
"Subject": "sample string 2",
"Description": "sample string 3",
"ImagePath": "sample string 4",
"TransDate": "2025-10-28T01:04:29.5558114+05:30",
"UserId": "sample string 6"
},
{
"SelfCareId": 1,
"Subject": "sample string 2",
"Description": "sample string 3",
"ImagePath": "sample string 4",
"TransDate": "2025-10-28T01:04:29.5558114+05:30",
"UserId": "sample string 6"
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<SelfCareViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.CustomModels">
<SelfCareList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Master.Operation.Models">
<d2p1:utblMstSelfCare>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ImagePath>sample string 4</d2p1:ImagePath>
<d2p1:SelfCareId>1</d2p1:SelfCareId>
<d2p1:Subject>sample string 2</d2p1:Subject>
<d2p1:TransDate>2025-10-28T01:04:29.5558114+05:30</d2p1:TransDate>
<d2p1:UserId>sample string 6</d2p1:UserId>
</d2p1:utblMstSelfCare>
<d2p1:utblMstSelfCare>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ImagePath>sample string 4</d2p1:ImagePath>
<d2p1:SelfCareId>1</d2p1:SelfCareId>
<d2p1:Subject>sample string 2</d2p1:Subject>
<d2p1:TransDate>2025-10-28T01:04:29.5558114+05:30</d2p1:TransDate>
<d2p1:UserId>sample string 6</d2p1:UserId>
</d2p1:utblMstSelfCare>
</SelfCareList>
<TotalRecords>1</TotalRecords>
</SelfCareViewModel>