Collections - List Child Collection Names
清單 集合中的子集合名稱。
GET {endpoint}/collections/{collectionName}/getChildCollectionNames?api-version=2019-11-01-preview
GET {endpoint}/collections/{collectionName}/getChildCollectionNames?api-version=2019-11-01-preview&$skipToken={$skipToken}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
collection
|
path | True |
string |
|
endpoint
|
path | True |
string |
Purview 帳戶的帳戶的帳戶端點。 範例:https://{accountName}.purview.azure.com/account/ |
api-version
|
query | True |
string |
要使用的 API 版本。 |
$skip
|
query |
string |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
Success |
|
Other Status Codes |
從提供者收到的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Collections_ListChildCollectionNames
範例要求
GET {endpoint}/collections/myCollection1/getChildCollectionNames?api-version=2019-11-01-preview
範例回覆
Date: Wed, 13 Sep 2017 18:04:32 GMT
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
X-Content-Type-Options: nosniff
x-ms-correlation-request-id: 25c78f97-0b0a-4fe9-ad39-883a482265cd
{
"value": [
{
"name": "mycollection1",
"friendlyName": "The first collection"
},
{
"name": "mycollection2",
"friendlyName": "Some collection"
},
{
"name": "parent2",
"friendlyName": "parent2"
}
],
"count": 3
}
定義
名稱 | Description |
---|---|
Collection |
集合資源。 |
Collection |
已分頁的集合清單。 |
Error |
取得或設定錯誤。 |
Error |
默認錯誤模型 |
Error |
默認錯誤回應模型 |
CollectionNameResponse
集合資源。
名稱 | 類型 | Description |
---|---|---|
friendlyName |
string |
取得或設定集合的易記名稱。 |
name |
string |
取得名稱。 |
CollectionNameResponseList
已分頁的集合清單。
名稱 | 類型 | Description |
---|---|---|
count |
integer |
項目計數總計。 |
nextLink |
string |
下一個結果頁面的 URL。 |
value |
類型結果的專案集合。 |
Error
取得或設定錯誤。
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定程序代碼。 |
details |
取得或設定詳細數據。 |
|
message |
string |
取得或設定訊息。 |
target |
string |
取得或設定目標。 |
ErrorModel
默認錯誤模型
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定程序代碼。 |
details |
取得或設定詳細數據。 |
|
message |
string |
取得或設定訊息。 |
target |
string |
取得或設定目標。 |
ErrorResponseModel
默認錯誤回應模型
名稱 | 類型 | Description |
---|---|---|
error |
取得或設定錯誤。 |