- Authentication
- Overview
- PAM asset category
- Asset family
- Asset
- Asset attribute
- Asset attribute option
- Asset media file
- PAM asset tag
- PAM asset
- PAM asset reference file
- PAM asset variation file
- Association type
- Attribute group
- Attribute
- Attribute option
- Category
- Channel
- Currency
- Family
- Family variant
- Locale
- Measure family
- Measurement family
- Product media file
- Product model
- Product
- Published product
- Reference entity
- Reference entity media file
- Reference entity attribute
- Reference entity attribute option
- Reference entity record
- System
- Catalogs
- Catalog products
- Product [identifier]
- Product [uuid]
Get a reference entity
GET
/api/rest/v1/reference-entities/{code}
Reference entity
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/reference-entities/'
Response Response Example
200 - Example 1
{
"_links": {
"image_download": {
"href": "https://demo.akeneo.com/api/rest/v1/reference-entities-media-files/0/2/d/6/54d81dc888ba1501a8g765f3ab5797569f3bv756c_ref_img.png"
}
},
"code": "brands",
"image": "0/2/d/6/54d81dc888ba1501a8g765f3ab5797569f3bv756c_ref_img.png",
"labels": {
"en_US": "Brands",
"fr_FR": "Marques"
}
}
Request
Path Params
code
stringÂ
required
Responses
🟢200OK
application/json
Body
_links
objectÂ
optional
image_download
objectÂ
optional
code
stringÂ
required
image
stringÂ
optional
Default:
null
labels
objectÂ
optional
Default:
{}
localeCode
stringÂ
optional
localeCode
🟠401Authentication required
🟠404Resource not found
🟠406Not Acceptable
Modified at 2023-08-15 05:53:55