GET ticket/gallery

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Gallery
NameDescriptionTypeAdditional information
galleryId

integer

None.

title

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "galleryId": 1,
    "title": "sample string 2"
  },
  {
    "galleryId": 1,
    "title": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGallery 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>
  <Gallery>
    <galleryId>1</galleryId>
    <title>sample string 2</title>
  </Gallery>
</ArrayOfGallery>