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
  • 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.
    • PUT /api/v2/risks replaces PUT /api/risks
      • The data-model was adjusted. The "managementSystemId" is not set at top level but per risk. The model is now "RiskCreateOrUpdateDtoV2" not "HazardSituationImportDto"
      • It is now possible to modify the state of a risk via the api. Valid values are: Active, Inactive, Accepted, Rejected
    • POST /api/v2/risks/submit new endpoint for importing risks in state "Submitted"
    • DELETE /api/v2/risks/{id} replaces DELETE /api/risks/{id}
    • all endpoints in "v1" were marked as deprecated