GET ticket/fse/openingHours/{roomId}/{year}/{month}/{day}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
roomId

integer

Required

year

integer

Required

month

integer

Required

day

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FSEOpeningHours
NameDescriptionTypeAdditional information
roomId

integer

None.

open

FSEStartStop

None.

reserved

Collection of FSEStartStop

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "roomId": 1,
    "open": {
      "start": "2025-12-10T20:22:58.4726326+01:00",
      "stop": "2025-12-10T20:22:58.4726326+01:00"
    },
    "reserved": [
      {
        "start": "2025-12-10T20:22:58.4726326+01:00",
        "stop": "2025-12-10T20:22:58.4726326+01:00"
      },
      {
        "start": "2025-12-10T20:22:58.4726326+01:00",
        "stop": "2025-12-10T20:22:58.4726326+01:00"
      }
    ]
  },
  {
    "roomId": 1,
    "open": {
      "start": "2025-12-10T20:22:58.4726326+01:00",
      "stop": "2025-12-10T20:22:58.4726326+01:00"
    },
    "reserved": [
      {
        "start": "2025-12-10T20:22:58.4726326+01:00",
        "stop": "2025-12-10T20:22:58.4726326+01:00"
      },
      {
        "start": "2025-12-10T20:22:58.4726326+01:00",
        "stop": "2025-12-10T20:22:58.4726326+01:00"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfFSEOpeningHours xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tiszamozi_API.Models">
  <FSEOpeningHours>
    <open>
      <start>2025-12-10T20:22:58.4726326+01:00</start>
      <stop>2025-12-10T20:22:58.4726326+01:00</stop>
    </open>
    <reserved>
      <FSEStartStop>
        <start>2025-12-10T20:22:58.4726326+01:00</start>
        <stop>2025-12-10T20:22:58.4726326+01:00</stop>
      </FSEStartStop>
      <FSEStartStop>
        <start>2025-12-10T20:22:58.4726326+01:00</start>
        <stop>2025-12-10T20:22:58.4726326+01:00</stop>
      </FSEStartStop>
    </reserved>
    <roomId>1</roomId>
  </FSEOpeningHours>
  <FSEOpeningHours>
    <open>
      <start>2025-12-10T20:22:58.4726326+01:00</start>
      <stop>2025-12-10T20:22:58.4726326+01:00</stop>
    </open>
    <reserved>
      <FSEStartStop>
        <start>2025-12-10T20:22:58.4726326+01:00</start>
        <stop>2025-12-10T20:22:58.4726326+01:00</stop>
      </FSEStartStop>
      <FSEStartStop>
        <start>2025-12-10T20:22:58.4726326+01:00</start>
        <stop>2025-12-10T20:22:58.4726326+01:00</stop>
      </FSEStartStop>
    </reserved>
    <roomId>1</roomId>
  </FSEOpeningHours>
</ArrayOfFSEOpeningHours>