Fetch 3
Path parameters
-
year
integer(int32) Required
Query parameters
-
role
string Values are
USER
,PROVIDER
,ASSOCIATE_PROVIDER
,BUSINESS
,SUPER_ADMIN
,ADMIN
,MANAGER
, orTEAM
.
GET
/scope/account/analysis/more/{year}
curl \
--request GET 'https://sandbox.serchservice.com/api/v1/scope/account/analysis/more/{year}'
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": [
{
"section": "string",
"demographics": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"geographics": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"activities": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"overview": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"states": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"categories": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"countries": [
{
"content": "string",
"colors": [
"string"
],
"label": "string",
"value": 42.0
}
]
}
]
}