Last updated 1 month ago
By default,The user's clouds are used to filter the final output
OK
const response = await fetch('https://api.cegedim.cloud/itcare/networking/domains', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 1, "name": "text", "description": "text", "isPublic": true, "sniDefault": true, "isManagedByCegedim": true } ]
1234, example: 1234
const response = await fetch('https://api.cegedim.cloud/itcare/networking/domains/{domainId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": 1, "name": "text", "description": "text", "isPublic": true, "sniDefault": true, "isManagedByCegedim": true }