GET api/summerservices/photo/GetCampSeasons?startSeason={startSeason}&endSeason={endSeason}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startSeason

integer

Required

endSeason

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/javascript

Sample:
[1,2]

application/xml, text/xml

Sample:
<ArrayOfInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <int>1</int>
  <int>2</int>
</ArrayOfInt>