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

QueryDataRange - 獲取數據范圍目錄列表

獲取嵌入配置界面的數據范圍目錄列表。

調試

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

授權信息

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

請求參數

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

數據范圍類型:

  • llmCube:問數資源。
  • llmCubeTheme:分析主題。
llmCube
Keywordstring

名稱,模糊搜索。

測試

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 id。

D787E1A3-A93C-424A-B626-C2B05DF8D885
Successboolean

是否請求成功。取值范圍:

  • true:請求成功
  • false:請求失敗
true
Resultobject

數據范圍對象。

ApiCopilotLlmCubeModelsarray<object>

問數資源數組。

ApiCopilotLlmCubeModelsobject

問數資源對象。

LlmCubeIdstring

問數資源 id。

sdasdafas23342342342
Aliasstring

問數資源別名。

測試
CreateUserstring

創建人昵稱。

諸葛
ApiCopilotThemeModelsarray<object>

分析主題數組。

ApiCopilotThemeModelsobject

分析主題對象。

ThemeIdstring

分析主題 id。

36631232342312312
ThemeNamestring

分析主題昵稱。

測試主題
CreateUserstring

創建人昵稱。

諸葛
ApiCopilotLlmCubeModelsarray<object>

問數資源數組。

ApiCopilotLlmCubeModelsobject

問數資源對象。

LlmCubeIdstring

問數資源 id。

1231242231asdasda
Aliasstring

問數資源別名。

測哈
CreateUserstring

創建人昵稱。

諸葛

示例

正常返回示例

JSON格式

{
  "RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
  "Success": true,
  "Result": {
    "ApiCopilotLlmCubeModels": [
      {
        "LlmCubeId": "sdasdafas23342342342",
        "Alias": "測試",
        "CreateUser": "諸葛"
      }
    ],
    "ApiCopilotThemeModels": [
      {
        "ThemeId": "36631232342312312",
        "ThemeName": "測試主題",
        "CreateUser": "諸葛",
        "ApiCopilotLlmCubeModels": [
          {
            "LlmCubeId": "1231242231asdasda",
            "Alias": "測哈",
            "CreateUser": "諸葛"
          }
        ]
      }
    ]
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400Internal.System.ErrorAn internal system error occurred.系統內部異常。
400Access.ForbiddenYour instance version or access key is not allowed to call the API operation, only professional version supports calling.您的實例版本或者 AccessKey不允許調用該 API,僅專業版支持調用。
400UserRoleConfig.NotContain.FunctionThe user %s does not have permission to operate.此用戶%s沒有權限操作。
500Invalid.Parameter.ErrorThe parameter is invalid:%s.無效參數%s。

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