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
http://api.pgyer.com/apiv1/crash/listAllRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aId | String | App Id. |
| _api_key | String | API Key. |
| page | Integer | Page number. |
View Crash Log Detail
POST
http://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. |