Get team details
Use below endpoint to get team details.
Syntax - <Jira base URL>/rest/amoeboids-upraise/1.0/getteam/{teamid}
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. |
|
| 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. |
|
| parentTeam | Object | This object consists of all details about the parent team of the current team. |
|
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. |
|
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. |
|
| 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 |
|