/
task_team_list ()

task_team_list ()

Function prototype
task_team_list ( session, task, role)

Used to show:

  1. The list of actve TEAMS that are members of the subscription to the TASK'S ADMISSION and who have the selected role (in the case of theTASK'S is associated with a ADMISSION) 
  2. The list of active TEAMS not members of the SUBSCRIPTION but contain a professional that is direct member of the SUBSCRIPTION with the selected ROLE, and the professional has the same ROLE in those active TEAMS.
  3. the previous TEAM already assigned to the task even if now it doesn't meet conditions 1 & 2 (i.e. a modification has been done "a posteriori" in the SUBSCRIPTION).

Input

parameters:

session: a token obtained by calling session_init ()

task: is the reference of the task

role: is the id of the role (of the task)

Output

parameters:

teams: a list of active teams

ref: a team reference

description: a team name

Request

sample:

task_team_list ( “LCAAAAAAAAAAAA”, “12”, “24”)

Response

sample:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<result>

<teams>
<team>
      <ref>7</ref>
      <description>-LCWS</description>
   </team>
   <team>
      <ref>8</ref>
      <description>hihihi</description>
   </team>
</teams>

</result>

<ErrorMsg></ErrorMsg>

Notes:


Related content