POST /v1/dashboard-widget-groups/{groupId}/widgets/{widgetId}/data
POST/v1/dashboard-widget-groups/{groupId}/widgets/{widgetId}/data
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
variantId | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
groupIderforderlich | string | |
widgetIderforderlich | string | |
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 |