Skip to main content
Get a scorecard by ID
curl --request GET \
  --url https://api.responsibly.tech/v1/scorecards/{id} \
  --header 'x-api-key: <api-key>'
{
  "item": {
    "id": "12h43XyZhc4rak2670e37xv[...]",
    "name": "Climate",
    "groupName": "My Group",
    "organizationId": "12h43XyZhc4rak2670e37xv[...]",
    "createdAt": "2024-01-01T00:00:00.000Z",
    "createdBy": "12h43XyZhc4rak2670e37xv[...]",
    "score": 85.5,
    "weight": 1,
    "items": [
      {
        "type": "policy_parameter_item",
        "policyParameter": {
          "id": "12h43XyZhc4rak2670e37xv[...]",
          "name": "Air pollution",
          "policyCategoryName": "Environmental impact"
        },
        "weight": 1
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Response

Returns a scorecard.

item
object
required