Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

REST API to fetch configuration with all inherited fields #1957

rene ·
We would like to have a single REST API call that would get the configuration with all the inherited fields (variables, steps, schedule, etc...) as we see it in the web UI.

Currently we have to fetch all the parent configurations and merge the result ourselves. This is not very user friendly and requires re-implementing the merging strategy outside of QB - bad for modularity.

Inherited fields should also have an attribute for example to indicate they're inherited. Ideally they could also point to the configuration where they were inherited from.

Regards
Rene
  • replies 3
  • views 1370
  • stars 0
robinshen ADMIN ·
Filed as below improvement:
http://track.pmease.com/browse/QB-1328
pxiang ·

Hello,

We have exactly the same needs.
Is there any progress on this topic?

Regards,
Ping

robinshen ADMIN ·

Inherited values are calculated dynamically, and variables are evaluated at runtime. It is difficult to build a single object containing all the runtime data generated during a build.