Skip to main content
GET
/
components
/
{id}
Get Component
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/components/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "activity_completed_at": "2023-11-07T05:31:56Z",
  "activity_started_at": "2023-11-07T05:31:56Z",
  "allocation_strategy": "ESTIMATED_PROJECT_TONNAGE",
  "blueprint_key": "<string>",
  "description": "<string>",
  "display_name": "<string>",
  "id": "cmp_1EP2SB7MZ1S036PY",
  "inputs": [
    {
      "__typename": "ComponentListInput",
      "datapoint_ids": [
        "dtp_1DVKHKS101S0Q61Q"
      ],
      "input_key": "<string>"
    }
  ],
  "scope": "REMOVAL",
  "supplier_reference_id": "<string>",
  "type": "ACTIVITY"
}

Authorizations

Authorization
string
header
required

Headers

x-client-secret
string
required
Examples:

Path Parameters

id
string
required

Response

activity_completed_at
string<date-time> | null
required
activity_started_at
string<date-time> | null
required
blueprint_key
string
required
description
string | null
required
display_name
string
required
id
string
required
Required string length: 20 - 37
Examples:
inputs
Inputs · array
required
  • ComponentListInput
  • ComponentScalarInput
scope
enum<string>
required
Available options:
REMOVAL,
GHG_STATEMENT,
PROJECT,
NET_NEGATIVITY
supplier_reference_id
string | null
required
Required string length: 1 - 100
type
enum<string>
required
Available options:
ACTIVITY,
COUNTERFACTUAL,
SEQUESTRATION,
LOSS,
REDUCTION,
UNCERTAINTY_DISCOUNT
allocation_strategy
enum<string> | null
Available options:
ESTIMATED_PROJECT_TONNAGE,
MANUAL,
CUSTOM_TIME_PERIOD,
ESTIMATED_PROJECT_LIFETIME