- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists feedback reports. By default, sorts by createTime
in descending order.
HTTP request
GET https://firebaseappdistribution.googleapis.com/v1/{parent=projects/*/apps/*/releases/*}/feedbackReports
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the release resource, which is the parent of the feedback report resources. Format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of feedback reports to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 feedback reports are returned. Values above 100 are coerced to 100. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
The response message for feedbackReports.list
.
JSON representation |
---|
{
"feedbackReports": [
{
object ( |
Fields | |
---|---|
feedbackReports[] |
The feedback reports |
nextPageToken |
A short-lived token, which can be sent as |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.