v1

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

Lists each WebApp associated with the specified FirebaseProject. The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a pageToken.

get/v1beta1/{+parent}/webApps

Path parameters

parentstring required

The resource name of the parent FirebaseProject for which to list each associated WebApp, in the format: projects/PROJECT_IDENTIFIER/webApps Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.

Query parameters

pageSizeinteger

The maximum number of Apps to return in the response. The server may return fewer than this value at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit.

pageTokenstring

Token returned from a previous call to ListWebApps indicating where in the set of Apps to resume listing.

showDeletedboolean

Controls whether Apps in the DELETED state should be returned in the response. If not specified, only ACTIVE Apps will be returned.

Response

Successful response