Purpose
Query to obtain list of metrices.
Endpoint
GET
/data-service/v2/lists/types/{app}?product={product}
Parameters
-
app (string, required):
Type of application within the product. Please refer to the table below for the complete supported options. -
product (string, required):
Type of product offered. Supported products include:pi, pe.
Support matrix for “product” and “app”:
|
Product |
App |
|---|---|
|
pi - Private Infrastructure |
Example: |
|
pe - Private Equity |
Example: |
Example
-
Request (URL)
/data-service/v2/lists/types/market-indices?product=pi -
Response
JSON{ "data": { "results": [ { "typeId": 60000004, "description": "Index level reflecting the total returns compounded since inception", "displayName": "Index Price", "name": "indexPrice", "timeseries": 1, "type": "Booty", "debtOrEquity": "*", "referenceUrl": "https://docs.edhecinfra.com/docs/equity-total-return-index", "externalTicker": "T01414" }, .... ] }, "metaData": [ { "dataCount": 35 } ] }