Click or drag to resize
LegacyTelogisServiceGetTeam Method
Print this page
Gets a Team object specified by ID

Namespace: Telogis.API
 
Syntax
public Team GetTeam(
	long id
)

Parameters

id
Type: SystemInt64
ID of the desired Team. An exception will be thrown if this ID is invalid or you are not authorized to view the Team.

Return Value

Type: Team
The Team object with the given ID
See Also