Skip to main content
GET
/
component_blueprints
/
{key}
Get Component Blueprint
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/component_blueprints/{key} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "description": "<string>",
  "display_name": "<string>",
  "expressions": [
    {
      "inputs": [
        {
          "data_shape": "SCALAR",
          "input_key": "<string>",
          "template_key": "<string>",
          "type": "DATAPOINT"
        }
      ],
      "key": "<string>",
      "template": "<string>"
    }
  ],
  "inputs": [
    {
      "compatible_unit": "<string>",
      "data_shape": "SCALAR",
      "description": "<string>",
      "input_key": "<string>",
      "quantity_kind": "acidity"
    }
  ],
  "key": "<string>",
  "type": "ACTIVITY"
}
Individual component blueprint documentation can be found here

Authorizations

Authorization
string
header
required

Headers

x-client-secret
string
required
Examples:

Path Parameters

key
string
required

Response

description
string
required
display_name
string
required
expressions
ComponentBlueprintExpression · object[]
required
inputs
ComponentBlueprintInput · object[]
required
key
string
required
type
enum<string>
required
Available options:
ACTIVITY,
COUNTERFACTUAL,
SEQUESTRATION,
LOSS,
REDUCTION,
UNCERTAINTY_DISCOUNT