| 获取用户时间范围内每天要参与的日程的数量 | |
| 请求地址: | https://oapi.i8xiaoshi.com/app/schedule/getdayschedulescount | 
| 返回格式: | JSON | 
| 授权模式: | clientcredentials(客户端模式) | 
| 请求方式: | POST | 
| HTTP Headers | |
| Content-Type: | application/json | 
| Authorization: | 有效访问令牌(access_token) | 
| 提交参数 | |||
| 参数名 | 类型 | 必须 | 描述 | 
|---|---|---|---|
| passportID | String | true | 账号ID | 
| startDate | String | true | 查询开始日期 | 
| endDate | String | true | 查询结束日期 | 
| isViewNotify | String | true | 是否包括知会我的日程 | 
| isViewRefuse | String | true | 是否包括我拒绝参加的日程 | 
| usersIDs | Array | true | 日程创建人和我关注的人 | 
| 返回结果 | 
| {"status": "状态码",
                                            "ReturnObject":[{"Date":"日期", "Count":"数量"}],
                                            "Description":"结果描述"} | 
| 备注 | 
| 暂无 |