Get Base Asset
GET/api/v2/rawmodel/:id
Request
Path Parameters
id integerrequired
The id of the base asset
Example: 281
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object
id integer
name string
processing boolean
external boolean
upload_status string
size integer
created_at string
rapid_models integer[]
scale_factor string
tags object[]
id integer
name string
created_at string
updated_at string
raw_id integer
downloads object
error.log string
info.log string
metrics.json string
rpd_info.json string
teapot.obj string
thumb.jpg string
{
"data": {
"id": 281,
"name": "teapot",
"processing": false,
"external": false,
"upload_status": "complete",
"size": 438680,
"created_at": "2021-02-08T16:59:52+01:00",
"rapid_models": [
635,
617
],
"scale_factor": "10",
"tags": [
{
"id": 241,
"name": "Mid-Poly",
"created_at": "2022-12-12 13:12:37+00",
"updated_at": "2022-12-12 13:12:37+00",
"raw_id": 281
}
],
"downloads": {
"error.log": "signed url for the error.log",
"info.log": "signed url for info.log",
"metrics.json": "signed url for the metrics.json",
"rpd_info.json": "signed url for the rpd_info.json",
"teapot.obj": "signed url for the teapot.obj",
"thumb.jpg": "signed url for the thumb.jpg"
}
}
}
Loading...