$ curl -i \
-H "Accept: application/json; version=1" \
-H "Authorization: Token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjQyLCJpYXQiOjE0NjM2OTQ4MjN9.k48v-R-un93KdIXqp9Zi12JOGJCu8uibtrWjscFCTqc" \
https://api.record360.com/api/assets/42
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Cache-Control: max-age=0, private, must-revalidate
{
"asset": {
"id": "42",
"external_id": "WMWMF33519TW73378",
"make": "MINI",
"model": "Cooper",
"year": 2009,
"check_in": true,
"notations": { ... },
"geo_coord": [122.289139, 47.612417],
"email_sent_to": [],
"location": {
"id": "44",
"name": "Main Office"
},
"transaction": {
...
},
"photos": [],
"videos": [
{
"id": "1",
"created_at": "2014-02-19T06:46:29.000Z",
"url": "https://record360-media.s3.amazonaws.com/42/video/video1.mp4",
"byte_size": 5650782
},
],
"signatures": [
{
"id": "1",
"created_at": "2014-02-19T06:46:30.000Z",
"url": "https://record360-media.s3.amazonaws.com/42/signature/signature1.png",
"byte_size": 13389
}
],
"damages": [
{
"id": "1",
"created_at": "2014-02-19T06:46:29.000Z",
"photos": [
{
"id": "58",
"created_at": "2014-02-19T06:46:29.000Z",
"url": "https://record360-media.s3.amazonaws.com/42/image/image1.jpg",
"byte_size": 638425,
"notation": "scratch"
}
]
}
],
"extended": {
"fleet_id": 4280
}
}
}
| Param name | Description |
|---|---|
|
id
required |
Asset ID or _externalid Validations:
|