Pgyer Docs
API 1.0 (Archive)

Crash Log

Legacy API 1.0 endpoints for app Crash Log list and detail.

This page documents legacy API 1.0 Crash Log endpoints from the historical SDK system. They are kept only for existing integrations.

List Crash Logs

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

Request Parameters

ParameterTypeDescription
aIdStringApp Id.
_api_keyStringAPI Key.
pageIntegerPage number.

Response Data

ParameterTypeDescription
sdkCrashGroupCountIntegerNumber of crashes.
sdkCrashGroupTitleStringCrash title.
sdkCrashGroupPatternStringCrash pattern.
sdkCrashGroupDescribeStringCrash description.
sdkCrashGroupAppVersionStringApp version affected by the crash.
sdkCrashGroupProcessStringCrash processing status.
sdkCrashGroupIdIntegerCrash Group ID.
sdkCrashGroupCreatedStringCrash creation time.

View Crash Log Detail

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

Request Parameters

ParameterTypeDescription
aIdStringApp Id.
sdkCrashGroupIdIntegersdkCrashGroupId from the Crash Log list API.
_api_keyStringAPI Key.

Response Data

ParameterTypeDescription
sdkCrashGroupLogStringCrash Log.
sdkCrashGroupCountIntegerNumber of crashes.
sdkCrashGroupTitleStringCrash title.
sdkCrashGroupPatternStringCrash pattern.
sdkCrashGroupDescribeStringCrash description.
sdkCrashGroupAppVersionStringApp version affected by the crash.
sdkCrashGroupIsSymbolicatedStringWhether the Crash Log is symbolicated.
sdkCrashGroupIsReadedStringWhether the crash has been read.
sdkCrashGroupProcessStringCrash processing status.
sdkCrashGroupViewStatusStringCrash view status.
deviceAffectListArrayAffected-device information.
sdkCrashGroupCreatedStringCrash creation time.

On this page