curl --request GET \
--url https://api.responsibly.tech/v1/scorecards \
--header 'x-api-key: <api-key>'{
"items": [
{
"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
}
]
}
],
"pagination": {
"pageSize": 100,
"nextPage": 2
}
}x >= 11 <= x <= 100An optional supplierId to filter by
Was this page helpful?
curl --request GET \
--url https://api.responsibly.tech/v1/scorecards \
--header 'x-api-key: <api-key>'{
"items": [
{
"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
}
]
}
],
"pagination": {
"pageSize": 100,
"nextPage": 2
}
}