Automation/Idea/Process - Application - Relation through API?

Hi,

I am having trouble to figure out, how to get a relation between an automation-idea an the used applications (as stated in the automation profile) using the API.

“Get Automations” gets me all automations, but without a reference to the used automations (at least according to the documentation Swagger UI (uipath.com)

“Get AppInventory” gets me all applications and states that they are used by an idea, but it does not list, which idea is using these applications. Swagger UI (uipath.com)

Am I missing something?

Or do I have to build a workaround, where I iterate through all application IDs and filter the “get automations” request using the applications filter?
This cannot be the intended method for this.

FYI: I need this relation to rebuild our automations in our EAM system.

Thanks in advance
Richard

Hello @RPraschma!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Hi,

I have similar issue. I can get the number of applications per automation idea, but the “applications” column is empty.

Is it something that API is missing right now and it will be updated in the future releases? Or am I doing something wrong?

Thank you,
Pawel

There is a property for the automatin from “Get Automations” called “process_applications”.
It lists the application IDs in a string with a , delimiter.
Not sure why UiPath chose a string instead of an json array.
But it will suffice.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.