GET api/Partner/GetPartnerPhotogalleryList?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerPhotogalleryList_ResultName | Description | Type | Additional information |
---|---|---|---|
gid | integer |
None. |
|
filename | string |
None. |
|
photopath | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
createon | date |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "gid": 1, "filename": "sample string 2", "photopath": "sample string 3", "partnerid": "sample string 4", "partnername": "sample string 5", "createon": "2025-05-10T11:29:05.4124379+05:30", "tRecordCount": 1 }, { "gid": 1, "filename": "sample string 2", "photopath": "sample string 3", "partnerid": "sample string 4", "partnername": "sample string 5", "createon": "2025-05-10T11:29:05.4124379+05:30", "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerPhotogalleryList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerPhotogalleryList_Result> <createon>2025-05-10T11:29:05.4124379+05:30</createon> <filename>sample string 2</filename> <gid>1</gid> <partnerid>sample string 4</partnerid> <partnername>sample string 5</partnername> <photopath>sample string 3</photopath> <tRecordCount>1</tRecordCount> </GetPartnerPhotogalleryList_Result> <GetPartnerPhotogalleryList_Result> <createon>2025-05-10T11:29:05.4124379+05:30</createon> <filename>sample string 2</filename> <gid>1</gid> <partnerid>sample string 4</partnerid> <partnername>sample string 5</partnername> <photopath>sample string 3</photopath> <tRecordCount>1</tRecordCount> </GetPartnerPhotogalleryList_Result> </ArrayOfGetPartnerPhotogalleryList_Result>