Players
Get a list of Players for a specific Team or Event
get/players/
Query parameters
teamIDstring
TeamID to get Players data for
eventIDstring
EventID to get Players data for
playerIDstring
PlayerID to get data for
limitnumber
The maximum number of Players to return
cursorstring
The cursor for the request. Used to get the next group of Players. This should be the nextCursor from the prior response.
Response
An array of players with pagination
Example response
{
"success": true
}