Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

Translations:Datenimport/-export Schnittstelle/37/en

Aus HITGuard User Guide
Version vom 30. Oktober 2025, 06:50 Uhr von Isan (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „* Measures ** PUT /api/v2/measures replaces PUT /api/measures *** Configurations regarding the necessity test can no longer be set or changed, as those use internal IDs *** The parameter "ID" now refers to the HITGuard field "External ID" and no longer the internal ID ** PUT /api/measures/close/{id} *** was marked as deprecated as it used an internal ID → only use PUT /api/measures/close/byKey going forward! ** General *** The parameter "state" now uses…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
  • Measures
    • PUT /api/v2/measures replaces PUT /api/measures
      • Configurations regarding the necessity test can no longer be set or changed, as those use internal IDs
      • The parameter "ID" now refers to the HITGuard field "External ID" and no longer the internal ID
    • PUT /api/measures/close/{id}
      • was marked as deprecated as it used an internal ID → only use PUT /api/measures/close/byKey going forward!
    • General
      • The parameter "state" now uses enumeration values
  • Asset edges
    • PUT /api/v2/asset-edges replaces PUT /api/asset-edges
      • The parameters "sourceType" and "targetType" now use enumeration values
  • Resources
    • all endpoints in "v1" were marked as deprecated
      • The parameter "modelSegment" now uses enumeration values
  • Risks
    • GET /api/v2/risks replaces GET /api/risks/{managementSystemId}
      • The path parameter "managementSystemId" was removed. Instead you can now use the optional query parameters "managementSystemId" and "includePublicRisks" to retrieve and filter risks.
    • GET /api/v2/risks/{id} replaces GET /api/risks/byKey/{id}
      • Endpoints were adjusted to be consistent with the other endpoints.