Compare commits
2 Commits
577e87d8db
...
45f49544c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 45f49544c2 | |||
| ce3b0b77f5 |
@ -297,8 +297,9 @@ def api_root(request, format=None):
|
|||||||
"user_appointment_stats": {
|
"user_appointment_stats": {
|
||||||
"description": "Get appointment statistics and analytics for the authenticated user",
|
"description": "Get appointment statistics and analytics for the authenticated user",
|
||||||
"url": request.build_absolute_uri("/api/meetings/user/appointments/stats/"),
|
"url": request.build_absolute_uri("/api/meetings/user/appointments/stats/"),
|
||||||
"methods": ["GET"],
|
"methods": ["POST"],
|
||||||
"authentication": "Required",
|
"authentication": "Required",
|
||||||
|
"required_fields": ["email"],
|
||||||
"response_fields": {
|
"response_fields": {
|
||||||
"total_requests": "Total number of appointment requests",
|
"total_requests": "Total number of appointment requests",
|
||||||
"pending_review": "Number of pending review requests",
|
"pending_review": "Number of pending review requests",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user