API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/dashboard-widget-groups/{groupId}/widgets/{widgetId}/data

POST/v1/dashboard-widget-groups/{groupId}/widgets/{widgetId}/data

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
variantIdstring

Pfad-Parameter

NameTypBeschreibung
groupIderforderlichstring
widgetIderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/dashboard-widget-groups/{groupId}/widgets/{widgetId}/data \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "variantId": "string"
}'
const result = await cm.dashboard-widget-groups.post({
  "variantId": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche