Migrating Workflows
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Chitrarasan
6 - Meteoroid
‎06-18-2020
02:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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}/]
Could you please check and advise me on this.
Thanks & Regards
Chitrarasan.G
Labels:
- Labels:
- Topic of Interest
2 REPLIES 2
‎06-22-2020
04:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
Could you please help me on the below.
Thanks & Regards
Chitrarasan.G
c-lopez
Alteryx
‎07-16-2020
01:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
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