GET api/Partner/GetPartnerPhotogallery/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PartnerPhotogallery| Name | Description | Type | Additional information |
|---|---|---|---|
| gid | integer |
None. |
|
| partnerid | string |
None. |
|
| filename | string |
None. |
|
| photopath | string |
None. |
|
| createon | date |
None. |
|
| createby | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"gid": 1,
"partnerid": "sample string 2",
"filename": "sample string 3",
"photopath": "sample string 4",
"createon": "2025-10-30T02:57:09.4221506+05:30",
"createby": "sample string 5"
},
{
"gid": 1,
"partnerid": "sample string 2",
"filename": "sample string 3",
"photopath": "sample string 4",
"createon": "2025-10-30T02:57:09.4221506+05:30",
"createby": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfPartnerPhotogallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<PartnerPhotogallery>
<createby>sample string 5</createby>
<createon>2025-10-30T02:57:09.4221506+05:30</createon>
<filename>sample string 3</filename>
<gid>1</gid>
<partnerid>sample string 2</partnerid>
<photopath>sample string 4</photopath>
</PartnerPhotogallery>
<PartnerPhotogallery>
<createby>sample string 5</createby>
<createon>2025-10-30T02:57:09.4221506+05:30</createon>
<filename>sample string 3</filename>
<gid>1</gid>
<partnerid>sample string 2</partnerid>
<photopath>sample string 4</photopath>
</PartnerPhotogallery>
</ArrayOfPartnerPhotogallery>