Default Assessment with Custom Questions via API

Hi Guys,

I have added 2 new custom questions recently in Automation Hub and trying to retrieve them via API. So far I can see other custom questions but not these 2 new which I have added.

Could anyone suggest anything through which I can see these custom questions?

NB: I have added parameter of advanced_information as well.

Hello @mayank_26!

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

As of today a lot of my monthly reporting in both Qlik and Power BI which utilises the API aren’t working - seems this might need UiPath attention.

I recently added additional questions and someone was able to get them in Postmaster though - so you should be able to, perhaps you need to update the version of the questions you’re asking in the settings within the admin section?

Thanks, I tried and created new version of Details Assessment and pushed it to production, still these questions are not visible, not in the swagger or in Postman

Posted a while back on another thread, seems to resolve this?

Hey @mayank_26 . All the custom questions from the detailed assessment, as well as those from the High Level assessment can be fetched using the GET Automation Pipeline call.
Questions from the high level assessment are marked with q1 and the ones from the high level assessment are marked with q2.
Here is an example of how the custom questions are displayed in the GET Automation Pipeline Call:

                "q2-sorincustomquestionone": "100",
                "q2-sorincustomquestionone__display": "YES",
                "q2-sorincustomquestiontwo": "50",
                "q2-sorincustomquestiontwo__display": "ONE"

I can see you were trying to get the custom questions as part of the GET Automations endpoint. That endpoint does not bring the custom questions from the detailed assessment in the response yet (even if you use the advanced_information=true parameter), but we will have a fix for that soon.

1 Like

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