GET
/
v1
/
activity
/
data
Requires permission:

Read more about the Activity data models.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

date
string

Date to query (e.g. 2021-01-01, 2021-12, 2021)

sd
string

Start date

ed
string

End date

org
string

The org UUID

scope
string

The scope UUID

taxonomy
string

The taxonomy UUID

limit
integer

Limit the number of results

page
integer

The page number

Response

200 - application/json
CO2e
string

The total CO2e of all activities categorized to a GHG Scope, in CO2eUnit

CO2eUnit
string

The unit of CO2e. For example "kg"

count
integer
data
object[]
endDate
string

ISO 8601 date

orgs
object[]

A list of Orgs used in the result set

page
integer
pageSize
integer
queryString
string

The query string used to filter the activities

scopes
object[]

A list of GHG Scopes used in the result set

startDate
string

ISO 8601 date

taxonomies
object[]

A list of Taxonomies used in the result set

uncategorizedCO2e
string

The total CO2e of all activities not categorized to a GHG Scope, in CO2eUnit