Compare commits
No commits in common. "61a703c7c2684c93aa6eae725ede158eadf36193" and "045b56d8f8bb09b0be4bc2c43cdb517036847c6b" have entirely different histories.
61a703c7c2
...
045b56d8f8
@ -294,20 +294,6 @@ def api_root(request, format=None):
|
|||||||
"completion_rate": "Percentage of requests that were scheduled"
|
"completion_rate": "Percentage of requests that were scheduled"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"user_appointment_stats": {
|
|
||||||
"description": "Get appointment statistics and analytics for the authenticated user",
|
|
||||||
"url": request.build_absolute_uri("/api/meetings/user/appointments/stats/"),
|
|
||||||
"methods": ["GET"],
|
|
||||||
"authentication": "Required",
|
|
||||||
"response_fields": {
|
|
||||||
"total_requests": "Total number of appointment requests",
|
|
||||||
"pending_review": "Number of pending review requests",
|
|
||||||
"scheduled": "Number of scheduled appointments",
|
|
||||||
"rejected": "Number of rejected requests",
|
|
||||||
"completed": "Number of completed appointments",
|
|
||||||
"completion_rate": "Percentage of requests that were scheduled"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"jitsi_integration": {
|
"jitsi_integration": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user