Acceptance Protocols
Alle Operationen rund um Acceptance Protocols.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Acceptance Protocol | acceptance_protocol |
21 | — | acceptance_protocol_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/acceptance_protocols |
Create acceptance_protocol | Create a new acceptance_protocol in the active tenant. |
DELETE |
/v1/acceptance_protocols/{id} |
Delete acceptance_protocol | Soft delete entity. |
GET |
/v1/acceptance_protocols/{id} |
Get acceptance_protocol by id | Fetch a single acceptance_protocol. |
GET |
/v1/acceptance_protocols/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/acceptance_protocols/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/acceptance_protocols/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/acceptance_protocols |
List acceptance_protocols | List acceptance_protocols for the active tenant. |
PATCH |
/v1/acceptance_protocols/{id} |
Patch acceptance_protocol | JSON Merge Patch update. |
POST |
/v1/acceptance_protocols/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/acceptance_protocols/{id}/transition |
POST /v1/acceptance_protocols/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/acceptance_protocols/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/acceptance_protocols/{id} |
Replace acceptance_protocol | Full replace with optimistic locking. |