# Event Web Links Operations to retrieve web links for your Events **Note:** Some weblinks can be created specificially for a player and should only be shared with that player, while others are generic and can be shared with anyone. ## Flights list - [GET /v1/events/{eventId}/weblinks/flights](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkflightlist.md): Web link to the list of flights for the event. The link can be shared with anyone and does not require the player to be logged in. The display is the same as the event flights list print, and the display can be configured in the event print center. ## Players list - [GET /v1/events/{eventId}/weblinks/players](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkplayerslist.md): Web link to the list of players registered for the event. The link can be shared with anyone and does not require the player to be logged in. The display is the same as the event player list print, and the display can be configured in the event print center. ## Player enter scores - [GET /v1/events/{eventId}/weblinks/players/{playerId}/scoring](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkplayersscore.md): Web link for the player included in the request to enter scores for the event. This link is specific to the player included in the request and can only be used to score by this player. If the player is an admin of the community for this event, then the player will not be able to use the link to score and will need to log in normally. ## Player (any) enter scores - [GET /v1/events/{eventId}/weblinks/players/scoring](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkplayersscoreany.md): Web link for any player to enter scores for the event, after the link is use the player will be asked to select the player they are scoring as. The live scorecard will then default to score for all players in that playe's assigned tee pairing. Player's that are admin of the communiyt will not be available to be selected as the scorer, they will need to log in normally to score. ## Player registration - [GET /v1/events/{eventId}/weblinks/players/{playerId}/register](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkplayerssignup.md): Web link for the player included in the request to register for the event. This link is specific to the player included in the request and can only be used to register this player. ## Player public registration - [GET /v1/events/{eventId}/weblinks/players/public/register](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkplayerssignuppublic.md): Web link for a public player (not part of your community) to register for the event. This link can only be used if the event registration type is set to "Online Questionnaire". Player's that are part of your community can still uset this link, they will just be asked to enter all of their information. ## Results list - [GET /v1/events/{eventId}/weblinks/results](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkresults.md): Web link to the results for the event. The link can be shared with anyone and does not require the player to be logged in. The display is the same as the event results print, and the display can be configured in the event print center. ## Teams list - [GET /v1/events/{eventId}/weblinks/teams](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkteamlist.md): Web link to the list of teams for the event. The link can be shared with anyone and does not require the player to be logged in. The display is the same as the event teams list print, and the display can be configured in the event print center. ## Tee sheet list - [GET /v1/events/{eventId}/weblinks/teeSheet](https://api-docs.unknowngolf.com/ug-api/event-web-links/linkteesheet.md): Web link to the tee sheet for the event. The link can be shared with anyone and does not require the player to be logged in. The display is the same as the event tee sheet print, and the display can be configured in the event print center. If the request includes a multi-round event id, then all rounds that have a tee time assigned will be displayed in the tee sheet.