GET api/Gallery/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Mobileapp_mst_Gallary| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Img_url | string |
None. |
|
| Flag | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Img_url": "sample string 2",
"Flag": 1
}
application/xml, text/xml
Sample:
<Mobileapp_mst_Gallary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileAppApi.Models"> <Flag>1</Flag> <Id>1</Id> <Img_url>sample string 2</Img_url> </Mobileapp_mst_Gallary>