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
POST
https://api.pgyer.com/apiv1/crash/listAllRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aId | String | App Id. |
| _api_key | String | API Key. |
| page | Integer | Page number. |
Response Data
| Parameter | Type | Description |
|---|---|---|
| sdkCrashGroupCount | Integer | Number of crashes. |
| sdkCrashGroupTitle | String | Crash title. |
| sdkCrashGroupPattern | String | Crash pattern. |
| sdkCrashGroupDescribe | String | Crash description. |
| sdkCrashGroupAppVersion | String | App version affected by the crash. |
| sdkCrashGroupProcess | String | Crash processing status. |
| sdkCrashGroupId | Integer | Crash Group ID. |
| sdkCrashGroupCreated | String | Crash creation time. |
View Crash Log Detail
POST
https://api.pgyer.com/apiv1/crash/viewRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aId | String | App Id. |
| sdkCrashGroupId | Integer | sdkCrashGroupId from the Crash Log list API. |
| _api_key | String | API Key. |
Response Data
| Parameter | Type | Description |
|---|---|---|
| sdkCrashGroupLog | String | Crash Log. |
| sdkCrashGroupCount | Integer | Number of crashes. |
| sdkCrashGroupTitle | String | Crash title. |
| sdkCrashGroupPattern | String | Crash pattern. |
| sdkCrashGroupDescribe | String | Crash description. |
| sdkCrashGroupAppVersion | String | App version affected by the crash. |
| sdkCrashGroupIsSymbolicated | String | Whether the Crash Log is symbolicated. |
| sdkCrashGroupIsReaded | String | Whether the crash has been read. |
| sdkCrashGroupProcess | String | Crash processing status. |
| sdkCrashGroupViewStatus | String | Crash view status. |
| deviceAffectList | Array | Affected-device information. |
| sdkCrashGroupCreated | String | Crash creation time. |