GET api/v1/infrastructure/timer/fromdate/{from}/todate/{to}
Get timers list based on followup date range
Request Information
URI Parameters
Name | Description | Type | Additional 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.TimerByDateVoName | Description | Type | Additional 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": "49306f62-8968-499c-b77e-d74f8bc315ad", "FollowUpDateTime": "2025-06-19T09:57:31Z", "CallbackCommand": null }, { "NodeId": 1, "TimerId": "49306f62-8968-499c-b77e-d74f8bc315ad", "FollowUpDateTime": "2025-06-19T09:57:31Z", "CallbackCommand": null } ], "FollowUpDateTime": "2025-06-19T09:57:31Z" }, { "Timers": [ { "NodeId": 1, "TimerId": "49306f62-8968-499c-b77e-d74f8bc315ad", "FollowUpDateTime": "2025-06-19T09:57:31Z", "CallbackCommand": null }, { "NodeId": 1, "TimerId": "49306f62-8968-499c-b77e-d74f8bc315ad", "FollowUpDateTime": "2025-06-19T09:57:31Z", "CallbackCommand": null } ], "FollowUpDateTime": "2025-06-19T09:57:31Z" } ]
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-06-19T09:57:31.6866752+02:00</FollowUpDateTime> <Timers> <Timer> <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" /> <FollowUpDateTime>2025-06-19T09:57:31.6866752+02:00</FollowUpDateTime> <NodeId>1</NodeId> <TimerId>49306f62-8968-499c-b77e-d74f8bc315ad</TimerId> </Timer> <Timer> <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" /> <FollowUpDateTime>2025-06-19T09:57:31.6866752+02:00</FollowUpDateTime> <NodeId>1</NodeId> <TimerId>49306f62-8968-499c-b77e-d74f8bc315ad</TimerId> </Timer> </Timers> </TimerByDate> <TimerByDate> <FollowUpDateTime>2025-06-19T09:57:31.6866752+02:00</FollowUpDateTime> <Timers> <Timer> <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" /> <FollowUpDateTime>2025-06-19T09:57:31.6866752+02:00</FollowUpDateTime> <NodeId>1</NodeId> <TimerId>49306f62-8968-499c-b77e-d74f8bc315ad</TimerId> </Timer> <Timer> <CallbackCommand xmlns:d5p1="http://mpsapi.healthbridge.com/platform/core/v1/command/" i:nil="true" /> <FollowUpDateTime>2025-06-19T09:57:31.6866752+02:00</FollowUpDateTime> <NodeId>1</NodeId> <TimerId>49306f62-8968-499c-b77e-d74f8bc315ad</TimerId> </Timer> </Timers> </TimerByDate> </ArrayOfTimerByDate>