GET api/v1/infrastructure/timer/fromdate/{from}/todate/{to}

Get timers list based on followup date range

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

date

Required

to

date

Required

Body Parameters

None.

Response Information

Resource Description

Array of all timers

Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.TimerByDateVo
NameDescriptionTypeAdditional information
Timers

Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.TimerVo

None.

FollowUpDateTime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Timers": [
      {
        "NodeId": 1,
        "TimerId": "de73bffd-eb46-4dc3-a60f-58bcdec9581a",
        "FollowUpDateTime": "2025-04-10T19:34:25Z",
        "CallbackCommand": null
      },
      {
        "NodeId": 1,
        "TimerId": "de73bffd-eb46-4dc3-a60f-58bcdec9581a",
        "FollowUpDateTime": "2025-04-10T19:34:25Z",
        "CallbackCommand": null
      }
    ],
    "FollowUpDateTime": "2025-04-10T19:34:25Z"
  },
  {
    "Timers": [
      {
        "NodeId": 1,
        "TimerId": "de73bffd-eb46-4dc3-a60f-58bcdec9581a",
        "FollowUpDateTime": "2025-04-10T19:34:25Z",
        "CallbackCommand": null
      },
      {
        "NodeId": 1,
        "TimerId": "de73bffd-eb46-4dc3-a60f-58bcdec9581a",
        "FollowUpDateTime": "2025-04-10T19:34:25Z",
        "CallbackCommand": null
      }
    ],
    "FollowUpDateTime": "2025-04-10T19:34:25Z"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTimerByDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/platform/commondomain/v1/timer/">
  <TimerByDate>
    <FollowUpDateTime>2025-04-10T19:34:25.3947268+02:00</FollowUpDateTime>
    <Timers>
      <Timer>
        <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" />
        <FollowUpDateTime>2025-04-10T19:34:25.3947268+02:00</FollowUpDateTime>
        <NodeId>1</NodeId>
        <TimerId>de73bffd-eb46-4dc3-a60f-58bcdec9581a</TimerId>
      </Timer>
      <Timer>
        <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" />
        <FollowUpDateTime>2025-04-10T19:34:25.3947268+02:00</FollowUpDateTime>
        <NodeId>1</NodeId>
        <TimerId>de73bffd-eb46-4dc3-a60f-58bcdec9581a</TimerId>
      </Timer>
    </Timers>
  </TimerByDate>
  <TimerByDate>
    <FollowUpDateTime>2025-04-10T19:34:25.3947268+02:00</FollowUpDateTime>
    <Timers>
      <Timer>
        <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" />
        <FollowUpDateTime>2025-04-10T19:34:25.3947268+02:00</FollowUpDateTime>
        <NodeId>1</NodeId>
        <TimerId>de73bffd-eb46-4dc3-a60f-58bcdec9581a</TimerId>
      </Timer>
      <Timer>
        <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" />
        <FollowUpDateTime>2025-04-10T19:34:25.3947268+02:00</FollowUpDateTime>
        <NodeId>1</NodeId>
        <TimerId>de73bffd-eb46-4dc3-a60f-58bcdec9581a</TimerId>
      </Timer>
    </Timers>
  </TimerByDate>
</ArrayOfTimerByDate>