Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Alteryx API GET /admin/v1/workflows/jobs/ returns empty json

stapuff106
8 - Asteroid

When I run /admin/v1/workflows/jobs/ in the Alteryx Gallery API I get the following empty json response, however when I supply it with an AppId it works fine. The description states it "returns all if not specified".

 

Anyone have this issue and solved it? Known cause?

 

Thanks,

 

Puff

 

The ID of the apps for which you want to retrieve metadata in a comma seperated list. Returns all if not specified

 

Response Body

[]

Response Code

200
4 REPLIES 4
apathetichell
18 - Pollux

what happens when you leave of the last "/"?

stapuff106
8 - Asteroid

 


/gallery/api/admin/v1/workflows/jobs/ [] HTTP/1.1 200 OK

 

Removing the back /

/gallery/api/admin/v1/workflows/jobs {"data":null,"exceptionName":"UnauthorizedException","innerExceptionMessage":"","message":"The provided signature(oauth_signature) is invalid."} HTTP/1.1 307 Temporary Redirect
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

 

/admin/v1/workflows/jobs/

HTTP/1.1 404 Not Found

 

Removing the back /

/admin/v1/workflows/jobs

HTTP/1.1 404 Not Found

 

apathetichell
18 - Pollux

Looks like this might be an issue with migration server 3 api - see this thread:

https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Server-API-Admin-V1-API-returnin...

stapuff106
8 - Asteroid

hmmm... we are on Server: 2021.3.5 and I thought v3 didn't start until 2021.4

 

I appreciate the post.

 

Puff

Labels