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"
}
}Enums
Material EPDProductIndustryType Enums
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
⌘I

