Method: projects.iosApps.list
Stay organized with collections
Save and categorize content based on your preferences.
Lists each IosApp
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
.
HTTP request
GET https://firebase.googleapis.com/v1beta1/{parent=projects/*}/iosApps
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
The resource name of the parent FirebaseProject for which to list each associated IosApp , in the format:
projects/PROJECT_IDENTIFIER/iosApps
Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.
|
Query parameters
Parameters |
pageToken |
string
Token returned from a previous call to iosApps.list indicating where in the set of Apps to resume listing.
|
pageSize |
integer
The maximum number of Apps to return in the response. The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.
|
showDeleted |
boolean
Controls whether Apps in the DELETED state should be returned in the response. If not specified, only ACTIVE Apps will be returned.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
{
"apps": [
{
object (IosApp )
}
],
"nextPageToken": string
} |
Fields |
apps[] |
object (IosApp )
List of each IosApp associated with the specified FirebaseProject .
|
nextPageToken |
string
If the result list is too large to fit in a single response, then a token is returned. If the string is empty, then this response is the last page of results. This token can be used in a subsequent call to iosApps.list to find the next group of Apps. Page tokens are short-lived and should not be persisted.
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
https://www.googleapis.com/auth/firebase
https://www.googleapis.com/auth/firebase.readonly
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-24 UTC.
[null,null,["Last updated 2024-10-24 UTC."],[],[],null,["# Method: projects.iosApps.list\n\nLists each [IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp) associated with the specified [FirebaseProject](/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject).\n\nThe elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a `pageToken`.\n\n### HTTP request\n\n`GET https://firebase.googleapis.com/v1beta1/{parent=projects/*}/iosApps`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` The resource name of the parent [FirebaseProject](/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject) for which to list each associated [IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp), in the format: `projects/`\u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e`/iosApps` Refer to the `FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for details about \u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e values. |\n\n### Query parameters\n\n| Parameters ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `page``Token` | `string` Token returned from a previous call to `iosApps.list` indicating where in the set of Apps to resume listing. |\n| `page``Size` | `integer` The maximum number of Apps to return in the response. The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), the server will impose its own limit. |\n| `show``Deleted` | `boolean` Controls whether Apps in the [DELETED](/docs/reference/firebase-management/rest/v1beta1/State#ENUM_VALUES.DELETED) state should be returned in the response. If not specified, only `ACTIVE` Apps will be returned. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"apps\": [ { object (/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `apps[]` | `object (`[IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp)`)` List of each `IosApp` associated with the specified `FirebaseProject`. |\n| `next``Page``Token` | `string` If the result list is too large to fit in a single response, then a token is returned. If the string is empty, then this response is the last page of results. This token can be used in a subsequent call to `iosApps.list` to find the next group of Apps. Page tokens are short-lived and should not be persisted. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n- `\n https://www.googleapis.com/auth/firebase`\n- `\n https://www.googleapis.com/auth/firebase.readonly`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]