curl --location '/risk-registers/catalog' \
--header 'Content-Type: application/json' \
--data '{
"distinct_count": "string",
"distinct_on": "host_name",
"include_total_count": true,
"limit": 10,
"offset": 0,
"query": "name='\''WINPC-4291'\'' AND status IN ('\''active'\'', '\''pending'\'')",
"sort": "name desc, id"
}'{
"distinct_values": [
{
"count": 0,
"value": null
}
],
"pagination": {
"count": 0,
"total_count": 1000
},
"items": [
{
"category": "identity_access",
"description": "An attacker uses stolen or guessed credentials to access internal systems.",
"frameworks": [
"gdpr"
],
"id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"name": "Source code exfiltration",
"risk_register_kind": "custom"
}
]
}