Fetch grouped account analysis by account status

GET /scope/account/analysis/status

Query parameters

  • year integer(int32)
  • role string

    Values are USER, PROVIDER, ASSOCIATE_PROVIDER, BUSINESS, SUPER_ADMIN, ADMIN, MANAGER, or TEAM.

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data object

      Additional properties are allowed.

      Hide data attributes Show data attributes object
GET /scope/account/analysis/status
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/scope/account/analysis/status'
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"
      }
    ]
  }
}