REST Resource: projects.apps.releases.feedbackReports
Stay organized with collections
Save and categorize content based on your preferences.
Resource: FeedbackReport
A feedback report submitted by a tester for a release.
JSON representation |
{
"name": string,
"tester": string,
"text": string,
"screenshotUri": string,
"firebaseConsoleUri": string,
"createTime": string
} |
Fields |
name |
string
The name of the feedback report resource. Format: projects/{projectNumber}/apps/{app}/releases/{release}/feedbackReports/{feedback_report}
|
tester |
string
Output only. The resource name of the tester who submitted the feedback report.
|
text |
string
Output only. The text of the feedback report.
|
screenshotUri |
string
Output only. A signed link (which expires in one hour) that lets you directly download the screenshot.
|
firebaseConsoleUri |
string
Output only. A link to the Firebase console displaying the feedback report.
|
createTime |
string (Timestamp format)
Output only. The time when the feedback report was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
Methods |
|
Deletes a feedback report. |
|
Gets a feedback report. |
|
Lists feedback reports. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-30 UTC.
[null,null,["Last updated 2024-12-30 UTC."],[],[],null,["# REST Resource: projects.apps.releases.feedbackReports\n\n- [Resource: FeedbackReport](#FeedbackReport)\n - [JSON representation](#FeedbackReport.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: FeedbackReport\n------------------------\n\nA feedback report submitted by a tester for a release.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"tester\": string, \"text\": string, \"screenshotUri\": string, \"firebaseConsoleUri\": string, \"createTime\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the feedback report resource. Format: `projects/{projectNumber}/apps/{app}/releases/{release}/feedbackReports/{feedback_report}` |\n| `tester` | `string` Output only. The resource name of the tester who submitted the feedback report. |\n| `text` | `string` Output only. The text of the feedback report. |\n| `screenshot``Uri` | `string` Output only. A signed link (which expires in one hour) that lets you directly download the screenshot. |\n| `firebase``Console``Uri` | `string` Output only. A link to the Firebase console displaying the feedback report. |\n| `create``Time` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The time when the feedback report was created. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------------|----------------------------|\n| ### [delete](/docs/reference/app-distribution/rest/v1/projects.apps.releases.feedbackReports/delete) | Deletes a feedback report. |\n| ### [get](/docs/reference/app-distribution/rest/v1/projects.apps.releases.feedbackReports/get) | Gets a feedback report. |\n| ### [list](/docs/reference/app-distribution/rest/v1/projects.apps.releases.feedbackReports/list) | Lists feedback reports. |"]]