Get all product footprints for the specified organization
GET/partner/v1.0/organizations/:organizationId/footprints
Get all product footprints for the specified organization
Request
Path Parameters
The ID of the organization in the Carbon Trail platform
Query Parameters
The maximum number of results to return. Optional.
The offset of the first result to return. Useful for pagination. Optional.
The UUID of the footprint for which all versions should be retrieved. Optional.
The article number of the product for which footprints should be retrieved. Optional.
The impact categories that should be returned in the response. Optional. Defaults to all impact categories.
Responses
- 200
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
Array [
]
]
]
data
object[]
nullable
A page of product footprints.
The unique identifier for this product footprint.
The UUID of the product footprint. Versioned footprints have the same UUID but different IDs.
The date and time when this product footprint was created.
The date and time when this product footprint was last updated.
The date when this product footprint is set to be retired.
The cut-off date for this footprint after which edits are not allowed.
The version number of this product footprint.
Possible values: [Cradle-To-Gate, Cradle-To-Grave]
The system boundary used for calculating an footprint.
Possible values: [Apparel, Footwear, Bags, Fabric, Home, Component, Sports Equipment]
The category of the product.
The unique identifier of the product for which this footprint is calculated.
The unique identifier of the product assessment that this footprint is calculated for.
The article number of the product.
The SKU (Stock Keeping Unit) of the product.
The unique identifier of the organization.
The percentage of primary data used in the footprint calculation.
The unique identifier of the subsidiary.
The email of the user who submitted this product footprint.
footprints
object[]
nullable
The footprints of this product across impact categories.
Possible values: [Climate Change, Ozone Depletion, Human Toxicity - Cancer, Human Toxicity - Non-Cancer, Particulate Matter, Human Health - Ionising Radiation, Human Health - Photochemical Ozone Formation, Acidification, Eutrophication - Terrestrial, Eutrophication - Freshwater, Eutrophication - Marine, Ecotoxicity - Freshwater, Land Use, Water Use, Resource Use - Minerals & Metals, Resource Use - Fossils, Climate Change - Fossil, Climate Change - Biogenic, Climate Change - Land Use, Water Consumption, Resource Use - All Energy, Microfibres - Midpoint, Microfibres - Endpoint, Water Withdrawal, Overall Score]
The set of LCA impact categories
The numerical value of the impact.
The unit of measurement for the impact value.
Indicates whether there is a gap in the dataset used for this footprint calculation.
Additional notes or explanations about this footprint measurement.
dataQualityRating
object
Represents the data quality rating (DQR) for a product footprint or activity.
The Overall Data Quality Rating (DQR) score.
The Technological Data Quality Rating score.
The Temporal Data Quality Rating score.
The Geographical Data Quality Rating score.
The Precision Data Quality Rating score.
stageFootprints
object[]
nullable
The list of stage footprints for this product.
The name of the lifecycle stage.
footprints
object[]
nullable
The list of footprints associated with this stage across impact categories.
Possible values: [Climate Change, Ozone Depletion, Human Toxicity - Cancer, Human Toxicity - Non-Cancer, Particulate Matter, Human Health - Ionising Radiation, Human Health - Photochemical Ozone Formation, Acidification, Eutrophication - Terrestrial, Eutrophication - Freshwater, Eutrophication - Marine, Ecotoxicity - Freshwater, Land Use, Water Use, Resource Use - Minerals & Metals, Resource Use - Fossils, Climate Change - Fossil, Climate Change - Biogenic, Climate Change - Land Use, Water Consumption, Resource Use - All Energy, Microfibres - Midpoint, Microfibres - Endpoint, Water Withdrawal, Overall Score]
The set of LCA impact categories
The numerical value of the impact.
The unit of measurement for the impact value.
Indicates whether there is a gap in the dataset used for this footprint calculation.
Additional notes or explanations about this footprint measurement.
Indicates whether there is a gap in the dataset used for this stage's footprint calculation.
Possible values: [Active, Deprecated]
Represents the status of the product footprint.
Indicates whether facility data was used in the footprint calculation.
The overall score of the product footprint. For PEF, it's the PEF score. For FR ADEME, it's the Environmental cost
The version of the LCA engine used for this product footprint calculation.
Possible values: [Default, PEF, FR ADEME]
The LCA methodology used for calculating a footprint.
The total number of product footprints.
{
"data": [
{
"id": "string",
"uuid": "string",
"created": "2024-07-29T15:51:28.071Z",
"updated": "2024-07-29T15:51:28.071Z",
"retirement": "2024-07-29T15:51:28.071Z",
"cutOffDate": "2024-07-29T15:51:28.071Z",
"version": 0,
"systemBoundary": "Cradle-To-Gate",
"productCategory": "Apparel",
"productId": "string",
"assessmentId": "string",
"articleNumber": "string",
"sku": "string",
"organizationId": "string",
"primaryDataPercentage": 0,
"subsidiaryId": "string",
"submitterUserEmail": "string",
"footprints": [
{
"impactCategory": "Climate Change",
"impactValue": 0,
"impactUnit": "string",
"datasetGap": true,
"comment": "string"
}
],
"dataQualityRating": {
"overallDQR": 0,
"technologicalDQR": 0,
"temporalDQR": 0,
"geographicalDQR": 0,
"precisionDQR": 0
},
"stageFootprints": [
{
"name": "string",
"footprints": [
{
"impactCategory": "Climate Change",
"impactValue": 0,
"impactUnit": "string",
"datasetGap": true,
"comment": "string"
}
],
"datasetGap": true
}
],
"status": "Active",
"facilityDataUsed": true,
"overallScore": 0,
"systemVersion": "string",
"methodology": "Default"
}
],
"totalCount": 0
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
Array [
]
]
]
data
object[]
nullable
A page of product footprints.
The unique identifier for this product footprint.
The UUID of the product footprint. Versioned footprints have the same UUID but different IDs.
The date and time when this product footprint was created.
The date and time when this product footprint was last updated.
The date when this product footprint is set to be retired.
The cut-off date for this footprint after which edits are not allowed.
The version number of this product footprint.
Possible values: [Cradle-To-Gate, Cradle-To-Grave]
The system boundary used for calculating an footprint.
Possible values: [Apparel, Footwear, Bags, Fabric, Home, Component, Sports Equipment]
The category of the product.
The unique identifier of the product for which this footprint is calculated.
The unique identifier of the product assessment that this footprint is calculated for.
The article number of the product.
The SKU (Stock Keeping Unit) of the product.
The unique identifier of the organization.
The percentage of primary data used in the footprint calculation.
The unique identifier of the subsidiary.
The email of the user who submitted this product footprint.
footprints
object[]
nullable
The footprints of this product across impact categories.
Possible values: [Climate Change, Ozone Depletion, Human Toxicity - Cancer, Human Toxicity - Non-Cancer, Particulate Matter, Human Health - Ionising Radiation, Human Health - Photochemical Ozone Formation, Acidification, Eutrophication - Terrestrial, Eutrophication - Freshwater, Eutrophication - Marine, Ecotoxicity - Freshwater, Land Use, Water Use, Resource Use - Minerals & Metals, Resource Use - Fossils, Climate Change - Fossil, Climate Change - Biogenic, Climate Change - Land Use, Water Consumption, Resource Use - All Energy, Microfibres - Midpoint, Microfibres - Endpoint, Water Withdrawal, Overall Score]
The set of LCA impact categories
The numerical value of the impact.
The unit of measurement for the impact value.
Indicates whether there is a gap in the dataset used for this footprint calculation.
Additional notes or explanations about this footprint measurement.
dataQualityRating
object
Represents the data quality rating (DQR) for a product footprint or activity.
The Overall Data Quality Rating (DQR) score.
The Technological Data Quality Rating score.
The Temporal Data Quality Rating score.
The Geographical Data Quality Rating score.
The Precision Data Quality Rating score.
stageFootprints
object[]
nullable
The list of stage footprints for this product.
The name of the lifecycle stage.
footprints
object[]
nullable
The list of footprints associated with this stage across impact categories.
Possible values: [Climate Change, Ozone Depletion, Human Toxicity - Cancer, Human Toxicity - Non-Cancer, Particulate Matter, Human Health - Ionising Radiation, Human Health - Photochemical Ozone Formation, Acidification, Eutrophication - Terrestrial, Eutrophication - Freshwater, Eutrophication - Marine, Ecotoxicity - Freshwater, Land Use, Water Use, Resource Use - Minerals & Metals, Resource Use - Fossils, Climate Change - Fossil, Climate Change - Biogenic, Climate Change - Land Use, Water Consumption, Resource Use - All Energy, Microfibres - Midpoint, Microfibres - Endpoint, Water Withdrawal, Overall Score]
The set of LCA impact categories
The numerical value of the impact.
The unit of measurement for the impact value.
Indicates whether there is a gap in the dataset used for this footprint calculation.
Additional notes or explanations about this footprint measurement.
Indicates whether there is a gap in the dataset used for this stage's footprint calculation.
Possible values: [Active, Deprecated]
Represents the status of the product footprint.
Indicates whether facility data was used in the footprint calculation.
The overall score of the product footprint. For PEF, it's the PEF score. For FR ADEME, it's the Environmental cost
The version of the LCA engine used for this product footprint calculation.
Possible values: [Default, PEF, FR ADEME]
The LCA methodology used for calculating a footprint.
The total number of product footprints.
{
"data": [
{
"id": "string",
"uuid": "string",
"created": "2024-07-29T15:51:28.071Z",
"updated": "2024-07-29T15:51:28.071Z",
"retirement": "2024-07-29T15:51:28.071Z",
"cutOffDate": "2024-07-29T15:51:28.071Z",
"version": 0,
"systemBoundary": "Cradle-To-Gate",
"productCategory": "Apparel",
"productId": "string",
"assessmentId": "string",
"articleNumber": "string",
"sku": "string",
"organizationId": "string",
"primaryDataPercentage": 0,
"subsidiaryId": "string",
"submitterUserEmail": "string",
"footprints": [
{
"impactCategory": "Climate Change",
"impactValue": 0,
"impactUnit": "string",
"datasetGap": true,
"comment": "string"
}
],
"dataQualityRating": {
"overallDQR": 0,
"technologicalDQR": 0,
"temporalDQR": 0,
"geographicalDQR": 0,
"precisionDQR": 0
},
"stageFootprints": [
{
"name": "string",
"footprints": [
{
"impactCategory": "Climate Change",
"impactValue": 0,
"impactUnit": "string",
"datasetGap": true,
"comment": "string"
}
],
"datasetGap": true
}
],
"status": "Active",
"facilityDataUsed": true,
"overallScore": 0,
"systemVersion": "string",
"methodology": "Default"
}
],
"totalCount": 0
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
Array [
]
]
]
data
object[]
nullable
A page of product footprints.
The unique identifier for this product footprint.
The UUID of the product footprint. Versioned footprints have the same UUID but different IDs.
The date and time when this product footprint was created.
The date and time when this product footprint was last updated.
The date when this product footprint is set to be retired.
The cut-off date for this footprint after which edits are not allowed.
The version number of this product footprint.
Possible values: [Cradle-To-Gate, Cradle-To-Grave]
The system boundary used for calculating an footprint.
Possible values: [Apparel, Footwear, Bags, Fabric, Home, Component, Sports Equipment]
The category of the product.
The unique identifier of the product for which this footprint is calculated.
The unique identifier of the product assessment that this footprint is calculated for.
The article number of the product.
The SKU (Stock Keeping Unit) of the product.
The unique identifier of the organization.
The percentage of primary data used in the footprint calculation.
The unique identifier of the subsidiary.
The email of the user who submitted this product footprint.
footprints
object[]
nullable
The footprints of this product across impact categories.
Possible values: [Climate Change, Ozone Depletion, Human Toxicity - Cancer, Human Toxicity - Non-Cancer, Particulate Matter, Human Health - Ionising Radiation, Human Health - Photochemical Ozone Formation, Acidification, Eutrophication - Terrestrial, Eutrophication - Freshwater, Eutrophication - Marine, Ecotoxicity - Freshwater, Land Use, Water Use, Resource Use - Minerals & Metals, Resource Use - Fossils, Climate Change - Fossil, Climate Change - Biogenic, Climate Change - Land Use, Water Consumption, Resource Use - All Energy, Microfibres - Midpoint, Microfibres - Endpoint, Water Withdrawal, Overall Score]
The set of LCA impact categories
The numerical value of the impact.
The unit of measurement for the impact value.
Indicates whether there is a gap in the dataset used for this footprint calculation.
Additional notes or explanations about this footprint measurement.
dataQualityRating
object
Represents the data quality rating (DQR) for a product footprint or activity.
The Overall Data Quality Rating (DQR) score.
The Technological Data Quality Rating score.
The Temporal Data Quality Rating score.
The Geographical Data Quality Rating score.
The Precision Data Quality Rating score.
stageFootprints
object[]
nullable
The list of stage footprints for this product.
The name of the lifecycle stage.
footprints
object[]
nullable
The list of footprints associated with this stage across impact categories.
Possible values: [Climate Change, Ozone Depletion, Human Toxicity - Cancer, Human Toxicity - Non-Cancer, Particulate Matter, Human Health - Ionising Radiation, Human Health - Photochemical Ozone Formation, Acidification, Eutrophication - Terrestrial, Eutrophication - Freshwater, Eutrophication - Marine, Ecotoxicity - Freshwater, Land Use, Water Use, Resource Use - Minerals & Metals, Resource Use - Fossils, Climate Change - Fossil, Climate Change - Biogenic, Climate Change - Land Use, Water Consumption, Resource Use - All Energy, Microfibres - Midpoint, Microfibres - Endpoint, Water Withdrawal, Overall Score]
The set of LCA impact categories
The numerical value of the impact.
The unit of measurement for the impact value.
Indicates whether there is a gap in the dataset used for this footprint calculation.
Additional notes or explanations about this footprint measurement.
Indicates whether there is a gap in the dataset used for this stage's footprint calculation.
Possible values: [Active, Deprecated]
Represents the status of the product footprint.
Indicates whether facility data was used in the footprint calculation.
The overall score of the product footprint. For PEF, it's the PEF score. For FR ADEME, it's the Environmental cost
The version of the LCA engine used for this product footprint calculation.
Possible values: [Default, PEF, FR ADEME]
The LCA methodology used for calculating a footprint.
The total number of product footprints.
{
"data": [
{
"id": "string",
"uuid": "string",
"created": "2024-07-29T15:51:28.071Z",
"updated": "2024-07-29T15:51:28.071Z",
"retirement": "2024-07-29T15:51:28.071Z",
"cutOffDate": "2024-07-29T15:51:28.071Z",
"version": 0,
"systemBoundary": "Cradle-To-Gate",
"productCategory": "Apparel",
"productId": "string",
"assessmentId": "string",
"articleNumber": "string",
"sku": "string",
"organizationId": "string",
"primaryDataPercentage": 0,
"subsidiaryId": "string",
"submitterUserEmail": "string",
"footprints": [
{
"impactCategory": "Climate Change",
"impactValue": 0,
"impactUnit": "string",
"datasetGap": true,
"comment": "string"
}
],
"dataQualityRating": {
"overallDQR": 0,
"technologicalDQR": 0,
"temporalDQR": 0,
"geographicalDQR": 0,
"precisionDQR": 0
},
"stageFootprints": [
{
"name": "string",
"footprints": [
{
"impactCategory": "Climate Change",
"impactValue": 0,
"impactUnit": "string",
"datasetGap": true,
"comment": "string"
}
],
"datasetGap": true
}
],
"status": "Active",
"facilityDataUsed": true,
"overallScore": 0,
"systemVersion": "string",
"methodology": "Default"
}
],
"totalCount": 0
}