/
team_list ()

team_list ()

Function prototype

team_list (session)

API Version

All

Supported interfaces

SOAP, REST since API Version 2.7.28

Description

Lists all TEAMs for which the active user has ROLE Team Manager or Team Editor

Input parameters:

Output parameters:

  • result: XML with the list of TEAMS

    • team: Information about the TEAM

      • ref: Reference of the TEAM

      • code: TEAM code

      • description: Name of the TEAM in the active session language

      • type: Type of TEAM (see team_type_list () )

      • active: (true/false)

  • ErrorMsg: If any error occurs, then this value contains a description of the error translated to the current language

  • ErrorCode: If any error occurs, then this value contains any of the standard ERROR CODES

Request example

team_list ( “LCAAAAAAAAAAAA”)

Response

The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API

Return Error codes

ERROR CODE

 

ERROR CODE

 

INVALID_TOKEN

The session token provided is not valid



Related content