Get Organization Emission Data
Get Organization Emission Data
Get all custom emission groups with their emission factors for an organization
GET
Get Organization Emission Data
Get Organization Emission Data
Retrieve all custom emission groups for an organization with all their emission factors included. This endpoint provides complete emission data in a single request.This is the most comprehensive endpoint for custom emission data, returning groups with all their factors. Use this for data exports or complete inventory views.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
ff4adcc7-8172-45fe-9cf1-e90a6de53aa9Your user UUIDExample:
a1b2c3d4-e5f6-7890-abcd-ef1234567890Path Parameters
UUID of the organizationExample:
"org-uuid-here"Response
Returns paginated groups with all their emission factors included.Example
Use Cases
Complete Data Export
Export all custom emission data for reporting:Inventory Analysis
Analyze all custom emission factors:Build Factor Selector
Create a comprehensive factor selection UI:Data Quality Report
Generate quality metrics for custom factors:Response Fields
Current page number
Items per page
Total number of groups
Array of custom emission group objects with their factorsEach group contains:
group_name: Name of the groupgroup_id: UUID of the groupcategory: Category typedescription: Group descriptiongroup_start_date: Optional validity startgroup_end_date: Optional validity endghg_type: GHG origin type (1=fossil, 2=biogenic, 3=mixed)group_uploaded_by: Optional uploader referenceemission_factors: Array of emission factor objects (with full details including unit info and gas values)
Related Endpoints
List Groups
View groups only (no factors)
List by Category
Filter by category
Get Group
View single group
List Factors
List factors in a group

