GET /v1/projects/{projectId}/acceptance-protocols/{protocolId}/signed-pdf
GET/v1/projects/{projectId}/acceptance-protocols/{protocolId}/signed-pdf
Download the signed acceptance protocol PDF (once signed). (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 | |
protocolIderforderlich | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/projects/{projectId}/acceptance-protocols/{protocolId}/signed-pdf \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.projects.get();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |