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