Fetch grouped account analysis by certified
GET
/scope/account/analysis/certification
curl \
--request GET 'https://sandbox.serchservice.com/api/v1/scope/account/analysis/certification'
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": {
"total": 42,
"content": "string",
"years": [
42
],
"metrics": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"info_metrics": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
]
}
}