GET api/Center/CenterInfraList/{centid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CenterInfra| Name | Description | Type | Additional information |
|---|---|---|---|
| infraid | integer |
None. |
|
| centid | string |
None. |
|
| infra | string |
None. |
|
| working | integer |
None. |
|
| notworking | integer |
None. |
|
| total | integer |
None. |
|
| createon | date |
None. |
|
| createby | string |
None. |
|
| updateon | date |
None. |
|
| updateby | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"infraid": 1,
"centid": "sample string 2",
"infra": "sample string 3",
"working": 1,
"notworking": 1,
"total": 1,
"createon": "2025-10-30T05:08:31.4737309+05:30",
"createby": "sample string 4",
"updateon": "2025-10-30T05:08:31.4737309+05:30",
"updateby": "sample string 5"
},
{
"infraid": 1,
"centid": "sample string 2",
"infra": "sample string 3",
"working": 1,
"notworking": 1,
"total": 1,
"createon": "2025-10-30T05:08:31.4737309+05:30",
"createby": "sample string 4",
"updateon": "2025-10-30T05:08:31.4737309+05:30",
"updateby": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfCenterInfra xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<CenterInfra>
<centid>sample string 2</centid>
<createby>sample string 4</createby>
<createon>2025-10-30T05:08:31.4737309+05:30</createon>
<infra>sample string 3</infra>
<infraid>1</infraid>
<notworking>1</notworking>
<total>1</total>
<updateby>sample string 5</updateby>
<updateon>2025-10-30T05:08:31.4737309+05:30</updateon>
<working>1</working>
</CenterInfra>
<CenterInfra>
<centid>sample string 2</centid>
<createby>sample string 4</createby>
<createon>2025-10-30T05:08:31.4737309+05:30</createon>
<infra>sample string 3</infra>
<infraid>1</infraid>
<notworking>1</notworking>
<total>1</total>
<updateby>sample string 5</updateby>
<updateon>2025-10-30T05:08:31.4737309+05:30</updateon>
<working>1</working>
</CenterInfra>
</ArrayOfCenterInfra>