Asset types define models for assets in the system. Specifically, asset types define which properties are available on assets as well as how they are presented in the backoffice UI within tabs and sections.
Get all asset types
get
#Available from v.4.0.0
Authorizations
AuthorizationstringRequired
Responses
200
OK
application/json
get
/v1/assettypes
200
OK
Create new asset type
post
#Available from v.4.0.0
Authorizations
AuthorizationstringRequired
Body
Represents an asset type in the PIM system
Uidstring · uuidOptional
Unique id of asset type
Aliasstring | nullableOptional
Unique human readable alias for the asset type
Labelstring | nullableOptional
Label of asset type displayed in the backoffice
SpecifiedExtensionsstring[] | nullableOptional
The file extensions that are allowed to be uploaded to the asset type (ex. jpg, png, pdf)
Only available when AssetFileType is set to SpecifiedExtensions
Responses
200
OK
400
Bad Request
application/json
post
/v1/assettypes
No content
Update an asset type
put
#Available from v.4.0.0
Authorizations
AuthorizationstringRequired
Body
Represents an asset type in the PIM system
Uidstring · uuidOptional
Unique id of asset type
Aliasstring | nullableOptional
Unique human readable alias for the asset type
Labelstring | nullableOptional
Label of asset type displayed in the backoffice
SpecifiedExtensionsstring[] | nullableOptional
The file extensions that are allowed to be uploaded to the asset type (ex. jpg, png, pdf)
Only available when AssetFileType is set to SpecifiedExtensions