---
title: "GET /collections/{collectionName}/getChildCollectionNames"
method: GET
path: "/collections/{collectionName}/getChildCollectionNames"
tags: ["Collection"]
---

# GET /collections/{collectionName}/getChildCollectionNames

`GET /collections/{collectionName}/getChildCollectionNames`

Lists the child collections names in the collection.

## Path parameters

- `collectionName` string, required

## Query parameters

- `api-version` string, required
- `$skipToken` string

## Response `200`

Success

- CollectionNameResponseList — Paged list of collections.
  - `count` integer — Total item count.
  - `nextLink` string — The Url of next result page.
  - `value` CollectionNameResponse[], required — Collection of items of type results.
    - `friendlyName` string — Gets or sets the friendly name of the collection.
    - `name` string — Gets the name.

## Other responses

- `default` — An error response received from the provider.

---

[API](https://skmtc.net/azure/apis/purview-account.md) · [All operations](https://skmtc.net/azure/apis/purview-account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-account/versions/dc51c3b3ddf7/schema)
