API reference
cURL
curl --request GET \ --url https://api.sandbox.isometric.com/mrv/v0/label \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{ "nodes": [ { "id": "lbl_1DDK2MJ2D1S0SR6H", "name": "<string>", "scope": "REMOVAL", "supplier_reference_id": "<string>" } ], "page_info": { "end_cursor": "<string>", "has_next_page": true, "has_previous_page": true, "start_cursor": "<string>" }, "total_count": 123 }
Lists labels in the Isometric system.
0 < x <= 50
1
Show child attributes
Was this page helpful?