- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Return a list of Custom Reports
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/reports
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Required. The parent organization name under which the API product will be listed organizations/{organizationId}/reports
Authorization requires the following IAM
permission on the specified resource parent
:
-
apigee.reports.list
Query parameters
| Parameters | |
|---|---|
expand
|
Set to 'true' to get expanded details about each custom report. |
Request body
The request body must be empty.
Response body
This message encapsulates a list of custom report definitions
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"qualifier"
:
[
{
object (
|
| Fields | |
|---|---|
qualifier[]
|
|
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform

