Dashboard & Analytics (1.0.0)

Download OpenAPI specification:

Therapist dashboard scores, client snapshots, operational and financial metrics

Get Dashboard Scores

Retrieves dashboard scores for all active clients under a therapist. Returns client profiles with associated scores, filtering out deleted records.

Used when:

  • Loading the therapist dashboard view
  • Generating client overview reports

Input:

  • therapist_user_id (path parameter, required): The therapist's user ID

Common errors:

  • 204: No clients found for this therapist
  • 404: Therapist not found
Authorizations:
cookieAuthbasicAuthNone
path Parameters
id
required
string

Responses

Response samples

Content type
application/json
{
  • "user_id": "string",
  • "therapist_user_id": 0,
  • "therapist_client_id": 0,
  • "user_name": "string",
  • "gad7": "string",
  • "phq9": "string",
  • "safety_score": "string",
  • "is_profile_active": true,
  • "is_sample": true
}