get https://customer.my.onetrust.com/api/risk/v2/risks/source-entity-types
Use this API to retrieve a list of all entity types that can be automatically assigned as the source of a risk.
Responses
401Unauthorized
403Forbidden
404Not Found
Use this API to retrieve a list of all entity types that can be automatically assigned as the source of a risk.
401Unauthorized
403Forbidden
404Not Found
xxxxxxxxxx
curl --request GET \
--url https://customer.my.onetrust.com/api/risk/v2/risks/source-entity-types \
--header 'accept: application/json'
xxxxxxxxxx
13[
{
"eligibleForEntityLink": true,
"enabled": true,
"id": "string",
"label": "string",
"moduleName": true,
"riskType": true,
"seeded": true,
"sourceType": true,
"translationKey": "string"
}
]