API Integratie
Integreer energiedata direct in uw eigen systemen en rapportages voor naadloze workflow en business intelligence.
Vraag API documentatie aanAPI endpoints visualisatie
(API schema placeholder)
Voordelen van onze API
Business Voordelen
- Centraliseer energiedata in uw eigen dashboards
- Automatiseer rapportages en compliance documentatie
- Integreer met bestaande ERP en facility management systemen
- Koppel energiedata aan productie- en procesdata
- Creëer aangepaste kostenallocatie en afdelingsrapportages
Technische Voordelen
- RESTful JSON API met volledige OpenAPI 3.0 documentatie
- Real-time data toegankelijk via WebSockets
- OAuth2 authenticatie en gedetailleerde permissie-instellingen
- Bulkdata export voor historische analyse
- Client libraries in Python, JavaScript, C# en Java
API Endpoints
Een voorproefje van de beschikbare API calls in de DotX EMS API.
# Get real-time energy consumption data
GET /api/v1/consumption/realtime
# Historical data for specific timeframe
GET /api/v1/consumption/history?start=2025-04-22T00:00:00&end=2025-05-22T23:59:59
# Device-specific energy data
GET /api/v1/devices/{deviceId}/consumption
# Create a new automation rule
POST /api/v1/automation/rules{
"name": "Peak Shaving Rule",
"condition": "consumption > 75 && time.isBusinessHours()",
"actions": [
{ "device": "ac-system", "command": "reduce-consumption", "params": {"level": 20} }
]
}Integratie Opties
Direct API Toegang
Directe API integratie met uw eigen applicaties en dashboards. Volledige controle en customisatiemogelijkheden.
BI Tool Connectors
Voorgebouwde connectoren voor populaire BI-tools zoals Power BI, Tableau en Qlik. Snel implementeren zonder coding.
Webhook Events
Ontvang automatisch notificaties bij events en drempelwaardes. Ideaal voor automatisering en alarmering.

Integratie in 3 eenvoudige stappen
- 1
API credentials aanvragen
Krijg veilige toegang met OAuth2 authentication en rate limiting afgestemd op uw behoeften.
- 2
Configureer data endpoints
Selecteer welke data streams relevant zijn voor uw use case en configureer de frequentie van updates.
- 3
Implementeer in uw systemen
Gebruik onze SDK’s of directe API calls om energiedata naadloos te integreren in uw systemen.
Technische specificaties
API Specificaties
- RESTful API met JSON response formaat
- OpenAPI 3.0 specificatie en Swagger UI documentatie
- GraphQL endpoint voor complexe query’s
- WebSocket stream voor real-time updates
- MQTT broker voor IoT device integratie
Authenticatie & Security
- OAuth2 authenticatie met Bearer token
- PKCE flow voor client-side applicaties
- Rate limiting en abuse detection
- Transport Layer Security (TLS/SSL)
- Role-based access control (RBAC)
- API key rotatie en versioning
Ondersteunde platforms
- Power BI, Tableau, Qlik, Looker
- Microsoft Dynamics, SAP, Oracle
- Zapier, IFTTT, Microsoft Power Automate
- Node-RED, Home Assistant voor IoT integratie
- SDK’s voor Python, JavaScript/TypeScript, Java, C#/.NET