Get behavioral analytics collections Technical preview
Path parameters
-
A list of analytics collections to limit the returned information
GET /_application/analytics/{name}
curl \
-X GET http://api.example.com/_application/analytics/{name}
Response examples (200)
{
"additionalProperty1": {
"event_data_stream": {
"name": "string"
}
},
"additionalProperty2": {
"event_data_stream": {
"name": "string"
}
}
}