This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Hello,
We recently upgraded to 2021.4 and have started to utilize API V3. We wanted to use the PUT /v3/schedules/{id} (Edit Schedule) API call to only enable and disable workflow schedules.
After using the Swagger documentation, it seems like it is not possible to only enable/disable a job, you have to change its iteration as well. We do not want that, we only want to disable or enable a schedule with the API. Is it possible to do this?
Any help is appreciated, thank you.
Please tell me that the API call created to edit schedules has the option to only enable/disable schedules without altering the actual schedule....
All of my testing has lead me to believe that this endpoint is essentially useless, because (as you mentioned) of the iteration requirement. It's an absolute headache and drastically decreases the useability.
Same here, current endpoint asking all schedule details which make disable reenable not straight forward.
eg: start time need rep populate as won't accept time in past. Same behavior from web ui which also made disable reenable annoying when we have pages of schedule to stop before system maintenance.
Unfortunately, the enpoint to update a schedule requires the iteration, start time, end time and a few other parameters. Maybe Alteryx change this in the future.