| LegacyTelogisServiceListTeams Method | 
Print this page
                        Get a selection of teams.
            
 
Namespace: Telogis.API  Syntax
Syntaxpublic Team[] ListTeams(
	int offset,
	int count
)
Public Function ListTeams ( 
	offset As Integer,
	count As Integer
) As Team()
Parameters
- offset
- Type: SystemInt32
 Starting offset
- count
- Type: SystemInt32
 Maximum number of teams to return
Return Value
Type: 
Team
            An array of 
            
Team
             objects.
            
 See Also
See Also