Pgyer Docs
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

POSThttps://api.pgyer.com/apiv1/feedback/listAll

Request Parameters

ParameterTypeDescription
aIdStringApp Id.
_api_keyStringAPI Key.
pageIntegerPage number.

Response Data

ParameterTypeDescription
feedBackContentStringFeedback content.
feedBackImagesArrayImage URLs attached to the feedback.
feedBackVoiceStringVoice recording URL.
feedBackFromStringFeedback source.
feedbackProcessIntegerProcessing status: 1 processed, 2 unprocessed.
feedBackCreatedStringFeedback creation time.

View Feedback Detail

POSThttps://api.pgyer.com/apiv1/feedback/view

Request Parameters

ParameterTypeDescription
aIdStringApp Id.
feedbackKeyStringFeedback key from the feedback list API.
_api_keyStringAPI Key.

Response Data

ParameterTypeDescription
feedBackContentStringFeedback content.
feedBackImagesArrayImage URLs attached to the feedback.
feedBackVoiceStringVoice recording URL.
feedBackDeviceNameStringDevice name.
feedBackOSVersionStringDevice OS version.
feedBackOSTypeIntegerDevice OS type: 1 iOS, 2 Android.
feedBackOSJailBrokenIntegerWhether the device is jailbroken or rooted: 1 yes, 2 no.
feedBackFreeRamStringAvailable device memory.
feedBackFreeSpaceStringAvailable device storage.
feedBackNetworkStringDevice network.
feedBackSDKVersionStringSDK version.
feedBackFromStringFeedback source.
feedbackProcessIntegerProcessing status: 1 processed, 2 unprocessed.
appTypeIntegerApp type: 1 iOS, 2 Android.
appNameStringApp name.
feedBackCreatedStringFeedback creation time.

On this page