v1

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

Gets multiple documents. Documents returned by this method are not guaranteed to be returned in the same order that they were requested.

post/v1/{+database}/documents:batchGet

Path parameters

databasestring required

Required. The database name. In the format: projects/{project_id}/databases/{database_id}.

Request body

transactionstring byte

Reads documents in a transaction.

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.

documentsstring[]

The names of the documents to retrieve. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}. The request will fail if any of the document is not a child resource of the given database. Duplicate names will be elided.

Response

Successful response