Retrieve number of views of the public schedule pages by competitions
GET {{baseUrl}}/{{version}}/lyg/reports/schedule/views?competition_id={{lyg_competition_id}}
This endpoint allow you to get the number of views of the schdule pages
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
competition_id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT Token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"Public schedule - Total number of views","results":[{"number_of_views":12,"subject_id":53,"description":"Viewed competition schedule","lyg_competition_id":53,"lyg_competition_name":"U14 Girls","lyg_competition_category_age_group":"U14","lyg_competition_type":"open-games","sport_name":"Handball"}]}