GET api/HealthCentres/CentreType/GetCentreTypeDetails?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
HealthCentreTypesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HealthCentreTypeList | Collection of utblMstHealthCentreType |
None. |
|
| TotalRecords | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"HealthCentreTypeList": [
{
"HealthCentreTypeId": 1,
"HealthCentreTypeName": "sample string 2",
"TransDate": "2025-10-28T01:09:33.5994262+05:30",
"UserId": "sample string 4"
},
{
"HealthCentreTypeId": 1,
"HealthCentreTypeName": "sample string 2",
"TransDate": "2025-10-28T01:09:33.5994262+05:30",
"UserId": "sample string 4"
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<HealthCentreTypesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.CustomModels">
<HealthCentreTypeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Master.Operation.Models">
<d2p1:utblMstHealthCentreType>
<d2p1:HealthCentreTypeId>1</d2p1:HealthCentreTypeId>
<d2p1:HealthCentreTypeName>sample string 2</d2p1:HealthCentreTypeName>
<d2p1:TransDate>2025-10-28T01:09:33.5994262+05:30</d2p1:TransDate>
<d2p1:UserId>sample string 4</d2p1:UserId>
</d2p1:utblMstHealthCentreType>
<d2p1:utblMstHealthCentreType>
<d2p1:HealthCentreTypeId>1</d2p1:HealthCentreTypeId>
<d2p1:HealthCentreTypeName>sample string 2</d2p1:HealthCentreTypeName>
<d2p1:TransDate>2025-10-28T01:09:33.5994262+05:30</d2p1:TransDate>
<d2p1:UserId>sample string 4</d2p1:UserId>
</d2p1:utblMstHealthCentreType>
</HealthCentreTypeList>
<TotalRecords>1</TotalRecords>
</HealthCentreTypesViewModel>