Translations:Datenimport/-export Schnittstelle/37/en
Aus HITGuard User Guide
Weitere Optionen
- 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
- PUT /api/v2/measures replaces PUT /api/measures
- Asset edges
- PUT /api/v2/asset-edges replaces PUT /api/asset-edges
- The parameters "sourceType" and "targetType" now use enumeration values
- PUT /api/v2/asset-edges replaces PUT /api/asset-edges
- Resources
- all endpoints in "v1" were marked as deprecated
- The parameter "modelSegment" now uses enumeration values
- all endpoints in "v1" were marked as deprecated
- 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.
- GET /api/v2/risks replaces GET /api/risks/{managementSystemId}