alibaba.aone.ati.top.dept.info.get (ATI-部门信息-查询部门基础信息)

ATI-部门信息-查询部门基础信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
dept_no String 必须 E9649 部门号

响应参数

名称 类型 示例值 描述
inner_request_id String 123456 请求码
data DepartmentBo 返回结果
  • └ super_name
  • String
  • 刘星
  • 主管名
  • └ bu_dept_no
  • String
  • 72506
  • bu部门号
  • └ dept_name
  • String
  • 阿里集团-CTO线-技术风险与效能部-研发基础设施平台
  • 部门名
  • └ dept_path_level
  • Number
  • 5
  • 部门层级
  • └ gmt_active
  • Date
  • 1611676800000
  • 生效日期
  • └ bg_no
  • String
  • A2808
  • 所属业务线编号
  • └ super_dept_no
  • String
  • 72506
  • 上级部门号
  • └ bu_code
  • String
  • TAQ
  • 所属bu编号
  • └ dept_type
  • String
  • dept
  • 部门类型
  • └ super_work_no
  • String
  • 058100
  • 主管工号
  • └ dept_no
  • String
  • E9649
  • 部门号
  • └ dept_status
  • String
  • A
  • 状态
  • └ is_effective
  • String
  • Y
  • 是否有效
  • └ bu_name
  • String
  • 技术风险与效能部
  • 所属bu名称
  • └ super_show_name
  • String
  • 刘星(凡提)
  • 主管展示名
  • └ super_dept_name
  • String
  • 阿里集团-CTO线-技术风险与效能部
  • 上级部门名
  • └ dept_display_name
  • String
  • 阿里集团-CTO线-技术风险与效能部-研发基础设施平台
  • 部门展示名
  • └ super_nickname
  • String
  • 凡提
  • 主管花名
  • └ dept_path
  • String
  • ,00001,36821,A2808,72506,E9649,
  • 部门全路径
  • └ uniq_id
  • String
  • E9649
  • 唯一编号
  • └ bg_name
  • String
  • CTO线
  • 所属业务线名称
  • └ short_name
  • String
  • 研发基础设施平台
  • 部门短名
sub_err_message String error message 错误消息
sub_err_code Number 0 错误码
result_code String 200 结果码
is_success Boolean true 是否成功

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAoneAtiTopDeptInfoGetRequest req = new AlibabaAoneAtiTopDeptInfoGetRequest();
req.setDeptNo("E9649");
AlibabaAoneAtiTopDeptInfoGetResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_aone_ati_top_dept_info_get_response>
    <inner_request_id>123456</inner_request_id>
    <data>
        <super_name>刘星</super_name>
        <bu_dept_no>72506</bu_dept_no>
        <dept_name>阿里集团-CTO线-技术风险与效能部-研发基础设施平台</dept_name>
        <dept_path_level>5</dept_path_level>
        <gmt_active>1611676800000</gmt_active>
        <bg_no>A2808</bg_no>
        <super_dept_no>72506</super_dept_no>
        <bu_code>TAQ</bu_code>
        <dept_type>dept</dept_type>
        <super_work_no>058100</super_work_no>
        <dept_no>E9649</dept_no>
        <dept_status>A</dept_status>
        <is_effective>Y</is_effective>
        <bu_name>技术风险与效能部</bu_name>
        <super_show_name>刘星(凡提)</super_show_name>
        <super_dept_name>阿里集团-CTO线-技术风险与效能部</super_dept_name>
        <dept_display_name>阿里集团-CTO线-技术风险与效能部-研发基础设施平台</dept_display_name>
        <super_nickname>凡提</super_nickname>
        <dept_path>,00001,36821,A2808,72506,E9649,</dept_path>
        <uniq_id>E9649</uniq_id>
        <bg_name>CTO线</bg_name>
        <short_name>研发基础设施平台</short_name>
    </data>
    <sub_err_message>error message</sub_err_message>
    <sub_err_code>0</sub_err_code>
    <result_code>200</result_code>
    <is_success>true</is_success>
</alibaba_aone_ati_top_dept_info_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部