Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Gallery API v3 Endpoint for Getting all Schedules - Broken?

Scott_Snowman
10 - Fireball

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.

 

ScottS28_0-1664080073864.png

 

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... ?

 

ScottS28_2-1664080379156.png

 

If I shrug and just reverse the parameters, I get a 200 but empty response body:

 

ScottS28_1-1664080313378.png

 

What am I missing?

2 REPLIES 2
patrick_digan
17 - Castor
17 - Castor

@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)

 

patrick_digan_1-1664194280612.png

 

 

Scott_Snowman
10 - Fireball

Thanks @patrick_digan -- I'll see if this persists, and if it does I'll open up a ticket with the Support team.