v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBAssets
Return an asset
get/assets/{code}
Path parameters
codestring required
Code of the element to retrieve
Query parameters
target_culturestring
Code of the data locale into which attribute's values must be retrieved or pushed If empty, default locale from the account will be used.
active-onlyboolean
When true then then only active elements are retrieved
Default value : true
Response
Success
Example response
{
"included": [
{
"values": [
{
"label": "Quable"
}
]
}
]
}