獲取嵌入配置界面的數據范圍目錄列表。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Type | string | 是 | 數據范圍類型:
| llmCube |
Keyword | string | 否 | 名稱,模糊搜索。 | 測試 |
返回參數
示例
正常返回示例
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 | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Internal.System.Error | An internal system error occurred. | 系統內部異常。 |
400 | Access.Forbidden | Your instance version or access key is not allowed to call the API operation, only professional version supports calling. | 您的實例版本或者 AccessKey不允許調用該 API,僅專業版支持調用。 |
400 | UserRoleConfig.NotContain.Function | The user %s does not have permission to operate. | 此用戶%s沒有權限操作。 |
500 | Invalid.Parameter.Error | The parameter is invalid:%s. | 無效參數%s。 |
訪問錯誤中心查看更多錯誤碼。