GET ticket/fse/openingHours/{roomId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
roomId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FSEStartStop
NameDescriptionTypeAdditional information
start

date

None.

stop

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "start": "2025-12-10T20:22:58.6288466+01:00",
    "stop": "2025-12-10T20:22:58.6288466+01:00"
  },
  {
    "start": "2025-12-10T20:22:58.6288466+01:00",
    "stop": "2025-12-10T20:22:58.6288466+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFSEStartStop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tiszamozi_API.Models">
  <FSEStartStop>
    <start>2025-12-10T20:22:58.6288466+01:00</start>
    <stop>2025-12-10T20:22:58.6288466+01:00</stop>
  </FSEStartStop>
  <FSEStartStop>
    <start>2025-12-10T20:22:58.6288466+01:00</start>
    <stop>2025-12-10T20:22:58.6288466+01:00</stop>
  </FSEStartStop>
</ArrayOfFSEStartStop>