Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use below endpoint to get team details. 

  • Syntax - <Jira base URL>/rest/amoeboids-upraise/1.0/getteam/{teamnameteamid}

  • Example - jira.amoeboids.com/rest/amoeboids-upraise/1.0/getteam/6

If the team is deleted team or inactive or not available in UpRaise company directory, a relevant message will be returned. 

Request

  • Apart from the team id added to the end of the endpoint, no other request parameters are allowed for this API.

Response 

  • email address

  • display name

  • user key

  • etc

Parent

Parameter

Type

Description

Possible vaules


id

Number

Id of the team within UpRaise company directory.

1, 101, 12001 etc


name

String

User facing name of the team.

  • Marketing

  • Sales

  • Development

  • etc


description

String

User facing description of the current team.



teamLead

Object

This object consists of all details about the user who is team lead of the current team.

  • email address

  • display name

  • user key

  • etc


parentTeam

Object

This object consists of all details about the parent team of the current team.

  • id

  • name

  • description

parentTeam

id

Number

Id of the parent team within UpRaise company directory.

1, 101, 12001 etc

parentTeam

name

String

User facing name of the parent team.

  • Marketing

  • Sales

  • Development

  • etc

parentTeam

description

String

User facing description of the parent team.



teamMembers

Object

This object consists of all users who belong to the current team.


teamMembers

jiraInfo

Object

This object consists of a number of data points that are retrieved directly via Jira & returned without any manipulation for the user.

  • email address

  • display name

  • user key

  • etc


jiraGroups

String

Jira group name that is associated with the team

Jira group name/s associated with the respective team


Status

String

UpRaise status of the team

  • Active

  • Inactive


On this page

Table of Contents

In this section

Child pages (Children Display)
pageREST APIs for Company Directory