GET api/admin/EstablishmentImagesMap/EstablishmentImagesMapPaged?PageNo={PageNo}&PageSize={PageSize}&SearchTerm={SearchTerm}&CategoryID={CategoryID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNo | integer |
Required |
|
| PageSize | integer |
Required |
|
| SearchTerm | string |
Required |
|
| CategoryID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfEstablishmentImageMapGetPaged| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | EstablishmentImageMapGetPaged |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {
"EstablishmentImagesMapDetails": [
{
"CatImageID": 1,
"CategoryName": "sample string 2",
"ImageLocationType": "sample string 3",
"IsMandatory": true,
"MinRequiredImages": 5,
"MaxImages": 6,
"IsActive": true
},
{
"CatImageID": 1,
"CategoryName": "sample string 2",
"ImageLocationType": "sample string 3",
"IsMandatory": true,
"MinRequiredImages": 5,
"MaxImages": 6,
"IsActive": true
}
],
"TotalRecords": 1
}
}
application/xml, text/xml
Sample:
<ApiResponseOfEstablishmentImageMapGetPagedj_Pf0XX_P4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Tourism.Entities.CustomApplicationModels">
<d2p1:EstablishmentImagesMapDetails>
<d2p1:EstablishmentImagesMapGetDTO>
<d2p1:CatImageID>1</d2p1:CatImageID>
<d2p1:CategoryName>sample string 2</d2p1:CategoryName>
<d2p1:ImageLocationType>sample string 3</d2p1:ImageLocationType>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsMandatory>true</d2p1:IsMandatory>
<d2p1:MaxImages>6</d2p1:MaxImages>
<d2p1:MinRequiredImages>5</d2p1:MinRequiredImages>
</d2p1:EstablishmentImagesMapGetDTO>
<d2p1:EstablishmentImagesMapGetDTO>
<d2p1:CatImageID>1</d2p1:CatImageID>
<d2p1:CategoryName>sample string 2</d2p1:CategoryName>
<d2p1:ImageLocationType>sample string 3</d2p1:ImageLocationType>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsMandatory>true</d2p1:IsMandatory>
<d2p1:MaxImages>6</d2p1:MaxImages>
<d2p1:MinRequiredImages>5</d2p1:MinRequiredImages>
</d2p1:EstablishmentImagesMapGetDTO>
</d2p1:EstablishmentImagesMapDetails>
<d2p1:TotalRecords>1</d2p1:TotalRecords>
</Data>
<Message>sample string 2</Message>
<Success>true</Success>
</ApiResponseOfEstablishmentImageMapGetPagedj_Pf0XX_P4>