You need to enable JavaScript to run this app.
导航
getOrgConverterStrategy - 根据集团账号拉取集团下所有主体转换策略
最近更新时间:2024.07.25 14:48:00首次发布时间:2024.07.12 14:50:49

请求说明

  • 请求方式:GET
  • 接口名称:getOrgConverterStrategy
  • 请求地址:https://console.volcengine.com/cdp/open_platform/openapi

请求参数

参数

类型

是否必选

示例值

描述

Authorization

String

HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx

详细介绍请查阅调用方式文档

X-Tenant

Int

1

项目id

Query

参数

类型

是否必选

示例值

描述

ApiAction

String

getOrgConverterStrategy

对应“请求说明”中的“接口名称”

ApiVersion

String

2024-01-25

版本号: 2024-01-25

orgId

Number

集团id

showEdges

Boolean

true

传true才能拿到关系的名字,默认false

Body


返回参数

  • ListIdmConverterVo

参数

类型

示例值

描述

code

Number

0

状态码,0表示正常

data

Array

[
    {
      "orgId": 0,
      "subjectId": 0,
      "subjectName": "string",
      "subjectType": "string",
      "defaultIdType": {
        "id": 0,
        "subjectId": 0,
        "code": "string",
        "name": "string",
        "dataType": "string",
        "entityType": "string",
        "needEncrypt": "string",
        "finderIdType": "string"
      }
    }
  ]

接口返回

message

String

string

接口返回信息

请求示例


返回示例

{
  "code": 0,
  "msg": "string",
  "data": [
    {
      "orgId": 0,
      "subjectId": 0,
      "subjectName": "string",
      "subjectType": "string",
      "defaultIdType": {
        "id": 0,
        "subjectId": 0,
        "code": "string",
        "name": "string",
        "dataType": "string",
        "entityType": "string",
        "needEncrypt": "string",
        "finderIdType": "string"
      }
    }
  ]
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

HTTP 状态码

错误码

错误信息

说明

400

invalidParameter

PARAMETER INVALID

参数非法,检查入参。