GET /v1/proposals/{id}/preview
GET/v1/proposals/{id}/preview
Return proposal preview data enriched with product info for each item
Datenmodell
Diese Operation arbeitet auf der Entität Proposal (proposal). Alle 52 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
iderforderlich | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/proposals/{id}/preview \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.proposals.get();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |