allDhrcActiveRecommendations
Active DHRC recommendations for the requested categories.
Arguments
| Argument | Type | Description |
|---|---|---|
| categories | [DhrcCategory!] | Optional list of categories to filter on. |
Returns
Sample
{
"data": {
"allDhrcActiveRecommendations": [
{
"category": "ANOMALIES_DETECTED",
"compiledAt": "2024-01-01T00:00:00.000Z",
"earliestMetric": "2024-01-01T00:00:00.000Z",
"key": "CONNECT_RSC_TO_SUPPORT_PORTAL",
"message": "example-string",
"weight": 0.0,
"translationArgs": [
{
"key": "example-string",
"value": "example-string"
}
]
}
]
}
}