Last updated 11 months ago
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
OK
const response = await fetch('/openwowi/v1.2/DocumentReadCatalog/FileEntity', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "Id": 1, "Name": "text" } ]
const response = await fetch('/openwowi/v1.2/DocumentReadCatalog/FileType', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "Id": 1, "Name": "text", "Classification": { "Id": 1, "Name": "text" } } ]
const response = await fetch('/openwowi/v1.2/DocumentReadCatalog/DataPrivacyCategory', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/openwowi/v1.2/DocumentReadCatalog/DocumentTemplateEntity', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "Id": 1, "Name": "text", "Prefix": "text", "FileEntity": { "Id": 1, "Name": "text" } } ]
const response = await fetch('/openwowi/v1.2/MediaReadCatalog/EstatePictureType', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "Id": 1, "Code": "text", "Name": "text" } ]
const response = await fetch('/openwowi/v1.2/MediaReadCatalog/MediaEntity', { method: 'GET', headers: {}, }); const data = await response.json();