X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///errors/search' \
--header 'X-API-Token;'
{
"hasMoreResults": true,
"errors": [
{
"errorId": "string",
"timestamp": "2019-08-24T14:15:22Z",
"deviceName": "string",
"osVersion": "string",
"osType": "string",
"country": "string",
"language": "string",
"userId": "string",
"hasBreadcrumbs": true,
"hasAttachments": true
}
]
}