GET api/SelfCare/GetSelfCareBySelfCareId?SelfCareId={SelfCareId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SelfCareId

integer

Required

Body Parameters

None.

Response Information

Resource Description

utblMstSelfCare
NameDescriptionTypeAdditional information
SelfCareId

integer

None.

Subject

string

None.

Description

string

None.

ImagePath

string

None.

TransDate

date

None.

UserId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SelfCareId": 1,
  "Subject": "sample string 2",
  "Description": "sample string 3",
  "ImagePath": "sample string 4",
  "TransDate": "2025-10-28T01:04:29.0401864+05:30",
  "UserId": "sample string 6"
}

application/xml, text/xml

Sample:
<utblMstSelfCare xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models">
  <Description>sample string 3</Description>
  <ImagePath>sample string 4</ImagePath>
  <SelfCareId>1</SelfCareId>
  <Subject>sample string 2</Subject>
  <TransDate>2025-10-28T01:04:29.0401864+05:30</TransDate>
  <UserId>sample string 6</UserId>
</utblMstSelfCare>