Hi,
In Analytics -> custom report ->Dimension, we see common , custom and Advanced dimension . When I execute the API call …./v1/o/{orgname}/environments/{envname}/analytics/admin/schema?type=fact , it gives me list of all dimension .
Is there a API using which I can only see custom dimension ? Similarly API calls to see Common dimension only and only Advanced dimension ?
Thanks,
Suma
Solved! Go to Solution.
Dear @Sumacv,
As already suggested above, the API ...v1/organizations/<org>/environments/<env>/analytics/admin/schemav2?type=fact can be used to check if the dimension is "custom" or not. It is a public API and you can use it.
However, as of now there is no API to determine if a dimension is Advanced or not. You will have to figure that from the UI.