AlphaAlpha Docs
API ReferenceTypeproductcoverage

Find existing product coverages by type ID and a list of product names

Returns only the coverages that exist for the given names. Names not found are omitted from the result.

POST
/type-product-coverages/find-by-names/{typeId}
AuthorizationBearer <token>

In: header

Path Parameters

typeId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/type-product-coverages/find-by-names/string" \  -H "Content-Type: application/json" \  -d '[    "string"  ]'
[
  {
    "assets": [
      {
        "blobId": "string",
        "created": "2019-08-24T14:15:22Z",
        "extension": "string",
        "fileSize": 0,
        "name": "string",
        "type": "IMAGE"
      }
    ],
    "complete": true,
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "events": [
      {
        "authorId": "string",
        "date": "2019-08-24T14:15:22Z",
        "description": "string",
        "id": "string",
        "type": "CREATE"
      }
    ],
    "glbComplete": true,
    "id": "string",
    "linkedProductId": "string",
    "modelType": "CONCEPT",
    "number": "string",
    "originalNames": [
      "string"
    ],
    "parameters": [
      {
        "name": "string",
        "type": "string",
        "value": null
      }
    ],
    "productName": "string",
    "projectIds": [
      "string"
    ],
    "rvtComplete": true,
    "staticModelTreeId": "string",
    "tenantId": "string",
    "totalFileSize": 0,
    "typeId": "string",
    "updated": "2019-08-24T14:15:22Z",
    "updatedBy": "string",
    "variantId": "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"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}