2023-08-31
▼ ▲ checks.accounts.apps.list
Path : v1alpha/{+parent}/apps
HTTP Method : GET
Description : Lists the apps under the given account.
Parameters :
pageSize
Description : Optional. The maximum number of results to return. The server may further constrain the maximum number of results returned in a single page. If unspecified, the server will decide the number of results to be returned.
Format : int32
Location : query
Type : integer
parent
Description : Required. The parent account. Example: `accounts/123`
Required : Yes
Pattern : ^accounts/[^/]+$
Location : path
Type : string
pageToken
Location : query
Description : Optional. A page token received from a previous `ListApps` call. Provide this to retrieve the subsequent page.
Type : string
Flat Path : v1alpha/accounts/{accountsId}/apps
Parameter Order : parent
▼ ▲ checks.accounts.apps.get
Description : Gets an app.
HTTP Method : GET
Parameters :
name
Pattern : ^accounts/[^/]+/apps/[^/]+$
Description : Required. Resource name of the app. Example: `accounts/123/apps/456`
Type : string
Required : Yes
Location : path
Flat Path : v1alpha/accounts/{accountsId}/apps/{appsId}
Parameter Order : name
Path : v1alpha/{+name}