Get the default data view
Spaces method and path for this operation:
get /s/{space_id}/api/data_views/default
Refer to Spaces for more information.
GET /api/data_views/default
curl \ --request GET 'https://localhost:5601/api/data_views/default' \ --header "Authorization: $API_KEY" Response examples (200)
{ "data_view_id": "ff959d40-b880-11e8-a6d9-e546fe2bba5f" }