AlphaAlpha Docs
API ReferenceArtist impressions

List artist impressions

List all artist impressions for a house

GET
/projects/{projectId}/houses/{houseId}/artist-impressions
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
houseId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/string/houses/string/artist-impressions"
[
  {
    "blobId": "string",
    "created": "2019-08-24T14:15:22Z",
    "footstepId": "string",
    "height": 0,
    "id": "string",
    "materials": [
      "string"
    ],
    "model": "string",
    "prompt": "string",
    "thumbnailBlobId": "string",
    "width": 0
  }
]
{
  "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"
}