GET api/Gallery/GetGalleryById/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GalleryName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Title": "sample string 2", "Name": "sample string 3" }
application/octet-stream
Sample:
{"$id":"1","Id":1,"Title":"sample string 2","Name":"sample string 3"}