This documentation describes the use and integration of the API, including endpoints, authentication and sample implementation scenarios.

Overview

Endpoint

Description

company/bank/company/raw-data-access/{company-id} Request access to the raw data of the questionnaire of a specific company.
company/bank/questionnaire-files/{fileID} Function to retrieve a file of a specific questionnaire
questionnaire-report/{questionaireId}/generate Function to generate the ESG report of a company based on questionaireId. This call usually takes longer than 10 seconds. In the return, the identification number of the ESG report to be used in the API endpoint questionnaire-report/{questionaireReportId}/download is returned in the id attribute.
questionnaire-report/{questionaireReportId}/download Function to download the ESG report of a company.
company Listing of all companies on the platform, regardless of raw data access.
company/{company-id}/rawdata Listing of the raw data (all data of the questionnaire) of the last completed questionnaire of a company.

Swagger YAML Dokumentation

esg-openapi_20240321.yaml
Gültig von 2024-03-21 bis 2025-01-22

company/raw-data-access/{company-id}

Description: 

Request access to the raw data of the questionnaire of a specific company.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/raw-data-access/{company-id}

 

Parameter:

Parameter

Description

company-id Unique ID of the company that typically comes from the API Endpoint company or company/rawdataAccess

 

Example Request:

curl -X 'POST' 'https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/raw-data-access/xxxx-xxxx-xxxx-xxxx-xxxx'

 

Example Response:

{
    "id": "null",
    "companyId" : "xxxxxxxxxx"
    "status": "SENT",
    "requestedOn": "2023-02-27T13:11:09.49441"
}

questionnaire-files/{fileId}

Description: 

Function to retrieve a file of a specific questionnaire.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-files/{fileId}

 

Parameter:

Parameter

Description

fileid Unique ID of the file that typically comes from the API Endpoint company/{company-id}/rawdata

 

Example Request:

curl –X 'GET' 'https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-files/xxxxxxxxx' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx'

 

Example Response:

Response body
Download file
Response headers
accept-ranges: bytes
cache-control: no-cache,no-store,max-age=0,must-revalidate
connection: keep-alive
content-disposition: attachment; filename="ESG_Download.octet-stream"
content-length: 4637105
content-type: application/octet-stream
date: Wed,01 Mar 2023 12:56:44 GMT
expires: 0
keep-alive: timeout=60
pragma: no-cache
strict-transport-security: max-age=1800; includeSubDomains
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block

questionnaire-report/{questionaireId}/generate

Beschreibung: 

Function to generate the ESG report of a company based on questionaireId. This call usually takes longer than 10 seconds. In the return, the identification number of the ESG report to be used in the API endpoint questionnaire-report/{questionaireReportId}/download is returned in the id attribute.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/{questionnaireId}/generate

Parameter:

Parameter

Description

questionaireId Specifies the ID of the questionnaire for which the ESG report is to be generated

 

Example Request:

curl –X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/xxxxxxxxx/generate' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx

 

Example Response:

{
  "fileName": "Report21-2024-03-21-20-22-de.pdf",
  "mimeType": "application/pdf",
  "dmsId": null,
  "id": "942bc21f-bd50-4b0b-885a-da99690eea9c",
  "questionnaireId": "8fe4dd89-28af-402c-8ef3-82e9c12cadfa",
  "createDate": null,
  "createdByType": "BANK",
  "createdById": "3c8dce34-d7e7-4847-8600-e3292c9fbb4b"
}

questionnaire-report/{questionaireReportId}/download

Description: 

Function to download the ESG report of a company.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/{questionnaireReportId}/download

 

Parameter:

Parameter

Description

questionnaireReportId Specifies the unique ID of the ESG report

Example Request:

curl –X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/xxxxxxxxx/download' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx

 

Example Response:

Response body
Download file
Response headers
accept-ranges: bytes
cache-control: no-cache,no-store,max-age=0,must-revalidate
connection: keep-alive
content-disposition: attachment; filename="ESG_Download.octet-stream"
content-length: 4637105
content-type: application/octet-stream
date: Wed,01 Mar 2023 12:56:44 GMT
expires: 0
keep-alive: timeout=60
pragma: no-cache
strict-transport-security: max-age=1800; includeSubDomains
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block

company/{company-id}/rawdata

Description: 

Listing of the raw data, the last completed questionnaire, of a company.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/{company-id}/rawdata?language=en

 

Parameter:

Parameter

Description

company-id Unique ID of the company that typically comes from the API endpoint company or company/rawdataAccess
language [optional] (e.g.: language=en)
With this option, translatable fields such as the question text or the answer options are displayed in the respective language.

 

Example Request:

curl -X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/xxxxxxxxxxxxxxxxxxxxxx/rawdata?language=en' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxxxxx

 

Example Response:

 

company/rawdataAccess

Description: 

List of all companies on the platform that have granted access to raw data.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/rawdataAccess?page=0&size=100

 

Parameter:

Parameter

Description

page (e.g.: language=de)
size (e.g.: size=100)

Example Request:

curl -X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/rawdataAccess?page=0&size=100' \ -H 'accept: application/json' \ -H 'x-api-key: xxxxxxxxxxxxxxxxxx' \ -H 'X-XSRF-TOKEN: xxxxxx

 

Example Response:

{
    "id": "342ac622-36b5-4359-92b8-9c66d4475aed",
    "assignedCompany": {
        "id": "a721f7d0-de09-40e4-a181-bd02e34a9196",
        "name": "API Test",
        "legalForm": {
            "id": "41ef6518-9f26-4620-9f20-1cc05d644b40",
            "country": {
                "id": "f6d410c3-950a-4b24-ac51-edfc98bb96ad",
                "name": "country.AT",
                "code": "AT",
                "placeholder_text": "FN123456x",
                "isRegistrationNumberRequired": true,
                "isVatRequired": false,
                "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$",
                "vatRegex": "^(AT)?U[0-9]{8}$",
                "zipRegex": "^[0-9]{4,4}$",
                "orderIndex": 10
            },
            "code": "AG",
            "description": "masterdata.legalform.description.at.ag"
        },
        "lei": "1234",
        "vat": null,
        "companyRegistrationNumber": "FN281038x",
        "phone": "+43 xxx",
        "email": "xxx.xxx@oekb.at",
        "approvedEmail": "xxx.xxx@oekb.at",
        "www": null,
        "address": {
            "street": "Musterstraße",
            "houseNumber": "1",
            "zip": "1010",
            "city": "Musterstadt",
            "country": {
                "id": "f6d410c3-950a-4b24-ac51-edfc98bb96ad",
                "name": "country.AT",
                "code": "AT",
                "placeholder_text": "FN123456x",
                "isRegistrationNumberRequired": true,
                "isVatRequired": false,
                "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$",
                "vatRegex": "^(AT)?U[0-9]{8}$",
                "zipRegex": "^[0-9]{4,4}$",
                "orderIndex": 10
            }
        },
        "status": "approved",
        "mainIndustry": {
            "code": "68",
            "description": "industry.real estate activities.68",
            "parentIndustry": {
                "code": "L",
                "description": "industry.real estate activities.L"
            }
        },
        "subIndustries": [],
        "acceptedChildBanks": null
    },
    "questionnaireStatus": "COMPLETED",
    "questionnaireProgress": 100,
    "isLastVersion": false,
    "completedOn": "2024-03-12T16:45:37.399038",
    "companyType": "LARGE",
    "answers": [
        {
            "answerString": null,
            "answerNumber": null,
            "answerDate": null,
            "answerId": "c3ed375b-3949-4602-982a-85b24f83f4b4",
            "questionnaireId": "342ac622-36b5-4359-92b8-9c66d4475aed",
            "question": {
                "questionCode": "1",
                "cluster": {
                    "id": "048FD79B8C9662BFE0630E00F58F38E9",
                    "code": "cluster.kontaktdaten",
                    "clusterOrder": 1,
                    "section": {
                        "code": "section.stammdaten",
                        "sectionOrder": 1
                    }
                },
                "questionOrder": 1,
                "questionTitle": "Unternehmensdaten",
                "questionPlaceholder": null,
                "questionHelpTooltip": "Geben Sie hier Ihre Stammdaten ein.",
                "answerType": "MASTERDATAMATRIX",
                "answerUnit": null,
                "answerOptions": [],
                "parentQuestion": null,
                "subQuestions": [],
                "questionOptionalStatusForCompanyType": "MANDATORY"
            },
            "answerOptionCodes": null,
            "answerAttachments": [],
            "answeredBy": {
                "id": "cd7eb67b-0108-45d3-9bb9-669fa7650189",
                "salutation": "Herr",
                "title": null,
                "surname": "xxx",
                "name": "xxx",
                "country": null,
                "phone": "+xxx",
                "email": "xxx.xxx@oekb.at",
                "loginName": null,
                "userRole": null,
                "userStatus": "ACTIVE",
                "zgpId": null,
                "permission": null,
                "isSubscribedToNewsletter": null
            },
            "answerMatrixBuildings": null,
            "answerMatrixWaterData": null,
            "answerMatrixWasteData": null,
            "answerMatrixEnergyData": null,
            "answerMatrixNewEnergyData": null,
            "answerMatrixEmployeeData": null,
            "answerMatrixEmployeeMobilityData": null,
            "answerMatrixGreenhouseGasData": null,
            "answerMatrixClimate": null,
            "answerMatrixTaxonomy": null,
            "answerMatrixCompanyMobilityData": null,
            "answerMatrixIntensity": null,
            "answerMatrixMasterData": {
                "masterData": {
                    "questionnaireForCompanyStructure": "sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-corporate-group",
                    "firstName": "xxx",
                    "lastName": "xxx",
                    "phoneNumber": "+43167886786",
                    "email": "xxx.xxx@oekb.at",
                    "reportYearFrom": "2021-01-01T00:00:00",
                    "reportYearTo": "2021-12-31T00:00:00",
                    "baseYearFrom": "2019-01-01T00:00:00",
                    "baseYearTo": "2019-12-31T00:00:00",
                    "turnoverInReportYear": 500,
                    "numberOfEmployees": 5000000
                },
                "id": null
            },
            "changedFromPreviousVersion": true,
            "benchmarkingBranch": {
                "benchmarkingNumber": null,
                "benchmarkingOptions": null
            },
            "benchmarkingAll": {
                "benchmarkingNumber": null,
                "benchmarkingOptions": null
            },
            "noAnswerReason": null,
            "comment": null,
            "answeredOn": "2024-02-22T09:14:32.917315",
            "status": "DONE",
            "certaintyLevel": null
        },
        ...
    ],
    "questionnaireFiles": null,
    "questionnaireReports": [
        {
            "fileName": "Report12-2024-03-15-09-41-de.pdf",
            "mimeType": "application/pdf",
            "id": "7e07c280-4010-4c8c-9a84-fb69798f6cdb"
        },
        {
            "fileName": "Report12-2024-03-15-10-10-de.pdf",
            "mimeType": "application/pdf",
            "id": "050c5799-2789-4035-ab3b-95b04ddfae96"
        },
        {
            "fileName": "Report12-2024-03-20-16-24-de.pdf",
            "mimeType": "application/pdf",
            "id": "4b36c359-b1e2-4bcb-ad3e-bb65bb13a8d1"
        }
    ],
    "acceptedChildBanks": [
        {
            "id": "b1b1dc97-7064-4144-9583-b0b86fc1de94",
            "businessPartnerId": "1000000000",
            "logoFileName": null,
            "logoDmsId": null,
            "bankName": "Oesterreichische Kontrollbank Aktiengesellschaft",
            "bankReferenceId": "2c3de46c-c5c2-4770-86b7-6225e722b480",
            "bankReferenceIdLink": null,
            "bankStatus": "ACTIVE",
            "bankType": "CREDIT_INSTITUTION",
            "parentBankId": "3e193d68-e7a7-4bf7-a54d-07b525ea56f1"
        }
    ]
}

answer-files/{fileId}

Description: 

Function to download a file for a specific question.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/answer-files/{fileId}

 

Parameter:

Parameter

Description

fileId Unique ID of the file that typically comes from the API endpoint company/{company-id}/rawdata
size (e.g.: size=100)

 

Example Request:

curl –X 'GET' 'https://my.oekb.at/oekb-esgdatahub/api/company/bank/answer-files/xxxxxxxxx' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx'

 

Example Response:

Response body
Download file
Response headers
accept-ranges: bytes
cache-control: no-cache,no-store,max-age=0,must-revalidate
connection: keep-alive
content-disposition: attachment; filename="ESG_Download.octet-stream"
content-length: 4637105
content-type: application/octet-stream
date: Wed,01 Mar 2023 12:56:44 GMT
expires: 0
keep-alive: timeout=60
pragma: no-cache
strict-transport-security: max-age=1800; includeSubDomains
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block

Examples of tables / matrices

Master data matrix (answerMatrixMasterData)

Attribute Value
Question ID 1
Consolidation type
sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-corporate-group Consolidated at ultimate parent company level (earlier corporate group)
sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-direct-parent-company Consolidated at direct parent company level
sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-individual-company Unconsolidated (former individual companies)
Beispieldaten Eingabemaske Stammdatentabelle
API Dokumentation Stammdatentabelle (20240321)

Example Response answerMatrixMasterData:

 "answerMatrixMasterData": {
   "masterData": {
       "questionnaireForCompanyStructure": "sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-corporate-group",
       "firstName": "Max ",
       "lastName": "Mustermann",
       "phoneNumber": "00431531273043",
       "email": "max.mustermann@gmail.com",
       "reportYearFrom": "2021-01-28T00:00:00",
       "reportYearTo": "2022-01-28T00:00:00",
       "baseYearFrom": "2022-01-28T00:00:00",
       "baseYearTo": "2022-12-28T00:00:00",
       "turnoverInReportYear": 1000000,
       "numberOfEmployees": 100
   },

Standorte Gebäude (answerMatrixBuildings)

Attribute Value
Question ID 1007
Construction phase
A Pre-approval
B Building permit
C Completed
Management responsibility
A Developer
B Owner, Lessee
C Asset Manager, Tenant
Innovative instruments or technologies
A Renewable energy on site (e.g. solar system)
B purchased renewable energey
C Submetering for tenants
D Building Management System (BMS) in HVAC
E Energy audits or other eco-audits
F Leakage detection systems
G Motion detector
H LED lighting
I Life cycle analysis
J Building Information Modeling (BIM)
K Other
Taxonomy
A aligned
B eligible
C Not eligible
Certificate
A1 BREEAM
B1 LEED
C1 DGNB (ÖGNI)
D1 Other
Primary heating engery source
A Electricity from non-renewable energy
B Electricity from renewable energy
C District heating
D Gas
E Heating oil
F Coal
G Coke
H Electricity from hydropower
I Solar power
J Solar heat
K Environmental heat (air, earth, water)
L Local heating
M Waste heat
N Firewood
O Wood chips
P Wood pellets
Q Wooden briquettes
R Biomass
Z No heating

 

API Dokumentation Gebäudetabelle (1/4)
API Dokumentation Gebäudetabelle (2/4)
API Dokumentation Gebäudetabelle (3/4)
API Dokumentation Gebäudetabelle (4/4)

Example Response answerMatrixBuildings:

"answerMatrixBuildings": {
        "buildings": {
          "years": [
            {
              "buildings": [
                {
                  "description": "Bürogebäude",
                  "buildingCode": "61e04f14-2db9-4fc9-9a1c-902767118082",
                  "constructionStage": "A",
                  "address": {
                    "street": "Musterstraße 1",
                    "houseNumber": "2",
                    "zip": "1020",
                    "city": "Wien",
                    "country": {
                      "name": "country.AT",
                      "code": "AT",
                      "placeholder_text": "FN123456x",
                      "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$"
                    }
                  },
                  "yearOfConstruction": 2000,
                  "landRegistryNumber": 1928379,
                  "landRegistryAreaNumber": "10044",
                  "controlRatio": [
                    "A"
                  ],
                  "propertyOwnerNumber": 1283982,
                  "primaryUse": [
                    {
                      "area": "I",
                      "floorAreaInM2": 1000
                    }
                  ],
                  "yearOfLastComprehensiveRenovation": 2000,
                  "innovativeTechnologies": [
                    {
                      "code": "A"
                    },
                    {
                      "code": "D"
                    },
                    {
                      "code": "F"
                    },
                    {
                      "code": "J"
                    }
                  ],
                  "taxonomy": "A",
                  "specificHeatDemand": 20000,
                  "primaryEnergyDemand": 20000,
                  "carbonDioxideEmissions": 20000,
                  "totalEnergyEfficiencyFactor": 0.8,
                  "primaryHeatEnergyCarrier": "F",
                  "certificate": [
                    {
                      "code": "B1"
                    }
                  ],
                  "banksWithAccess": [
                    "3c8dce34-d7e7-4847-8600-e3292c9fbb4b"
                  ],
                  "buildingCertificate": {
                    "answerAttachmentId": "1aad9fa1-2e7f-497e-aac1-192a55a1d934",
                    "visibleFileName": "Gebäudezertifikate.zip"
                  },
                  "energyCertificate": {
                    "answerAttachmentId": "268cec17-d660-4abc-8868-093307001708",
                    "visibleFileName": "a-0800.pdf"
                  },
                  "taxonomyCertificate": {
                    "answerAttachmentId": "9abb6bc8-555d-4419-82e0-62cf9587ca44",
                    "visibleFileName": "Taxonomie_Nachweis.zip"
                  },
                  "hasEnergyCertificate": true
                }
              ],
              "year": 2021
            },
            {
              "buildings": [
                {
                  "description": "ABC",
                  "buildingCode": "2c651e22-c727-41b4-9fbc-bcf9fb689937",
                  "address": {
                    "street": "Wiener Straße",
                    "houseNumber": "2",
                    "zip": "1020",
                    "city": "Wien",
                    "country": {
                      "name": "country.AT",
                      "code": "AT",
                      "placeholder_text": "FN123456x",
                      "isRegistrationNumberRequired": true,
                      "isVatRequired": false,
                      "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$",
                      "vatRegex": "^(AT)?U[0-9]{8}$",
                      "zipRegex": "^[0-9]{4,4}$"
                    }
                  },
                  "yearOfConstruction": 1950,
                  "landRegistryNumber": 1234,
                  "landRegistryAreaNumber": "12345",
                  "controlRatio": [
                    "B"
                  ],
                  "primaryUse": [
                    {
                      "area": "I",
                      "floorAreaInM2": 1234
                    }
                  ],
                  "innovativeTechnologies": [
                    {
                      "code": "A"
                    }
                  ],
                  "primaryHeatEnergyCarrier": "E",
                  "certificate": [],
                  "banksWithAccess": [],
                  "hasEnergyCertificate": false
                }
              ],
              "year": 2022
            }
          ]
        }
      },

Physische Klimarisiken (answerMatrixClimate)

Attribut Wert
Question ID 1008
Risiken Akut & Lokal
A_0001 Überschwemmungen
A_0002 schwere Stürme
A_0003 Hitzewellen
A_0004 Dürren
A_0005 Brand
A_0006 Kältewellen/Frost
A_0007 Starke Niederschläge (Regen, Hagel, Schnee/Eis) (akut, lokal)
Risiken chronischer Anstieg
C_0001 Überschwemmungen
C_0002 schwere Stürme
C_0003 steigender Meeresspiegel
C_0004 Hitzewellen
C_0005 Dürren
C_0006 Wasserknappheit
C_0007 Temperaturänderung (Luft, Süßwasser, Meerwasser)
C_0008 Hitzestress und auftauender Permafrost
C_0009 Ressourcenknappheit
C_0010 Boden und Küstenerosion
C_0011 Verschlechterung der Böden bzw. deren Ertragsfähigkeit
C_0012 Verlust an biologischer Vielfalt

 

API Dokumentation Physische Risiken (1/4)
API Dokumentation Physische Risiken (2/4)
API Dokumentation Physische Risiken (3/4)
API Dokumentation Physische Risiken (4/4)

Beispiel Rückgabe answerMatrixClimate:

"answerMatrixClimate": {
    "id": null,
    "climates": {
      "years": [
        {
          "climateValues": [
            {
              "buildingCode": "1df571a3-1602-4638-b1d3-4e980153cea3",
              "name": "Bürogebäude",
              "address": "Musterstraße 1",
              "ecologicalDamage": {
                "acuteAndLocal": [
                  "A_0001"
                ],
                "chronicGrowth": [
                  "C_0004"
                ]
              }
            }
          ],
          "year": 2021
        },
        {
          "climateValues": [
            {
              "buildingCode": "0d90d748-ab70-4b5e-924e-6c978990684b",
              "name": "ABC",
              "address": "ABCddddd",
              "ecologicalDamage": {
                "acuteAndLocal": [
                  "A_0005"
                ],
                "chronicGrowth": [
                  "C_0010"
                ]
              }
            }
          ],
          "year": 2022              }
      ]
    }
  },

Taxonomiematrix Umsatz (answerMatrixTaxonomy)

Attribut Wert
Question ID 999

 

API Dokumentation Taxonomie Umsatz

Beispiel Rückgabe answerMatrixTaxonomy:

"answerMatrixTaxonomy": {
        "id": null,
        "taxonomy": {
          "years": [
            {
              "taxonomyType": "UMSATZ",
              "taxonomyData": [
                {
                  "activityGroup": "TaxonomyApplicableSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Energie",
                    "activityCode": "4.20",
                    "activityName": "Kraft-Wärme/Kälte-Kopplung mit Bioenergie",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 5000,
                  "percentValue": 23.82,
                  "climateGoal": "ClimateChangeMitigation",
                  "activityType": null
                },
                {
                  "activityGroup": "TaxonomyApplicableSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Verkehr",
                    "activityCode": "6.4",
                    "activityName": "Betrieb von Vorrichtungen zur persönlichen Mobilität, Radverkehrslogistik",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 4000,
                  "percentValue": 19.06,
                  "climateGoal": "ClimateChangeAdaptation",
                  "activityType": null
                },
                {
                  "activityGroup": "NotTaxonomyApplicable",
                  "taxonomyActivity": {
                    "sectorName": null,
                    "activityCode": null,
                    "activityName": null,
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 990,
                  "percentValue": 4.72,
                  "climateGoal": null,
                  "activityType": null
                },
                {
                  "activityGroup": "TaxonomyApplicableNotSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Energie",
                    "activityCode": "4.4",
                    "activityName": "Stromerzeugung mittels Meeresenergietechnologie",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 10000,
                  "percentValue": 47.64,
                  "climateGoal": null,
                  "activityType": null
                },
                {
                  "activityGroup": "TaxonomyApplicableNotSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Tätigkeiten in den Bereichen Umweltschutz und Wiederherstellung",
                    "activityCode": "2.1",
                    "activityName": "Wiederherstellung von Feuchtgebieten",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 1000,
                  "percentValue": 4.76,
                  "climateGoal": null,
                  "activityType": null
                }
              ],
              "year": 2021,
              "subtotalA1Sustainable": {
                "absolute": 9000,
                "percentage": 42.88
              },
              "subtotalA2NonSustainable": {
                "absolute": 11000,
                "percentage": 52.41
              },
              "subTotalBNonEligible": {
                "absolute": 990,
                "percentage": 4.72
              },
              "total": {
                "absolute": 20990,
                "percentage": 100.00999999999999
              },
              "transitionalActivityShare": 0,
              "enablingActivityShare": 0
            }
          ]
        }
      },

Taxonomiematrix CapEx(answerMatrixTaxonomy)

Attribut Wert
Question ID 1009

 

API Dokumentation Taxonomie Capex

Beispiel Rückgabe answerMatrixTaxonomy:

"answerMatrixTaxonomy": {
       "id": null,
       "taxonomy": {
         "years": [
           {
             "taxonomyType": "CAPEX",
             "taxonomyData": [
               {
                 "activityGroup": "TaxonomyApplicableSustainable",
                 "taxonomyActivity": {
                   "sectorName": "Energie",
                   "activityCode": "4.1",
                   "activityName": "Stromerzeugung mittels Fotovoltaik-Technologie",
                   "withClimateMitigation": null,
                   "withClimateAdaptation": null,
                   "withWater": null,
                   "withCircularEconomy": null,
                   "withPollutionPrevention": null,
                   "withBiodiversity": null
                 },
                 "absValue": 5000,
                 "percentValue": 31.27,
                 "climateGoal": "BiodiversityAndEcosystems",
                 "activityType": null
               },
               {
                 "activityGroup": "TaxonomyApplicableNotSustainable",
                 "taxonomyActivity": {
                   "sectorName": "Energie",
                   "activityCode": "4.4",
                   "activityName": "Stromerzeugung mittels Meeresenergietechnologie",
                   "withClimateMitigation": null,
                   "withClimateAdaptation": null,
                   "withWater": null,
                   "withCircularEconomy": null,
                   "withPollutionPrevention": null,
                   "withBiodiversity": null
                 },
                 "absValue": 10000,
                 "percentValue": 62.54,
                 "climateGoal": null,
                 "activityType": null
               },
               {
                 "activityGroup": "NotTaxonomyApplicable",
                 "taxonomyActivity": {
                   "sectorName": null,
                   "activityCode": null,
                   "activityName": null,
                   "withClimateMitigation": null,
                   "withClimateAdaptation": null,
                   "withWater": null,
                   "withCircularEconomy": null,
                   "withPollutionPrevention": null,
                   "withBiodiversity": null
                 },
                 "absValue": 990,
                 "percentValue": 6.19,
                 "climateGoal": null,
                 "activityType": null
               }
             ],
             "year": 2021,
             "subtotalA1Sustainable": {
               "absolute": 5000,
               "percentage": 31.27
             },
             "subtotalA2NonSustainable": {
               "absolute": 10000,
               "percentage": 62.54
             },
             "subTotalBNonEligible": {
               "absolute": 990,
               "percentage": 6.19
             },
             "total": {
               "absolute": 15990,
               "percentage": 100
             },
             "transitionalActivityShare": 0,
             "enablingActivityShare": 0
           }
         ]
       }
     },

Taxonomiematrix OpEx(answerMatrixTaxonomy)

Attribut Wert
Question ID 1010

 

API Dokumentation Taxonomie Opex

Beispiel Rückgabe answerMatrixTaxonomy:

"taxonomy": {
      "years": [
        {
          "taxonomyType": "OPEX",
          "taxonomyData": [
            {
              "activityGroup": "TaxonomyApplicableSustainable",
              "taxonomyActivity": {
                "sectorName": "Information und Kommunikation",
                "activityCode": "8.1",
                "activityName": "Datenverarbeitung, Hosting und damit verbundene Tätigkeiten",
                "withClimateMitigation": "TRANSITIONAL",
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": "ENABLING",
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 2345435,
              "percentValue": 99.91,
              "climateGoal": "ClimateChangeAdaptation",
              "activityType": null
            },
            {
              "activityGroup": "NotTaxonomyApplicable",
              "taxonomyActivity": {
                "sectorName": null,
                "activityCode": null,
                "activityName": null,
                "withClimateMitigation": null,
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": null,
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 1000,
              "percentValue": 0.04,
              "climateGoal": null,
              "activityType": null
            },
            {
              "activityGroup": "TaxonomyApplicableNotSustainable",
              "taxonomyActivity": {
                "sectorName": "Information und Kommunikation",
                "activityCode": "8.1",
                "activityName": "Datenverarbeitung, Hosting und damit verbundene Tätigkeiten",
                "withClimateMitigation": "TRANSITIONAL",
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": "ENABLING",
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 1000,
              "percentValue": 0.04,
              "climateGoal": null,
              "activityType": null
            },
            {
              "activityGroup": "TaxonomyApplicableNotSustainable",
              "taxonomyActivity": {
                "sectorName": "Verkehr",
                "activityCode": "6.2",
                "activityName": "Güterbeförderung im Eisenbahnverkehr ",
                "withClimateMitigation": null,
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": null,
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 0,
              "percentValue": 0,
              "climateGoal": null,
              "activityType": null
            }
          ],
          "year": 2021,
          "subtotalA1Sustainable": {
            "absolute": 2345435,
            "percentage": 99.91
          },
          "subtotalA2NonSustainable": {
            "absolute": 1000,
            "percentage": 0.04
          },
          "subTotalBNonEligible": {
            "absolute": 1000,
            "percentage": 0.04
          },
          "total": {
            "absolute": 2347435,
            "percentage": 99.99000000000001
          },
          "transitionalActivityShare": 0,
          "enablingActivityShare": 0
        }
      ]
    }
  },

Energieverbrauch (answerMatrixNewEnergyData)

Attribut Wert
Question ID 2007

 

API Dokumentation Energietabelle (1/2)
API Dokumentation Energietabelle (2/2)

Beispiel Rückgabe answerMatrixNewEnergyData:

"answerMatrixNewEnergyData": {
    "energyData": {
      "years": [
        {
          "unitValue": "GJ",
          "energyConsumptionFromNonRenewableSources": {
            "fuelConsumption": [
              {
                "energy": "Nuklearenergie",
                "newEnergyInput": {
                  "amount": 1000000,
                  "countryCode": "AT",
                  "targetYearChangePercent": null,
                  "targetAmount": 1000000
                }
              },
              {
                "energy": "Rohöl",
                "newEnergyInput": {
                  "amount": 2000000,
                  "countryCode": "AT",
                  "targetYearChangePercent": null,
                  "targetAmount": 2000000
                }
              }
            ],
            "acquiredEnergyConsumption": [
              {
                "energy": null,
                "newEnergyInput": {
                  "amount": null,
                  "countryCode": null,
                  "targetYearChangePercent": null,
                  "targetAmount": 0
                }
              }
            ]
          },
          "energyConsumptionFromRenewableSources": {
            "fuelConsumption": [
              {
                "energy": "Feste Biomasse",
                "newEnergyInput": {
                  "amount": 500000,
                  "countryCode": "AT",
                  "targetYearChangePercent": null,
                  "targetAmount": 500000
                }
              }
            ],
            "acquiredEnergyConsumption": [],
            "selfGeneratedNonFuelConsumption": []
          },
          "energyProductionFromNonRenewableSources": {
            "fuelProduction": [
              {
                "energy": "Kohle",
                "newEnergyInput": {
                  "amount": 50000,
                  "countryCode": "DE",
                  "targetYearChangePercent": null,
                  "targetAmount": 50000
                }
              }
            ],
            "energyProduction": []
          },
          "energyProductionFromRenewableSources": {
            "fuelProduction": [],
            "energyProduction": [],
            "selfGeneratedNonFuelProduction": []
          },
          "totalEnergySum": 3500000,
          "nonRenewableEnergySum": 3000000,
          "renewableEnergySum": 500000,
          "nonRenewableEnergyShare": 86,
          "renewableEnergyProductionShare": 0,
          "renewableEnergyShare": 14,
          "year": 2023,
          "tab": "DETAIL",
          "isBaseYear": false,
          "isReportYear": true,
          "isGoalYear": false
        },
      ]
    },

Mitarbeitende (answerMatrixEmployeeData)

Attribut Wert
Question ID 1003

 

API Dokumentation Mitarbeitende

Beispiel Rückgabe answerMatrixEmployeeData:

"answerMatrixEmployeeData": {
   "employeeData": {
     "years": [
       {
         "employeeData": [
           {
             "category": "Mitarbeitende gesamt",
             "sex": "weiblich",
             "employeeNumber": 196,
             "averageSalary": 40000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Mitarbeitende gesamt",
             "sex": "männlich",
             "employeeNumber": 176,
             "averageSalary": 43000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Mitarbeitende gesamt",
             "sex": "divers",
             "employeeNumber": 0,
             "averageSalary": 0,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Führungskräfte",
             "sex": "weiblich",
             "employeeNumber": 6,
             "averageSalary": 58000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Führungskräfte",
             "sex": "männlich",
             "employeeNumber": 10,
             "averageSalary": 60000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Führungskräfte",
             "sex": "divers",
             "employeeNumber": 0,
             "averageSalary": 0,
             "employeeNumberWithDisability": 0
           }
         ],
         "year": 2021,
         "isBaseYear": false,
         "isReportYear": true,
         "isGoalYear": false
       }
     ]
   },

Geschäftsverkehr (answerMatrixCompanyMobilityData)

Attribut Wert
Question ID 1002

 

API Dokumentation Geschftsverkehr (1/3)
API Dokumentation Geschftsverkehr (2/3)
API Dokumentation Geschftsverkehr (3/3)

Beispiel Rückgabe answerMatrixCompanyMobilityData:

"answerMatrixCompanyMobilityData": {
 "companyMobilityValues": {
   "years": [
     {
       "selectedTab": "Gefahrene Kilometer",
       "companyMobilityValues": [
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2556,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 255.6,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Diesel",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2471,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 247.1,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Hybrid",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2305,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 5000,
           "co2EmissionSum": 1152.5,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "LKW < 3,5 t",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.30129,
             "mobilitySection": "TRUCK"
           },
           "km": 10,
           "co2EmissionSum": 3.0129,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "Flugzeug Durchschnitt national",
             "factorFuel": null,
             "factorUnit": null,
             "kilogramCO2InUnit": null,
             "mobilitySection": "PLANE"
           },
           "co2EmissionSum": 0,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "ÖPNV",
             "factorFuel": "",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.0595,
             "mobilitySection": "PUBLIC_TRANSPORT"
           },
           "km": 4000,
           "co2EmissionSum": 238,
           "percentageChangeGoal": 100
         }
       ],
       "yearCo2EmissionSum": 1.9,
       "yearKmSum": 11010,
       "yearConsumptionSum": 0,
       "yearSpecificConsumptionSum": 1.1,
       "year": 2020,
       "isBaseYear": true,
       "isReportYear": false,
       "isGoalYear": false
     },
     {
       "selectedTab": "Gefahrene Kilometer",
       "companyMobilityValues": [
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2556,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 204.48000000000002,
           "percentageChangeGoal": 80
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Diesel",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2471,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 197.68,
           "percentageChangeGoal": 80
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Hybrid",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2305,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 5000,
           "co2EmissionSum": 1152.5,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "LKW < 3,5 t",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.30129,
             "mobilitySection": "TRUCK"
           },
           "km": 10,
           "co2EmissionSum": 3.0129,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "Flugzeug Durchschnitt national",
             "factorFuel": null,
             "factorUnit": null,
             "kilogramCO2InUnit": null,
             "mobilitySection": "PLANE"
           },
           "co2EmissionSum": 0,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "ÖPNV",
             "factorFuel": "",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.0595,
             "mobilitySection": "PUBLIC_TRANSPORT"
           },
           "km": 4000,
           "co2EmissionSum": 238,
           "percentageChangeGoal": 100
         }
       ],
       "yearCo2EmissionSum": 1.79,
       "yearKmSum": 11010,
       "yearConsumptionSum": 0,
       "yearSpecificConsumptionSum": 1.1,
       "year": 2023,
       "isBaseYear": false,
       "isReportYear": false,
       "isGoalYear": true
     }
   ]
 },

Wasserverbrauch (answerMatrixWaterData)

Attribut Wert
Question ID 50

 

API Dokumentation Wasserverbrauch (1/2)
API Dokumentation Wasserverbrauch (2/2)

Beispiel Rückgabe answerMatrixWaterData:

"waterData": {
 "years": [
   {
     "inWaterStressArea": {
       "surfaceWaterValue": 0,
       "baseWaterValue": 0,
       "producedWaterValue": 0,
       "totalValues": 0
     },
     "outWaterStressArea": {
       "surfaceWaterValue": 0,
       "baseWaterValue": 0,
       "seaWaterValue": 0,
       "producedWaterValue": 0,
       "water3rdPartyValue": 3000,
       "totalValues": 3000
     },
     "year": 2020,
     "isBaseYear": true,
     "isReportYear": false,
     "isGoalYear": false,
     "tab": "DETAIL",
     "unitValue": "m³"
   },
   {
     "inWaterStressArea": {
       "surfaceWaterValue": 0,
       "surfaceWaterPercent": 0,
       "baseWaterValue": 0,
       "baseWaterPercent": 0,
       "seaWaterValue": 0,
       "seaWaterPercent": 0,
       "producedWaterValue": 0,
       "producedWaterPercent": 0,
       "water3rdPartyValue": 0,
       "water3rdPartyPercent": 0,
       "totalValues": 0
     },
     "outWaterStressArea": {
       "surfaceWaterValue": 0,
       "surfaceWaterPercent": 0,
       "baseWaterValue": 0,
       "baseWaterPercent": 0,
       "seaWaterValue": 0,
       "seaWaterPercent": 0,
       "producedWaterValue": 0,
       "producedWaterPercent": 0,
       "water3rdPartyValue": 2700,
       "water3rdPartyPercent": 10,
       "totalValues": 2700
     },
     "year": 2023,
     "isBaseYear": false,
     "isReportYear": false,
     "isGoalYear": true,
     "tab": "DETAIL",
     "unitValue": "m³"
   }
 ]
}
},

Treibhausgas Emissionen (answerMatrixGreenhouseGasData) - SEPARATED

Attribut Wert
Question ID 1035
scope SEPARATED
tab DETAIL

 

API Dokumentation Treibhausgasemissionen Separated (1/3) (20240321)
API Dokumentation Treibhausgasemissionen Separated (2/3) (20240321)
API Dokumentation Treibhausgasemissionen Separated (3/3) (20240321)

Beispiel Rückgabe answerMatrixGreenhouseGasData:

"answerMatrixGreenhouseGasData": {
    "greenhouseGasData": {
        "years": [
            {
                "rows": [
                    {
                        "scopes": [
                            1
                        ],
                        "total": 85,
                        "greenhouseGasses": [
                            {
                                "value": 40,
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "value": 45,
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "total": 127,
                        "greenhouseGasses": [
                            {
                                "value": 50,
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "value": 70,
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "value": 7,
                                "name": "greenhouse_gas_article.district heating and cooling"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "total": 54,
                        "greenhouseGasses": [
                            {
                                "value": 20,
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "value": 30,
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "value": 4,
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    }
                ],
                "year": 2020,
                "tab": "DETAIL",
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false
            },
            {
                "rows": [
                    {
                        "scopes": [
                            1
                        ],
                        "total": null,
                        "greenhouseGasses": [
                            {
                                "value": 40,
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "value": 45,
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": 85,
                            "targetPercent": 100,
                            "targetSharePercent": 30,
                            "targetResult": 51
                        }
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "total": null,
                        "greenhouseGasses": [
                            {
                                "value": 50,
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "value": 70,
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "value": 7,
                                "name": "greenhouse_gas_article.district heating and cooling"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": 127,
                            "targetPercent": 100,
                            "targetSharePercent": 30,
                            "targetResult": 76.2
                        }
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "total": null,
                        "greenhouseGasses": [
                            {
                                "value": 20,
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "value": 30,
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "value": 4,
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": 54,
                            "targetPercent": 100,
                            "targetSharePercent": 30,
                            "targetResult": 32.4
                        }
                    }
                ],
                "year": 2030,
                "tab": "SUM",
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true
            },
            {
                "rows": [
                    {
                        "scopes": [
                            1
                        ],
                        "total": 75,
                        "greenhouseGasses": [
                            {
                                "value": 35,
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "value": 35,
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "total": 100,
                        "greenhouseGasses": [
                            {
                                "value": 40,
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "value": 55,
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "value": 5,
                                "name": "greenhouse_gas_article.district heating and cooling"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "total": 49,
                        "greenhouseGasses": [
                            {
                                "value": 18,
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "value": 28,
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "value": 3,
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    }
                ],
                "year": 2022,
                "tab": "DETAIL",
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false
            }
        ],
        "scopes": "SEPARATED"
    },
    "id": null
}

Treibhausgas Emissionen (answerMatrixGreenhouseGasData) - COMBINED

Attribut Wert
Question ID 1035
scope COMBINED
tab DETAIL

 

API Dokumentation Treibhausgasemissionen Combined (1/3)
API Dokumentation Treibhausgasemissionen Combined (2/3)
API Dokumentation Treibhausgasemissionen Combined (3/3)

Beispiel Rückgabe answerMatrixGreenhouseGasData:

"answerMatrixGreenhouseGasData": {
    "greenhouseGasData": {
        "years": [
            {
                "rows": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "total": 266,
                        "greenhouseGasses": [
                            {
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            },
                            {
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "name": "greenhouse_gas_article.district heating and cooling"
                            },
                            {
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    }
                ],
                "year": 2020,
                "tab": "DETAIL",
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false
            },
            {
                "rows": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "total": null,
                        "greenhouseGasses": [
                            {
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            },
                            {
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "name": "greenhouse_gas_article.district heating and cooling"
                            },
                            {
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": 266,
                            "targetPercent": 100,
                            "targetSharePercent": 30,
                            "targetResult": 159.6
                        }
                    }
                ],
                "year": 2030,
                "tab": "DETAIL",
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true
            },
            {
                "rows": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "total": 219,
                        "greenhouseGasses": [
                            {
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            },
                            {
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "name": "greenhouse_gas_article.district heating and cooling"
                            },
                            {
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    }
                ],
                "year": 2022,
                "tab": "DETAIL",
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false
            }
        ],
        "scopes": "COMBINED"
    },
    "id": null
}

Treibhausgas Emissionen Intensität (answerMatrixIntensity) - SEPARATED

Attribut Wert
Question ID 1037
scope SEPARATED

 

API Dokumentation Treibhausgasemissionen Intensität Seperated (1/3)
API Dokumentation Treibhausgasemissionen Intensität Seperated (2/3)
API Dokumentation Treibhausgasemissionen Intensität Seperated (3/3)

Beispiel Rückgabe answerMatrixIntensity:

"answerMatrixIntensity": {
    "intensities": {
        "selectedScope": "SEPARATED",
        "years": [
            {
                "data": [
                    {
                        "scopes": [
                            1
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            }
                        ]
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 2
                            }
                        ]
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            }
                        ]
                    }
                ],
                "year": 2020,
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 7
                            },
                            {
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 5
                            }
                        ]
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 7
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 1
                            }
                        ]
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 7
                            }
                        ]
                    }
                ],
                "year": 2022,
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            },
                            {
                                "targetCalculation": {
                                    "referenceValue": 5,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": 0
                                },
                                "value": 5
                            }
                        ]
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": 2,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 0.6000000000000001
                                },
                                "value": 2
                            }
                        ]
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            }
                        ]
                    }
                ],
                "year": 2030,
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true
            }
        ]
    },
    "id": null
}

Treibhausgas Emissionen Intensität (answerMatrixIntensity) - COMBINED

Attribut Wert
Question ID 1037
scope COMBINED

 

API Dokumentation Treibhausgasemissionen Intensität Combined (1/3)
API Dokumentation Treibhausgasemissionen Intensität Combined (2/3)
API Dokumentation Treibhausgasemissionen Intensität Combined (3/3)

Beispiel Rückgabe answerMatrixIntensity:

"answerMatrixIntensity": {
    "intensities": {
        "selectedScope": "COMBINED",
        "years": [
            {
                "data": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 2
                            }
                        ]
                    }
                ],
                "year": 2020,
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 1
                            }
                        ]
                    }
                ],
                "year": 2022,
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": 2,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 0.6000000000000001
                                },
                                "value": 2
                            }
                        ]
                    }
                ],
                "year": 2030,
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true
            }
        ]
    },
    "id": null
}

Mitarbeitermobilität (answerMatrixEmployeeMobilityData)

Attribut Wert
Question ID 1011

 

API Dokumentation Mitarbeitermobilität (1/3)
API Dokumentation Mitarbeitermobilität (2/3)
API Dokumentation Mitarbeitermobilität (3/3)

Beispiel Rückgabe answerMatrixEmployeeMobilityData:

"answerMatrixEmployeeMobilityData": {
    "employeeMobilityData": {
        "years": [
          {
            "employeeMobilityValues": [
              {
                "mobilityType": "Soft Mobility (Fuß, Fahrrad, Scooter)",
                "km": 800,
                "consumption": 0,
                "co2EmissionSum": 0,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "ÖPNV",
                "km": 100000,
                "consumption": 0.0192,
                "co2EmissionSum": 1919.9999999999998,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Einspurige Fahrzeuge",
                "km": 100000,
                "consumption": 0.14329,
                "co2EmissionSum": 14329,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Zweispurige Fahrzeuge",
                "km": 1000000,
                "consumption": 0.2484,
                "co2EmissionSum": 248400,
                "percentageChangeGoal": 0
              }
            ],
            "yearCo2EmissionSum": 264.65,
            "yearKmSum": 1200800,
            "yearConsumptionSum": 0.41,
            "year": 2021,
            "isBaseYear": false,
            "isReportYear": true,
            "isGoalYear": false
          },
          {
            "employeeMobilityValues": [
              {
                "mobilityType": "Soft Mobility (Fuß, Fahrrad, Scooter)",
                "km": 520000,
                "consumption": 0,
                "co2EmissionSum": 0,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "ÖPNV",
                "km": 100000,
                "consumption": 0.0192,
                "co2EmissionSum": 1919.9999999999998,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Einspurige Fahrzeuge",
                "km": 100000,
                "consumption": 0.14329,
                "co2EmissionSum": 14329,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Zweispurige Fahrzeuge",
                "km": 1000000,
                "consumption": 0.2484,
                "co2EmissionSum": 248400,
                "percentageChangeGoal": 0
              }
            ],
            "yearCo2EmissionSum": 264.65,
            "yearKmSum": 1720000,
            "yearConsumptionSum": 0.41,
            "year": 2020,
            "isBaseYear": true,
            "isReportYear": false,
            "isGoalYear": false
          },
          {
            "employeeMobilityValues": [
              {
                "mobilityType": "Soft Mobility (Fuß, Fahrrad, Scooter)",
                "km": 0,
                "consumption": 0,
                "co2EmissionSum": 0,
                "percentageChangeGoal": 100
              },
              {
                "mobilityType": "ÖPNV",
                "km": 0,
                "consumption": 0.0192,
                "co2EmissionSum": 2879.9999999999995,
                "percentageChangeGoal": 150
              },
              {
                "mobilityType": "Einspurige Fahrzeuge",
                "km": 0,
                "consumption": 0.14329,
                "co2EmissionSum": 10030.3,
                "percentageChangeGoal": 70
              },
              {
                "mobilityType": "Zweispurige Fahrzeuge",
                "km": 0,
                "consumption": 0.2484,
                "co2EmissionSum": 198720,
                "percentageChangeGoal": 80
              }
            ],
            "yearCo2EmissionSum": 211.63,
            "yearKmSum": 0,
            "yearConsumptionSum": 0.41,
            "year": 2025,
            "isBaseYear": false,
            "isReportYear": false,
            "isGoalYear": true
          }
        ]
      }

Abfall & Recycling (answerMatrixWasteData)

Attribut Wert
Question ID 1005

 

API Dokumentation Abfall & Recycling (1/1)

Beispiel Rückgabe answerMatrixWasteData:

"answerMatrixWasteData": {
    "wasteData": {
         "years": [
           {
             "notDangerousWasteSum": null,
             "dangerousWasteSum": null,
             "productionWasteSum": null,
             "normalPercentageChangeGoal": null,
             "normalWasteGoalSum": 0,
             "specialPercentageChangeGoal": null,
             "specialWasteGoalSum": 0,
             "prodPercentageChangeGoal": null,
             "prodWasteGoalSum": 0,
             "unitValue": "t",
             "normalWastes": [
               {
                 "wasteValue": 24,
                 "wasteArticle": {
                   "wasteType": null,
                   "wasteCode": "07 05 14",
                   "wasteName": "Feste Abfälle mit Ausnahme derjenigen, die unter 07 05 13 fallen",
                   "isDefault": null
                 },
                 "percentageChangeGoal": null,
                 "wasteGoalSum": null
               },
               {
                 "wasteValue": 50,
                 "wasteArticle": {
                   "wasteType": null,
                   "wasteCode": "08 01",
                   "wasteName": "Abfälle aus HZVA und Entfernung von Farben und Lacken",
                   "isDefault": null
                 },
                 "percentageChangeGoal": null,
                 "wasteGoalSum": null
               },
               {
                 "wasteValue": 60,
                 "wasteArticle": {
                   "wasteType": null,
                   "wasteCode": "19 12 01",
                   "wasteName": "Papier und Pappe",
                   "isDefault": null
                 },
                 "percentageChangeGoal": null,
                 "wasteGoalSum": null
               },
               {
                 "wasteValue": 55,
                 "wasteArticle": {
                   "wasteType": null,
                   "wasteCode": "20 02",
                   "wasteName": "Garten- und Parkabfälle (einschließlich Friedhofsabfälle)",
                   "isDefault": null
                 },
                 "percentageChangeGoal": null,
                 "wasteGoalSum": null
               },
               {
                 "wasteValue": 60,
                 "wasteArticle": {
                   "wasteType": null,
                   "wasteCode": "07 05 99",
                   "wasteName": "Abfälle a. n. g.",
                   "isDefault": null
                 },
                 "percentageChangeGoal": null,
                 "wasteGoalSum": null
               }
             ],
             "specialWastes": [
               {
                 "wasteValue": 40,
                 "wasteArticle": {
                   "wasteType": null,
                   "wasteCode": "07 06 01",
                   "wasteName": "Wässrige Waschflüssigkeiten und Mutterlaugen",
                   "isDefault": null
                 },
                 "percentageChangeGoal": null,
                 "wasteGoalSum": null
               }
             ],
             "productionWastes": [
               {
                 "wasteValue": 60,
                 "wasteArticle": {
                   "wasteType": "PRODUCTION_WASTE",
                   "wasteCode": null,
                   "wasteName": null,
                   "isDefault": null
                 },
                 "percentageChangeGoal": null,
                 "wasteGoalSum": null
               }
             ],
             "year": 2023,
             "isBaseYear": false,
             "isReportYear": true,
             "isGoalYear": false
           }
         ]
       }
    }

Questions about the API?

T +43 1 531 27-1312