Appearance
分页获取条线通讯录下级组织详情(不含区划节点)
基本信息
中文名: 分页获取条线通讯录下级组织详情(不含区划)
接口名: /mozi/stripLineAddressOrg/pageSubOrgs
所在目录: 获取通讯录部门信息
调用方式: POST(HTTPS)
发布版本: 2.0.0
请求参数
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
returnTotalSize | Boolean | 否 | true | 是否返回总数,默认否 |
domainCode | String | 是 | LO_123 | 域code |
pageSize | Integer | 否 | 10 | 分页大小(默认20,最大100) |
organizationCode | String | 是 | LO_abc | 组织code(获取通讯录权限范围/auth/scopesV2接口返回的stripLineAddressScopes) |
pageNo | Integer | 否 | 1 | 页码(默认1) |
tenantId | Long | 是 | 1 | 租户id |
返回参数
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
_RequestId | String | 网关请求ID | |
success | Boolean | true | 网关调用是否成功 |
errorCode | String | 0 | 网关错误码 |
HostId | String | 网关HostId | |
Code | String | 网关Code | |
errorMsg | String | 网关错误信息 | |
errorLevel | String | 网关错误级别 | |
Message | String | 网关信息 | |
content.success | Boolean | true | 业务调用是否成功 |
content.requestId | String | 业务请求ID | |
content.responseCode | String | 0 | 业务响应Code |
content.responseMessage | String | 业务响应信息 | |
content.totalSize | Number | 100 | 下级组织总数 |
content.currentPage | Number | 1 | 当前页 |
content.pageSize | Number | 10 | 分页大小 |
content.data | 业务返回值 | ||
content.data[].domianCode | String | LO_123 | 条线通讯录域code |
content.data[].organizationCode | String | LO_abc | 条线通讯录组织code |
content.data[].organizationName | String | xx分公司财政部 | 条线通讯录组织名称 |
content.data[].parentCode | String | LO_xxx | 条线通讯录父组织code |
content.data[].parentName | String | 财政部门 | 条线通讯录父组织名称 |
content.data[].refOrganizationCode | String | GO_123 | 引用的区划组织code |
content.data[].refOrganizationName | String | xxx分公司财政局 | 引用全局通讯录的组织名称 |
content.data[].status | String | A | 状态 |
content.data[].type | String | GOV_UNIT | 组织类型 |