- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the apps under the given account.
HTTP request
GET https://checks.googleapis.com/v1alpha/{parent=accounts/*}/apps
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent account. Example: |
Query parameters
Parameters | |
---|---|
pageSize |
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. |
pageToken |
Optional. A page token received from a previous Provide this to retrieve the subsequent page. |
Request body
The request body must be empty.
Response body
The response message for AccountService.ListApps
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"apps": [
{
object ( |
Fields | |
---|---|
apps[] |
The apps. |
nextPageToken |
A token which can be sent as If this field is omitted, there are no subsequent pages. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/checks
For more information, see the OAuth 2.0 Overview.