应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 知识库搜索权限 | API Explorer |
第三方企业应用 | 支持 | 知识库搜索权限 | API Explorer |
第三方个人应用 | 暂不支持 | 知识库搜索权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | paramError | %s | 参数错误 |
400 | paramError-keyword | %s | 参数错误-keyword |
400 | paramError.maxResults | %s | 参数错误-maxResults |
500 | systemError | %s | 服务繁忙,请稍后重试 |
500 | unknownError | Unknown Error | 未知错误 |
503 | operationTimeout | %s | 请求超时 |
curl --location --request POST 'https://api.dingtalk.com/v2.0/storage/workspaces/search?operatorId=String' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword" : "String",
"option" : {
"nextToken" : "String",
"maxResults" : Integer
}
}'
{
"items": [
{
"workspaceId": "string",
"name": "string",
"url": "string"
}
],
"nextToken": "string"
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通