v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1338139174.7 KB
projects

Lists all the collection IDs underneath a document.

post/v1/{+parent}:listCollectionIds

Path parameters

parentstring required

Required. The parent document. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}. For example: projects/my-project/databases/my-database/documents/chatrooms/my-chatroom Use projects/{project_id}/databases/{database_id}/documents to list top-level collections.

Request body

pageSizeinteger

The maximum number of results to return.

pageTokenstring

A page token. Must be a value from ListCollectionIdsResponse.

readTimestring google-datetime

Reads documents as they were at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.

Response

Successful response