# 載體-根據載體id獲取相應指標值
> url:/carrier/queryIndexByCid
> author:aye
> time:2022.03.20
*****
> 請求類型:get
*****
> 傳入參數:
> | 序號 | 字段名 | 字段中文 | 數據類型 | 是否必填 | 備注 |
> | --- | --- | --- | --- | --- | --- |
> | 1 | carrierId | 載體id | 字符串 | 是 | |
>
*****
> 返回參數
> | 序號 | 字段名 | 字段中文 | 數據類型 | 是否必填 | 備注 |
> | --- | --- | --- | --- | --- | --- |
> | 1 | cid | 載體id | 字符串 | 是 | |
> | 2 | cname | 載體名字 | 字符| 是 |
> | 3 | corpCount | 企業總數 | 數字| 是 |
> | 4 | roomCount| 房間總數 | 數字| 是 |
> | 5 | peopleTotal| 總人數 | 數字| 是 |
> | 6 | newPeople| 當月新人員 | 數字| 是 |
> *****
> 接口樣例
```
[
{
"roomCount":?"8/10",
"peopleTotal":?0,
"newPeople":?0,
"corpCount":?0,
"cname":?"0113載體測試2",
"cid":?"0a311f2e-e0e7-46f4-8bd3-d34ad76af814"
????????}
]
```