Get Team by Id - GET /Teams/{id}



Get details of a team according to team Id.

Usage:

  1. GET /Teams/{id} and get details of a team
  2. PUT /Teams/{id} and update team details

URL

/cxrestapi/auth/Teams/{id}

Method:

GET

Media Type (header):

Authorization: Bearer <access token value>
Accept: application/json;v=1.0

Parameters

Required:

id=[integer] – Unique Id of the Team

Success Response:

Code: 201 Success

Error Response:

Code: 400 Bad Request
Code: 401 Unauthorized
Code: 403 Forbidden
Code: 404 Not Found

Sample Response:

{
   "id": 2,
   "name": "Reviewers",
   "fullName": "/CxServer/Reviewers",
   "parentId": 1
}

Notes:

Retrieves team details according to the specified team Id. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!