AlphaAlpha Docs

List project assets

Returns all project assets with enriched product data.

GET
/projects/{projectId}/project-assets
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/string/project-assets"
[
  {
    "blobId": "string",
    "category": "string",
    "defaultScale": 0.1,
    "id": "string",
    "name": "string",
    "productId": "string",
    "thumbnailBlobId": "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"
}