查询仪表板的问数资源信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
UserId | string | 是 | 用户 ID。 | 3d7ebb8***********500078f4 |
WorkspaceId | string | 是 | 空间 ID。 | 3d7ebb8***********500078f4 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "46e537a5****,3dadsu****",
"Result": [
{
"DashboardName": "612b",
"DashboardNl2sqlId": "sasdas****sawdau",
"OwnerId": "46e5374665ba4b679ee22e2a2927****",
"Authorities": [
"READ"
]
}
],
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Internal.System.Error | An internal system error occurred. | 系统内部异常。 |
400 | User.Not.In.Organization | The specified user is not in the organizational unit. | 该用户不在组织中。 |
400 | Workspace.Not.Exist | The group workspace does not exist. | 群空间不存在。 |
400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | 空间不在组织内。 |
400 | UserRoleConfig.NotContain.Function | The user %s does not have permission to operate. | 此用户%s没有权限操作。 |
400 | User.NotIn.Workspace | The user is not a member of the group workspace. | 该用户不在群空间中。 |
访问错误中心查看更多错误码。