Aller au contenu principal

AssetResponse

name/type/externalIdentifier are null when the referenced asset can't be resolved; identifier is always present

identifierstringrequired
namestring | nullnullable
typestring | nullnullable
externalIdentifierstring | nullnullable

The asset's identifier in an external system (e.g. an ERP), when known

AssetResponse
{
"identifier": "string",
"name": "string",
"type": "string",
"externalIdentifier": "string"
}