获取人员组织操作日志
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
company_id | Number | 可选 | 1 | 公司ID | |
current_page | Number | 可选 | 1 | 当前页 | |
page_size | Number | 可选 | 1 | 每页记录数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | PageInfo | 分页信息 | |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIbManageOrgLogRequest req = new AlibabaIbManageOrgLogRequest(); req.setCompanyId(1L); req.setCurrentPage(1L); req.setPageSize(1L); AlibabaIbManageOrgLogResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | < alibaba_ib_manage_org_log_response > < result > < total ></ total > < page_size >10</ page_size > < list > < sync_action_v_o > < id ></ id > < campus_id ></ campus_id > < company_id ></ company_id > < imp_way ></ imp_way > < biz_type ></ biz_type > < action_type ></ action_type > < batch ></ batch > < sync_to ></ sync_to > < content ></ content > < status ></ status > < ding_id ></ ding_id > < ib_id ></ ib_id > < space_id ></ space_id > < parentid ></ parentid > < message_id ></ message_id > < op_obj_name ></ op_obj_name > < batch_no ></ batch_no > < gmt_create ></ gmt_create > < gmt_modified ></ gmt_modified > < gmt_create_str ></ gmt_create_str > < gmt_modified_str ></ gmt_modified_str > < gmt_str ></ gmt_str > < mq_param ></ mq_param > < param ></ param > < creator ></ creator > </ sync_action_v_o > </ list > < page_num >1</ page_num > </ result > </ alibaba_ib_manage_org_log_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|