v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Team Details

get/team/{team_uid}

Path parameters

team_uidstring required

Response

200

typestring

Example response

{
  "type": "success",
  "data": {
    "team": {
      "team_uid": "18cada40-021b-11e8-8127-43a5add1a9e2",
      "company_id": 1,
      "team_name": "SF Team",
      "team_description": "This team covers 603211, 603222, 603223",
      "team_color": "#3498db",
      "is_active": 1,
      "created_at": "2018-01-25T22:00:03.000Z",
      "updated_at": "2023-10-12T11:35:18.000Z"
    }
  }
}