AlphaAlpha Docs
API ReferenceMaterials

Find by id

GET
/materials/find/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/materials/find/string"
{
  "created": "2019-08-24T14:15:22Z",
  "createdBy": "string",
  "density": 0.1,
  "description": "string",
  "id": "string",
  "impact": {
    "carbonEmission": 0.1,
    "carbonStorage": 0.1,
    "eol": {
      "avi": 0.1,
      "dump": 0.1,
      "recycle": 0.1,
      "refabricate": 0.1,
      "reuse": 0.1,
      "stay": 0.1
    },
    "mki": 0.1
  },
  "lifetime": 0,
  "metaData": [
    {
      "key": "string",
      "value": "string"
    }
  ],
  "name": "string",
  "nlsfb": "string",
  "origin": {
    "primary": 0.1,
    "renewable": 0.1,
    "secondary": 0.1
  },
  "ownerId": "string",
  "referenceId": "string",
  "source": "string",
  "unit": "string",
  "updated": "2019-08-24T14:15:22Z",
  "updatedBy": "string",
  "visibility": "PUBLIC"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}