API reference
cURL
curl --request GET \ --url https://api.sandbox.isometric.com/mrv/v0/removals/{id}/component_attributions \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{ "nodes": [ { "attribution_factor": 1, "component_group_key": "<string>", "component_id": "<string>", "id": "<string>", "removal_id": "<string>" } ], "page_info": { "end_cursor": "<string>", "has_next_page": true, "has_previous_page": true, "start_cursor": "<string>" }, "total_count": 123 }
0 < x <= 50
1
Show child attributes
Was this page helpful?