post deprecated
https://{hostname}/api/esg-management/v1/metrics/metric-details
Retrieve the latest details of ESG metrics based on Reporting Period.
Example Request
POST https://{hostname}/api/esg-management/v1/metrics/metric-details
POST https://trial-onetrust-com.ezproxy.utas.edu.au/api/esg-management/v1/metrics/metric-details
Below are the examples of request body to retrieve Metric Details.
{
"startDate": "2019-01-01",
"endDate": "2019-12-31"
}
{
"allTimeOption": "ESG.Metric.MetricData.AllTimeReportingPeriodOption"
}
