API 1.0 (Archive)
Feedback
Legacy API 1.0 endpoints for app feedback list and detail.
This page documents legacy API 1.0 endpoints. New integrations should use API 2.0 Feedback.
List App Feedback
POST
https://api.pgyer.com/apiv1/feedback/listAllRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aId | String | App Id. |
| _api_key | String | API Key. |
| page | Integer | Page number. |
Response Data
| Parameter | Type | Description |
|---|---|---|
| feedBackContent | String | Feedback content. |
| feedBackImages | Array | Image URLs attached to the feedback. |
| feedBackVoice | String | Voice recording URL. |
| feedBackFrom | String | Feedback source. |
| feedbackProcess | Integer | Processing status: 1 processed, 2 unprocessed. |
| feedBackCreated | String | Feedback creation time. |
View Feedback Detail
POST
https://api.pgyer.com/apiv1/feedback/viewRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aId | String | App Id. |
| feedbackKey | String | Feedback key from the feedback list API. |
| _api_key | String | API Key. |
Response Data
| Parameter | Type | Description |
|---|---|---|
| feedBackContent | String | Feedback content. |
| feedBackImages | Array | Image URLs attached to the feedback. |
| feedBackVoice | String | Voice recording URL. |
| feedBackDeviceName | String | Device name. |
| feedBackOSVersion | String | Device OS version. |
| feedBackOSType | Integer | Device OS type: 1 iOS, 2 Android. |
| feedBackOSJailBroken | Integer | Whether the device is jailbroken or rooted: 1 yes, 2 no. |
| feedBackFreeRam | String | Available device memory. |
| feedBackFreeSpace | String | Available device storage. |
| feedBackNetwork | String | Device network. |
| feedBackSDKVersion | String | SDK version. |
| feedBackFrom | String | Feedback source. |
| feedbackProcess | Integer | Processing status: 1 processed, 2 unprocessed. |
| appType | Integer | App type: 1 iOS, 2 Android. |
| appName | String | App name. |
| feedBackCreated | String | Feedback creation time. |