AlphaAlpha Docs
API ReferenceMaterial texture mappings

Get resolved mappings with texture blob URLs (public, no auth required)

GET
/material-texture-mappings/public/{tenantId}/resolved
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Query Parameters

projectId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/material-texture-mappings/public/string/resolved"
[
  {
    "blendSharpness": 0.1,
    "customMaterialProperties": {
      "color": "string",
      "metalness": 0.1,
      "opacity": 0.1,
      "roughness": 0.1
    },
    "id": "string",
    "mappingType": "TEXTURE",
    "matchMode": "CONTAINS",
    "materialNamePattern": "string",
    "materialProperties": {
      "aoStrength": 0.1,
      "metalness": 0.1,
      "normalStrength": 0.1,
      "roughnessMultiplier": 0.1,
      "tintColor": "string"
    },
    "name": "string",
    "priority": 0,
    "projectId": "string",
    "protectedPreset": "GLASS",
    "textureAssets": {
      "property1": {
        "medium": "string",
        "original": "string",
        "small": "string"
      },
      "property2": {
        "medium": "string",
        "original": "string",
        "small": "string"
      }
    },
    "textureRepeat": 0.1,
    "textureRotation": 0.1,
    "textureScale": 0.1
  }
]
{
  "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"
}