GET api/Center/GetCheifGuestlist/{compexid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| compexid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ChiefGuest| Name | Description | Type | Additional information |
|---|---|---|---|
| chifid | integer |
None. |
|
| compexid | string |
None. |
|
| guestname | string |
None. |
|
| createon | date |
None. |
|
| createby | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"chifid": 1,
"compexid": "sample string 2",
"guestname": "sample string 3",
"createon": "2025-10-30T03:03:34.5144551+05:30",
"createby": "sample string 4"
},
{
"chifid": 1,
"compexid": "sample string 2",
"guestname": "sample string 3",
"createon": "2025-10-30T03:03:34.5144551+05:30",
"createby": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfChiefGuest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<ChiefGuest>
<chifid>1</chifid>
<compexid>sample string 2</compexid>
<createby>sample string 4</createby>
<createon>2025-10-30T03:03:34.5144551+05:30</createon>
<guestname>sample string 3</guestname>
</ChiefGuest>
<ChiefGuest>
<chifid>1</chifid>
<compexid>sample string 2</compexid>
<createby>sample string 4</createby>
<createon>2025-10-30T03:03:34.5144551+05:30</createon>
<guestname>sample string 3</guestname>
</ChiefGuest>
</ArrayOfChiefGuest>