Generate club attendance report
GET {{baseUrl}}/{{version}}/stats/attendance/club/{{org_id}}?from_date=2022-09-01
This endpoint gives the opportunity to get the attendance report of a given club by club unique identification (UID). org_id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from_date | string | nullable |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"The club attendance report","club":[{"org_id":30,"org_name":"0","org_description":null,"org_avatar":null,"deleted_at":null,"created_at":"2021-05-04T19:55:28.000000Z","updated_at":"2021-05-04T19:55:28.000000Z","created_by":null,"payment_id":null,"third_party_enabled":0,"third_party_api_key":null,"org_season_start_day":null,"org_season_start_month":null,"org_season_end_day":null,"org_season_month_month":null,"org_referral_code":null,"basic_number_of_players":null,"flag_limit_of_free_videos":10,"flag_allow_sharing_clips_to_individual_players":0,"total_number_of_games":0,"total_avg_game_attendance":0,"total_number_of_practices":0,"total_avg_practice_attendance":0}],"result":[]}