Skip to main content
GET
/
material
/
epdspecificationform
Material EPDSpecificationForm Enums
curl --request GET \
  --url https://api.realtimelca.com/epd/api/material/epdspecificationform \
  --header 'Authorization: Bearer <token>'
{
  "0": {
    "Enum": "EN15804A1",
    "DisplayName": "EN15804A1"
  },
  "1": {
    "Enum": "EN15804A2",
    "DisplayName": "EN15804A2"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Material EPDSpecificationForm Enums

0
object
1
object