API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · risks

Risk Schema

Schema-ID
risk
Collection
risks
Permissions
  • Lesenrisk_view
  • Anlegenrisk_create
  • Ändernrisk_edit
  • Löschenrisk_delete

Felder

Risk Schema

risks4 Permissions

Schema for validating risk entities

titlestringerforderlich

Risk title

1–500 Zeichen
descriptionstringoptional

Risk description

nullable
categorystringoptional

Risk category

STRATEGICOPERATIONALCOMPLIANCETECHNICALSECURITYDATA_PROTECTION
nullable
statusstringerforderlich

Risk status

IDENTIFIEDASSESSEDTREATINGACCEPTEDMITIGATEDCLOSED
inherentLikelihoodnumberoptional

Inherent likelihood (1-5)

1 – 5nullable
inherentImpactnumberoptional

Inherent impact (1-5)

1 – 5nullable
inherentRiskScorenumberoptional

Computed inherent risk score (protected)

read-onlynullable
residualLikelihoodnumberoptional

Residual likelihood (1-5)

1 – 5nullable
residualImpactnumberoptional

Residual impact (1-5)

1 – 5nullable
residualRiskScorenumberoptional

Computed residual risk score (protected)

read-onlynullable
treatmentStrategystringoptional

Risk treatment strategy

AVOIDMITIGATETRANSFERACCEPT
nullable
ownerIduuidoptional

Risk owner user UUID

nullable
linkedAssetIdsstring[]optional

Linked asset UUIDs

Default: []
linkedTicketIdsstring[]optional

Linked ticket UUIDs

Default: []
linkedProjectIdsstring[]optional

Linked project UUIDs

Default: []
linkedContractIdsstring[]optional

Linked contract UUIDs

Default: []
reviewDatedatetimeoptional

Next review date

nullable
reviewCycleDaysnumberoptional

Review cycle in days

nullable
tagsstring[]optional

Risk tags

Default: []

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/risks — Liste, paginiert + filterbar
  • GET /api/v1/risks/<id> — Einzelne Entity
  • POST /api/v1/risks — Anlegen
  • PATCH /api/v1/risks/<id> — Teil-Update
  • DELETE /api/v1/risks/<id> — Soft-Delete
  • GET /api/v1/risks/<id>/timeline — Audit + Aktivitäten

Suche