Crash Groups
API Documentation for various endpoints related to BugSplat Crash Groups
Last updated
Was this helpful?
API Documentation for various endpoints related to BugSplat Crash Groups
Last updated
Was this helpful?
Get a summary of all , get a list of crashes in a particular group, or detailed information on individual crash groups that share a common function name and line number at the top of the call stack and have been grouped at a lower level of the call stack.
GET
https://app.bugsplat.com/api/summary
Returns crash summary data. Supports paging and filtering using column names firstReport, lastReport, stackKey, stackKeyId, crashSum, userSum, subKeyDepth, defectId, comments, techSupportSubject.
database
string
BugSplat database containing summary data
GET
https://app.bugsplat.com/api/keycrash
stackKeyId
number
ID for the desired crash group
database
string
BugSplat database containing crash data
crashTimeSpan
parameter
If present, the firstCrashTime and lastCrashTime values will be returned in PageData
Get a list of crashes for a particular crash group (aka Stack Key). This query supports paging, filtering, and grouping. More information on paging, filtering, and grouping can be found . All the property keys in the Rows object can be used as column values for filtering and grouping e.g. id, email, IpAddress, etc.