Get all GHG scope categories and scopes GHG License is required to call this endpoint
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
Array of:
GHGScopeResponseV202210
| Property | Description | Type | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| scopeCategories | The list of Scope Categories under this scope | GHGScopeCategoryChildV202210[] | ||||||||||||
|
GHGScopeCategoryChildV202210 properties
|
||||||||||||||
| scopeId | The Scope Identifier | integer (int32) | ||||||||||||
| scopeInfo | The Scope Info | string | ||||||||||||
Example Response
[
{ "scopeCategories": [
{ "scopeCategoryDescription": "string", "scopeCategoryId": 1, "scopeCategoryInfo": "string"
}
], "scopeId": 1, "scopeInfo": "string"
}
]