日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

SmartqQueryAbility - 智能問數查詢

智能問數查詢。

接口說明

特別說明:當使用者被授權調用該 API 時,默認使用者有權限通過傳入 userId 以該用戶身份查詢對應的數據

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
UserIdstring

用戶 ID。

注意 該字段不填寫時默認以組織所有者身份查詢數據。

7c7223ae-****-3c744528014b
UserQuestionstring

問題文本。

今年銷售額數據
CubeIdstring

數據集 ID。

7c7223ae-****-3c744528014b

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID。

D787E1A3-A************2B05DF8D885
Resultobject

返回結果。

ChartTypestring

建議圖表類型。

NEW_TABLE
MetaTypearray<object>

列元組類型列表。

MetaTypeobject

元數據對象。

Keystring

列元組名稱。

Polar***STPS
Valuestring

列元組類型。

string
Valuesarray<object>

數據值列表數組。

Valuesobject

數據值列表對象。

Rowarray

每一行的數據值。

Rowstring

每個字段的數據值。

199
Successboolean

是否成功。

true

示例

正常返回示例

JSON格式

{
  "RequestId": "D787E1A3-A************2B05DF8D885",
  "Result": {
    "ChartType": "NEW_TABLE",
    "MetaType": [
      {
        "Key": "Polar***STPS",
        "Value": "string"
      }
    ],
    "Values": [
      {
        "Row": [
          "199"
        ]
      }
    ]
  },
  "Success": true
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400Internal.System.ErrorAn internal system error occurred.系統內部異常。
400Query.Auth.ErrorQuery is not permitted.沒有查詢權限。
400Instance.ExpiredYour instance has expired.您的購買實例已經過期。
400Instance.Not.ExistThe specified instance does not exist.暫未匹配到您的購買實例。
400Invalid.OrganizationThe specified organizational unit does not exist.該組織不存在。
400User.Not.In.OrganizationThe specified user is not in the organizational unit.該用戶不在組織中。
400Invalid.ParameterAn error occurred while verifying parameters.參數驗證失敗。
400Invalid.Parameter.ErrorThe parameter is invalid:%s.無效參數%s。
400Invalid.Param.ErrorThe parameter is invalid.無效參數。
400Invalid.User.AdminYou are not an administrator of this organization.沒有權限,您不是組織管理員。
400System.Param.EmptyYou must specify the %s parameter.參數%s不能為空。
400Access.ForbiddenYour instance version or access key is not allowed to call the API operation, only professional version supports calling.您的實例版本或者 AccessKey不允許調用該 API,僅專業版支持調用。
400UserInfo.ErrorThe personal information is invalid.個人信息不合法。
400ApiUser.Not.ExistsThe specified user does not exist.用戶不存在。
400User.Not.WorkspaceAdminOnly administrators of the group workspace can perform this operation.沒有權限,您不是該群空間的管理員。
400Application.Object.NotExistThe object you are operating does not exist or has been deleted.操作組件不存在或已被刪除。
400Not.ApiCall.AuthUserYou are not an administrator or API call auth user of this organization.非組織管理員或API調用授權用戶。
400UserRoleConfig.NotContain.FunctionThe user %s does not have permission to operate.此用戶%s沒有權限操作。
500Invalid.User.OrganizationThe user is not in your organization.該用戶不在您的組織中。

訪問錯誤中心查看更多錯誤碼。