Projects API
The Projects API lets you link and unlink entities to projects, enabling project-scoped emissions views and reports. Once entities are linked to a project, all project-level endpoints (reports, filters, summaries) automatically scope their results to those linked entities.New API: These endpoints are part of the new API architecture.
Supported Entity Types
All linking endpoints accept anentity_type field that determines which junction table is used:
entity_type value | Description |
|---|---|
logistic_requests | Shipment legs |
logistic_recharges | Fuel consumption records |
logistic_packages | Multi-leg packages |
invoices | Energy/utility invoices |
file_readings | Meter readings from uploaded files |
Available Endpoints
Link Entities
Link up to 100 entities by ID to a project
Unlink Entities
Remove entity-project associations
Link by Filters
Bulk-link all entities matching a filter query

