| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.corehr.v2.model |
| 限定符和类型 | 方法和说明 |
|---|---|
QueryOperationLogsDepartmentReqBody.Builder |
QueryOperationLogsDepartmentReqBody.Builder.departmentIds(String[] departmentIds)
部门ID列表,ID获取方式:;-
调用[【创建部门】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/create)、[【搜索部门】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/department/search)接口可以返回部门ID;-
也可以通过[【事件】创建部门](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/events/created)、[【事件】更新部门](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/events/updated)
获取部门ID
示例值:
|
QueryOperationLogsDepartmentReqBody.Builder |
QueryOperationLogsDepartmentReqBody.Builder.endDate(String endDate)
查询的截止操作日期,注意事项:;- 格式 "YYYY-MM-DD",不带时分秒,包含end_date传入的时间,系统会以end_date的23:59:59为截止时间进行查询。
|
static QueryOperationLogsDepartmentReqBody.Builder |
QueryOperationLogsDepartmentReqBody.newBuilder() |
QueryOperationLogsDepartmentReqBody.Builder |
QueryOperationLogsDepartmentReqBody.Builder.startDate(String startDate)
查询的起始操作日期,格式 "YYYY-MM-DD",不带时分秒,包含start_date传入的时间,系统会以start_date的00:00:00为开始时间进行查询
示例值:2023-01-01
|
| 构造器和说明 |
|---|
QueryOperationLogsDepartmentReqBody(QueryOperationLogsDepartmentReqBody.Builder builder) |
Copyright © 2026. All rights reserved.