X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///export_configurations/' \
--header 'X-API-Token;'
{
"id": "string",
"export_type": "BlobStorage",
"creation_time": "string",
"last_run_time": "string",
"export_entities": [
"crashes"
],
"state": "Enabled",
"state_info": "string",
"resource_group": "string",
"resource_name": "string",
"export_configuration": {
"type": "blob_storage_connection_string",
"export_entities": [
"crashes"
],
"resource_name": "string",
"resource_group": "string",
"backfill": true
}
}