Skip to main content
GET
/
api
/
dashboard
/
manager
/
stats
/
risk-rating
getRiskRatingManagerStats
curl --request GET \
  --url https://api.artemis.cynopsis.co/api/dashboard/manager/stats/risk-rating \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Domain-ID: <x-domain-id>'
[
  {
    "total": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Query Parameters

endDate
string<date>

endDate

startDate
string<date>

startDate

status
enum<string>

status

Available options:
ACCEPTED,
CLEARED,
DRAFT,
PENDING,
REJECTED,
REQUEST_CHANGES

Response

OK

riskRating
enum<string>
Available options:
HIGH,
LOW,
MEDIUM,
MEDIUM_HIGH,
MEDIUM_LOW,
UNKNOWN
total
integer<int64>