Teams

The Team table in the Team package is a comprehensive database table that stores all relevant information related to a team. This includes the team name, coach, captain, players, and their respective positions. Additionally, the table also keeps track of the team's fixtures, results, and any relevant notes or comments. This table serves as a central hub for all data related to a team, making it easy to organize and access information. It is designed to streamline team management and facilitate efficient communication between team members. With its user-friendly interface and robust features, the Team table is an essential tool for any sports or organizational team.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 32

The TeamId primary key field is an essential and unique identifier within the Team table. It is of the data type nvarchar with a maximum length of 32 characters, allowing for a variety of characters such as letters, numbers, and special symbols to be used. This field is used to uniquely identify each team listed in the table, ensuring efficient and accurate data management. It serves as the main reference for each team and is crucial for linking and organizing data related to team members, performance, and other relevant information. Any changes made to this field will reflect across the entire table, making it a critical and immutable element of the Team table.

string
required
length ≥ 1

The Goal field in the Team table is of data type nvarchar and is used to store the specific goal or objectives of a particular team. This field can contain a brief description or statement outlining the purpose or aim of the team. It allows for clear and concise communication of the team's focus and direction, providing valuable information for team members and stakeholders. The nvarchar data type allows for the storage of both alphanumeric characters and special symbols, ensuring flexibility in expressing the team's goal. This field is essential for effective teamwork and effective project management, providing a common understanding and alignment of goals within the team.

string | null

The AdGroupName field in the Team table is a nvarchar data type with a maximum length of 128 characters. This field is used to store the name of an advertising group within the team, which is responsible for running and managing ad campaigns for the team's products or services. This field allows for easy organization and identification of different advertising groups within the team.

string | null

The AdSyncStrategyId field in the Team table is a nvarchar data type that can hold a string of characters up to a maximum length of 450 characters. This field is used to identify the specific ad sync strategy being implemented for the team, which allows for efficient management and tracking of ad synchronization processes. By using this field, administrators can easily distinguish between different ad sync strategies being used for different teams within the organization. This field plays a crucial role in ensuring the smooth functioning of ad synchronization processes and maintaining accurate records in the Team table.

string | null

Miscellaneous notes and information for the entry or record.

int32 | null

The TeamManagerId field in the Team table is a data type of int, meaning it can store whole numbers. This field serves as a unique identifier for the team manager associated with each team. It may be used to track and maintain the team structure and hierarchy within an organization. The TeamManagerId can also be used as a foreign key to connect the Team table with other related tables in a database. It plays a crucial role in managing and organizing the team data within the system.

int32 | null

The SystemAccountId field in the Team table stores an integer value that uniquely identifies a specific team within the system. This field serves as a primary key, allowing for efficient and accurate referencing of the team's information within the database. It is a crucial component in organizing and managing team data and ensuring data integrity. This data type is utilized for its ability to store whole numbers, making it suitable for assigning identification numbers to teams. The SystemAccountId field plays a crucial role in maintaining an organized and efficient database for managing teams.

int32
uuid | null
Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!