Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

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

Migrating Workflows

Chitrarasan
6 - Meteoroid

Hi Team,

 

When im trying to access the below api and getting error "400 bad request".(Refer below screen shot)

 

[HTTP GET]
[api/admin/v1/workflows/migratable/?subscriptionIds={comma separated subscriptionIds}/]

 

Chitrarasan_1-1592473571200.png

 

 

Chitrarasan_0-1592473384801.png

Could you please check and advise me on this.

 

Thanks & Regards

Chitrarasan.G

2 REPLIES 2
Chitrarasan
6 - Meteoroid

 

Hi Team,

 

Could you please help me on the below.

 

Thanks & Regards

Chitrarasan.G

c-lopez
Alteryx
Alteryx

Hi @Chitrarasan,

 

Can you please expand a bit on the structure of your API call? The error I see is about O-Auth consumer key, was the studio API key and secret included? Was a nonce included in the API call?

 

c-lopez_0-1594940326690.png

 

 

With this info we will be able to help you a bit more, the structure of the call should look like this:

 

http://[Your Gallery]/gallery/api/v1/workflows/subscription/?oauth_timestamp=152344405&oauth_signature_method=HMAC-SHA1&oauth_consumer_key=SAMPLE_API_KEY&oauth_version=1.0&oauth_nonce=Vkt43p&oauth_signature=pcUVuaFwerWFeDNm1RglXwsgQ%3D

*Edit: Corrected highlighted API location for this purpose