X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///errors/errorGroups//stacktrace' \
--header 'X-API-Token;'
{
"title": "string",
"reason": "string",
"threads": [
{
"title": "string",
"frames": [
{
"address": "string",
"class_name": "string",
"method": "string",
"class_method": true,
"file": "string",
"line": 0,
"app_code": true,
"framework_name": "string",
"code_raw": "string",
"code_formatted": "string",
"language": "JavaScript",
"relevant": true,
"method_params": "string"
}
],
"exception": {
"reason": "string",
"type": "string",
"frames": [
{
"address": "string",
"class_name": "string",
"method": "string",
"class_method": true,
"file": "string",
"line": 0,
"app_code": true,
"framework_name": "string",
"code_raw": "string",
"code_formatted": "string",
"language": "JavaScript",
"relevant": true,
"method_params": "string"
}
],
"relevant": true,
"inner_exceptions": [
{}
],
"platform": "ios"
},
"relevant": true,
"platform": "ios",
"crashed": true
}
],
"exception": {
"reason": "string",
"type": "string",
"frames": [
{
"address": "string",
"class_name": "string",
"method": "string",
"class_method": true,
"file": "string",
"line": 0,
"app_code": true,
"framework_name": "string",
"code_raw": "string",
"code_formatted": "string",
"language": "JavaScript",
"relevant": true,
"method_params": "string"
}
],
"relevant": true,
"inner_exceptions": [
{}
],
"platform": "ios"
}
}