Lists all the collection IDs underneath a document.
HTTP request
POST https://firestore.googleapis.com/v1/{parent=projects/*/databases/*/documents}:listCollectionIds
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent document. In the format: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "pageSize": integer, "pageToken": string, // Union field |
Fields | |
---|---|
pageSize |
The maximum number of results to return. |
pageToken |
A page token. Must be a value from |