Site Structure
The site has a tree structure with items and all sites have a ROOT
item. A common use case is to divide Groups / Clubs, and Competitions into "regions" with siteItems
. All siteItems
except the ROOT
item should have a parentId
which connects it to its parent item. In the example below the cardinal directions (North, South, East and West) is siteItems
at the second highest level, below ROOT
, and the regions Gotland, Stockholm, Södermanland and Uppland have East as their parentId
.

The structure is used to navigate the site, and filter broadcasts. At the playsite the result would look like the example below.

It is recommended to setup the site structure in the Backoffice UI but it is also possible to set it up using our api.
Player Levels
What are Player Levels?
Player Levels are a classification of age, age group and/or gender for the competitions. Common player levels in sports are U10
, U11
, U12
... U16
, J18
, J20
, SENIOR
. They will appear on the playsite as categories, with which the users can filter broadcasts.
How do I create them?
Player Levels are edited on the site settings. Contact us and we will help you add your preferred player levels. When creating a competition, you will need to supply the same name as a Player Level that exists on the site.