应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 数据服务目录数字区县组织信息读权限 | API Explorer |
第三方企业应用 | 暂不支持 | 数据服务目录数字区县组织信息读权限 | 暂不支持 |
第三方个人应用 | 暂不支持 | 数据服务目录数字区县组织信息读权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | client token不合法。 |
{}
curl --location --request POST 'http://127.0.0.1/v1.0/datacenter/digitalCounty/orgInfos/query' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"arguments": [
"string"
],
"result": "string"
}