GET api/Sinks/{cultureName}/{category}/{collection}?iGallery={iGallery}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
iGallery

string

Required

cultureName

string

None.

category

string

None.

collection

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Gallery
NameDescriptionTypeAdditional information
image

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "image": "sample string 1"
  },
  {
    "image": "sample string 1"
  }
]

text/xml

Sample:
<ArrayOfGallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StenskivorAPP.Models">
  <Gallery>
    <image>sample string 1</image>
  </Gallery>
  <Gallery>
    <image>sample string 1</image>
  </Gallery>
</ArrayOfGallery>