/
Get all teams
Get all teams
- Annu
Owned by Annu
Use below endpoint to get team details.
- Syntax - <Jira base URL>/rest/amoeboids-upraise/1.0/getteams
- Example - jira.amoeboids.com/rest/amoeboids-upraise/1.0/getteams
If the team is deleted team or inactive or not available in UpRaise company directory, relevant message will be returned.
Request
- Just use above endpoint, no other request parameters are needed for this API.
Response
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. | ||
Status | String | UpRaise status of the team |
| |
type | This object consists of all details of team type |
| ||
type | id | Number | Team type id | 1, 2, 3, 4, etc |
type | name | String | Team type name |
|
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. | |
parentTeam | type | Object | This object consists of all details of parent team's type |
|
type | id | Number | Team type id | 1, 2, 3, 4, etc |
type | name | String | Team type name |
|
unit | Object | This object consists of all details of UpRaise unit to which the current team belongs to |
| |
unit | id | Number | Unit id | 1, 101, 12001 etc |
unit | name | String | Unit name | Any unit name of the organization |
Status | String | UpRaise status of the team |
|
Related pages
Get user details
Get user details
Read with this
REST APIs
Read with this
How to install and navigate to Jira REST API Browser
How to install and navigate to Jira REST API Browser
Read with this
How to access API authentication key from Employee Success?
How to access API authentication key from Employee Success?
Read with this