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!
How do you use the Schedules endpoint to get all schedules?
Per the documentation at https://help.alteryx.com/20214/server/schedules-endpoints it suggests that all parameters are optional. But when I actually try to formulate a request via the Swagger UI with all parameters optional, I get a 500 error.
Attempts to add parameters to see if perhaps the parameters aren't optional either result in an empty response [] or, confusingly, a message that the "RunsAfter" parameter needs to be later than the "RunsBefore" parameter... ?
If I shrug and just reverse the parameters, I get a 200 but empty response body:
What am I missing?
@Scott_Snowman That's strange! I'm on 2021.4.2.02731. I'm a curator and using the API Access Key/Secret. I left everything blank, and I'm getting all schedules back (Mine + others)
Thanks @patrick_digan -- I'll see if this persists, and if it does I'll open up a ticket with the Support team.