Skip to main content
GET
/
material
/
epdproductindustrytype
Material EPDProductIndustryType Enums
curl --request GET \
  --url https://api.realtimelca.com/epd/api/material/epdproductindustrytype \
  --header 'Authorization: Bearer <token>'
{
  "0": {
    "Enum": "INDUSTRY",
    "DisplayName": "Industry"
  },
  "1": {
    "Enum": "PRODUCT",
    "DisplayName": "Product"
  },
  "2": {
    "Enum": "GENERIC",
    "DisplayName": "Generic"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Material EPDProductIndustryType Enums

0
object
1
object
2
object