Is there a way to get a list of all the apps we’ve made and maybe last completion or last publish date? We’re looking at making a sweeping changes to all of our apps and want to be able to divide up the work and also find apps that aren’t currently in use.
1 Like
I know you can pull the list of App Folders structure and App Names using the Tulip API, but it doesn’t include any additional data such as Published Version, Publish Date, etc.
Other than that, I haven’t seen another way of pulling a full listing of all the apps built.
1 Like
+1 to Darren’s comment above, you can get a list of all apps using the “Get appGroups” API endpoint List Tulip App Groups and the Apps they contain - Tulip Apps
Hello Beth
I am doing the same connector for my Project, but I want to filter the App names by Group.
that means I will provide the Group name as Connector Input and connector will give me the only apps which is in Provided Group (Input).
how can we tackle this?
Thanks in Advance.