Skip to content

Get Item by Asset ID

GET
/v1/assets/{id}
curl --request GET \
--url https://example.com/api/v1/assets/example \
--header 'Authorization: <Authorization>'
id
required
string

Asset ID

OK

Media type application/json
object
items
Array<object>
object
archived
boolean
assetId
string
createdAt
string
description
string
entityType
object
createdAt
string
defaultTemplate
object
createdAt
string
description
string
id
string
name
string
updatedAt
string
defaultTemplateId
string
description
string
icon
string
id
string
isLocation
boolean
name
string
updatedAt
string
id
string
imageId
string
nullable
insured
boolean
itemCount

Container-specific (populated when querying locations)

number
name
string
parent

Edges

object
object recursive
purchasePrice
number
quantity
number
soldDate

Sale details

string
tags
Array<object>
object
color
string
createdAt
string
description
string
icon
string
id
string
name
string
parentId
string
nullable
updatedAt
string
thumbnailId
string
nullable
updatedAt
string
page
integer
pageSize
integer
total
integer
Example
{
"items": [
{
"assetId": "0"
}
]
}