Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

can someone tell me the difference between V1 Gallery Admin V1 & V2 Gallery Admin V2?

lagisettya
7 - Meteor

I found the following on the Alteryx help docs but I could not find any documentation or differences between these API's.

 

Users with the Curator role can use the keys listed as API Access to access all APIs including the Gallery Subscription API, the Gallery User V2 APIV1 Gallery Admin V1 API, and V2 Gallery Admin V2 API.  

 

 

2 REPLIES 2
TashaA
Alteryx Alumni (Retired)

Tagging @JohnPelletier to see if he has any information.

JohnPelletier
Alteryx Alumni (Retired)

There are a few API endpoints in V2 Admin API that have been enhanced or modified in a way that is not backward compatible, but they were necessary changes to move forward with our roadmap.

In most cases, when developing for Server API admin calls, you'll end up using both V1 and V2 endpoints.

If you want to call GET /users, /insights, /subscriptions or /workflows/all, then you should use V2 Admin endpoints to stay current with the latest codebase.

 

Even the corresponding V1 Admin endpoints for those calls will continue to work, but if you're writing new development, please stick to the above mentioned V2 Admin calls.

 

For all other calls, you can use the V1 Admin endpoints.

 

I hope that helps. If you have any further questions, don't hesitate to post.