Can I get the native metrics, dimensions and segments through API 2.0? It seems I can only get some of them.
I'm trying to leverage API 2.0 to build a system like Powever BI (https://experienceleague.adobe.com/en/docs/analytics-learn/tutorials/integrations/power-bi/adobe-analytics-connector-in-power-bi) and get the data but have some issues.
1. For metrics, I can't get the ones with a small Adobe logo like below, it seems to be a calculated metric based on "Orders" and "Unique Visitor" (which I can get from the API response), and I also can't get it from the CalculatedMetrics API.

2. The same thing happened with "Segments", for all the items I can only get the ones without the "Adobe" logo, and I don't know if others can be fetched.

3. I noticed in the Adobe Analytics Workspace that there's a feature called "Enabled Debugger", which can give me the necessary payload to run a report, just wonder if it's possible to get that payload through API? Like retrieving the definition of a freeform table.
Thanks.