alex7 | 2024-01-02 19:28:17 UTC | #1
When looking at the configuration of a Schedule Group, you can see the list of schedules, and an icon indicating which one is currently active.
How do you use the API to determine which one is active? When getting schedules, the state of "active" is returned for all of them, which can't be true. So my assumption is that means something else.
IntegrationsRUs | 2024-01-13 17:10:19 UTC | #2
Active is based on a calculation of determining if the schedule is currently active based on the current time. It uses these parts of the response to determine at runtime if the schedule is currently on or off.
api/v2/architect/schedules?id=<SCHEDULEID>&pageSize=100&sortBy=name&sortOrder=asc&pageNumber=1
"start": "2023-10-19T09:00:00.000", "end": "2023-10-19T17:00:00.000", "rrule": "FREQ=DAILY",
system | 2024-02-13 17:11:19 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 23908