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
}
]
}
}Was this page helpful?
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
}
]
}
}