BaselineDifferences

Number of APIs: 10

  1. Get tags that caused the difference to appear for a baseline. GET {{baseUrl}}/baselines/{{baseline_id}}/{{target}}/{{target}}_id/visualisations/tag-list

  2. Review all differences for a baseline on a target. POST {{baseUrl}}/baselines/{{baseline_id}}/{{target}}/{{target}}_id/{{diff_type}}/{{action}}

  3. Get differences for a baseline. GET {{baseUrl}}/baselines/{{id}}/differences

  4. Get flows that caused the differences to appear for a baseline. GET {{baseUrl}}/baselines/{{id}}/{{target}}/{{target}}Id/visualisations/flow-list

  5. Review a baseline difference. POST {{baseUrl}}/differences/{{id}}/{{action}}

  6. Review differences for all baselines. POST {{baseUrl}}/presets/baselines/differences/{{action}}

  7. Review differences for a baseline. POST {{baseUrl}}/baselines/{{id}}/differences/{{action}}

  8. Get differences for a baseline on a given target. GET {{baseUrl}}/baselines/{{baseline_id}}/differences/{{target}}/{{id}}

  9. Get variables for activities that caused the differences to appear for a baseline. GET {{baseUrl}}/baselines/{{baseline_id}}/activities/{{activity_id}}/visualisations/variable-list

  10. Get a component's properties that caused the differences to appear for a baseline. GET {{baseUrl}}/baselines/{{baseline_id}}/components/{{component_id}}/visualisations/property-list