# 通过biz_id查询日程参与人列表
# host: https://yach-oapi.zhiyinlou.com 正式环境
# host: https://yach-oapi-test.zhiyinlou.com 测试环境
# 概述
| 名称 | 值 | 
|---|---|
| 地址 | /schedule/participant/get | 
| 请求方式 | GET | 
| 参数 | 见【参数】 | 
| 返回值 | 见【返回值】 | 
# 参数
| 参数 | 参数类型 | 必须 | 说明 | 
|---|---|---|---|
| access_token | String | 是 | 调用接口凭证 | 
| biz_id | String | 是 | 业务方唯一ID | 
返回值
{
    "code": 200,
    "msg": "",
    "obj": {
        "participant": ["work_code1","work_code2"]
    }
}
 
 