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