- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all feedback reports which have already been submitted.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/securityFeedback
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Name of the organization. Format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of feedback reports to return. The service may return fewer than this value. LINT.IfChange(documented_page_size_limits) If unspecified, at most 10 feedback reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. LINT.ThenChange( //depot/google3/edge/sense/boq/service/v1/securityfeedback/securityfeedback_rpc.go:page_size_limits ) |
pageToken |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response for securityFeedback.list
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"securityFeedback": [
{
object ( |
| Fields | |
|---|---|
securityFeedback[] |
List of SecurityFeedback reports. |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform