v1

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

Lists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to indexConfig.usesAncestorConfig:false or ttlConfig:*.

get/v1/{+parent}/fields

Path parameters

parentstring required

Required. A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}

Query parameters

filterstring

The filter to apply to list results. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with a filter that includes indexConfig.usesAncestorConfig:false or ttlConfig:*.

pageSizeinteger

The number of results to return.

pageTokenstring

A page token, returned from a previous call to FirestoreAdmin.ListFields, that may be used to get the next page of results.

Response

Successful response