Retrieve Football player Game result

GET {{baseUrl}}/{{version}}/gameresults/player/261894?sport_id=10&event_id=3039&user_id=261894

Request Params

KeyDatatypeRequiredDescription
sport_idnumber
event_idnumber
user_idnumber

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"error":false,"code":200,"message":"Returns the Football player game results for a period of time.","response":{"current_page":1,"data":[{"football_gameresults_id":10,"user_id":261894,"sport_id":10,"org_id":259824,"team_id":569,"event_id":3040,"football_opponent_ref_name":"opponent","football_res_goals":null,"football_res_own_goal":null,"football_res_red_cards":null,"football_res_yellow_cards":2,"football_res_assists":null,"football_res_penalty_made":1,"football_res_penalty_missed":null,"football_res_offsides":null,"football_res_corner_kicks":2,"football_res_goal_kicks":null,"football_res_free_kicks_taken":null,"football_res_foul":1,"football_res_tackle_made":2,"football_res_tackle_attempted":2,"football_res_shot_on_target":null,"football_res_shot_missed":null,"football_res_pass_made":3,"football_res_pass_attempted":null,"football_res_interception":1,"football_res_clearance":null,"football_res_shot_saved":null,"football_res_throws_in":null,"created_by":262076,"updated_by":null,"deleted_by":null,"deleted_at":null,"created_at":"2024-02-09T15:38:45.000000Z","updated_at":"2024-02-09T15:38:45.000000Z","profile_first_name":"Ouakhila","profile_last_name":"Torou","profile_avatar":"https://files.teamsportz.app/avatars/261894_1692287433.jpeg","event_name":"Test Game","event_start":"2024-02-06 09:15:00","event_end":"2024-02-06 20:12:15"}],"first_page_url":"http://localhost:8000/v1/sportsgameresults/users/261894?page=1","from":1,"last_page":1,"last_page_url":"http://localhost:8000/v1/sportsgameresults/users/261894?page=1","links":[{"url":null,"label":"pagination.previous","active":false},{"url":"http://localhost:8000/v1/sportsgameresults/users/261894?page=1","label":"1","active":true},{"url":null,"label":"pagination.next","active":false}],"next_page_url":null,"path":"http://localhost:8000/v1/sportsgameresults/users/261894","per_page":15,"prev_page_url":null,"to":1,"total":1}}