Automation Hub API Detailed Assessment and Custom Questions

Hi, I was wondering if there is a GET method to retrieve the detailed assessment and the additional information (customize questions). Many thanks!

Hi @istwine ,

You need to add an extra parameter to the Get Automations call. The parameter is advanced_information=true .
This brings the additional data that contains the info you need.
Your final Get Automations Call should look something like this:

https://automation-hub.uipath.com/api/v1/openapi/automations?advanced_information=true

Kind regards,
Iulia

2 Likes

Great! Many thanks

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