analytics

Paginated multidisciplinary reports

Returns paginated multidisciplinary reports. Admin: all. Supervisor: only reports of supervised operators. Coordinator: only reports of operators under assigned supervisors.

get/api/analytics/multidisciplinary-reports

Query parameters

per_pageinteger

Page size.

Page size.

pageinteger

Page number.

Page number.

Response

Successful Response

totalinteger required

Reports matching the operator scope before pagination

per_pageinteger required

Page size

pageinteger required

Page number (1-based)

Example response

{
  "reports": [
    {
      "agreement": {
        "matching": 12,
        "total": 13
      },
      "comparison": [
        {
          "risposte": {
            "Frequenza del confronto": {
              "concorde": false,
              "nutrizionista": "2-3 volte",
              "psicologo": "1 volta"
            }
          },
          "sezione": "1. Comunicazione e coordinamento"
        }
      ],
      "created_at": "2025-01-15T10:00:00Z",
      "id": "...",
      "nutrition_answers": {},
      "nutritionist_id": "...",
      "nutritionist_name": "Giuseppe Verdi",
      "patient_id": "...",
      "patient_name": "Mario Rossi",
      "psychologist_id": "...",
      "psychologist_name": "Laura Bianchi",
      "psychology_answers": {},
      "status": "discordant",
      "type": ""
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.