Last updated 3 days ago
OK
Key of tag
Value of tag
const response = await fetch('https://api.cegedim.cloud/itcare/compute/tag-keys', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "tagKey": "text", "tagValue": "text" } ]