获取团队/部门
最后更新于 2023/09/07 阅读数 80
获取团队/部门
获取本公司所有团队/部门
Get Team
Method:GET
Path:/teams
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Response data
Key | Describe |
---|---|
id | 团队/部门id |
name | 团队/部门名称 |
description | 团队介绍 |
Response
{
"code":0,
"message":"",
"data":[
{
"id":188365529,
"name":"Healthcare",
"description":""
},
{
"id":188365530,
"name":"Office of General Counsel",
"description":"111"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
plaintext2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
评价这篇文档
有帮助
没帮助