GET /v1/projects/{projectId}/acceptance-protocols
GET/v1/projects/{projectId}/acceptance-protocols
List the acceptance protocols (Abnahmeprotokolle) of a project. (ADR 0224)
Datenmodell
Diese Operation arbeitet auf der Entität Project (project). Alle 44 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
projectIderforderlich | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/projects/{projectId}/acceptance-protocols \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.projects.get();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |