GET ticket/gallery/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GalleryPictures| Name | Description | Type | Additional information |
|---|---|---|---|
| gallery | Gallery |
None. |
|
| pictures | Collection of Picture |
None. |
Response Formats
application/json, text/json
Sample:
{
"gallery": {
"galleryId": 1,
"title": "sample string 2"
},
"pictures": []
}
application/xml, text/xml
Sample:
<GalleryPictures xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tiszamozi_API.Models">
<gallery>
<galleryId>1</galleryId>
<title>sample string 2</title>
</gallery>
<pictures />
</GalleryPictures>