GET
/
v1
/
activity
/
data
Requires permission:

Read more about the Activity data models.

Authorizations

Authorization
string
headerrequired

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
count
integer
page
integer
pageSize
integer
data
object[]
queryString
string

The query string used to filter the activities

startDate
string

ISO 8601 date

endDate
string

ISO 8601 date

CO2e
string

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

uncategorizedCO2e
string

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

CO2eUnit
string

The unit of CO2e. For example "kg"

scopes
object[]

A list of GHG Scopes used in the result set

orgs
object[]

A list of Orgs used in the result set

taxonomies
object[]

A list of Taxonomies used in the result set