| Name | Method | Endpoint |
|---|---|---|
| Create new team | POST | /api/v2/team |
| Delete Approver Groups | DELETE | /api/v2/team/{team}/approvers |
| Delete Team Parameter | DELETE | /api/v2/team/{team}/parameters/{name} |
| Delete Team | DELETE | /api/v2/team/{team} |
| Retrieve Default Team Quota | GET | /api/v2/team/quotas/default |
| Retrieve Team Roles | GET | /api/v2/team/roles |
| Get team | GET | /api/v2/team/{team} |
| Search for Teams | GET | /api/v2/team/query |
| Leave Team | DELETE | /api/v2/team/{team}/leave |
| Remove Team Members | DELETE | /api/v2/team/{team}/members |
| Reset Team Quota | DELETE | /api/v2/team/{team}/quotas |
| Patch or update a team | PATCH | /api/v2/team/{team} |
| Validate team name and check uniqueness. | POST | /api/v2/team/validate-name |
POST /api/v2/team
| Name | Type | Required | Description | Notes | Example |
|---|
| Schema | Required |
|---|---|
| TeamRequest | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json*/*DELETE /api/v2/team/{team}/approvers
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | Team as owner reference. | Defaults to null. | team_example |
| Schema | Required |
|---|---|
| List | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/jsonNot definednull (empty response body)
DELETE /api/v2/team/{team}/parameters/{name}
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | Team as owner reference. | Defaults to null. | team_example |
| name | String | true | Defaults to null. | name_example |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not definedNot definednull (empty response body)
DELETE /api/v2/team/{team}
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | ID of Team | Defaults to null. | team_example |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not definedNot definednull (empty response body)
GET /api/v2/team/quotas/default
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined*/*GET /api/v2/team/roles
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined*/*GET /api/v2/team/{team}
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | Team as owner reference. | Defaults to null. | my-amazing-team |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined*/*GET /api/v2/team/query?labels=,statuses=active,inactive,teams=my-amazing-team,boomerangs-return,limit=10,page=0,order=0,sort=0
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| limit | Integer | true | Result Size | Defaults to null. | 10 |
| page | Integer | true | Page Number | Defaults to null. | 0 |
| labels | List | false | List of url encoded labels. For example Organization=Boomerang,customKey=test would be encoded as Organization%3DBoomerang,customKey%3Dtest) | Defaults to null. | |
| statuses | List | false | List of statuses to filter for. Defaults to all. | Defaults to null. | active,inactive |
| teams | List | false | List of Team names to filter for. | Defaults to null. | my-amazing-team,boomerangs-return |
| order | String | false | Ascending or Descending (default) order | Defaults to Optional[DESC]. Enum: [ASC, DESC] | 0 |
| sort | String | false | The element to sort on | Defaults to Optional[name]. | 0 |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined*/*DELETE /api/v2/team/{team}/leave
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | Team as owner reference. | Defaults to null. | team_example |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not definedNot definednull (empty response body)
DELETE /api/v2/team/{team}/members
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | Team as owner reference. | Defaults to null. | my-amazing-team |
| Schema | Required |
|---|---|
| List | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/jsonNot definednull (empty response body)
DELETE /api/v2/team/{team}/quotas
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | Team as owner reference. | Defaults to null. | team_example |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not definedNot definednull (empty response body)
PATCH /api/v2/team/{team}
| Name | Type | Required | Description | Notes | Example |
|---|---|---|---|---|---|
| team | String | true | ID of Team | Defaults to null. | team_example |
| Schema | Required |
|---|---|
| TeamRequest | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json*/*POST /api/v2/team/validate-name
| Name | Type | Required | Description | Notes | Example |
|---|
| Schema | Required |
|---|---|
| TeamNameCheckRequest | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json*/*Object