GET /v1/public/quotations/sign/{token}/comments
GET/v1/public/quotations/sign/{token}/comments
Public route: list public comments on a quotation (no auth)
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
tokenerforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/public/quotations/sign/{token}/comments \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.public.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |