Get list of attributes
GET
/api/rest/v1/attributes
Attribute
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/attributes'
Response Response Example
200 - Example 1
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"previous": {
"href": "string"
},
"self": {
"href": "string"
}
},
"current_page": 0,
"_embedded": {
"items": [
{
"_links": {
"self": {
"href": "string"
}
},
"allowed_extensions": [],
"available_locales": [],
"code": "release_date",
"date_max": "2023-08-15T05:53:50.704Z",
"date_min": "2023-08-15T05:53:50.704Z",
"decimals_allowed": null,
"default_metric_unit": null,
"default_value": null,
"group": "marketing",
"group_labels": {
"en_US": "Marketing",
"fr_FR": "Marketing"
},
"labels": {
"en_US": "Sale date",
"fr_FR": "Date des soldes"
},
"localizable": false,
"max_characters": null,
"max_file_size": null,
"metric_family": null,
"minimum_input_length": null,
"negative_allowed": null,
"number_max": null,
"number_min": null,
"reference_data_name": null,
"scopable": false,
"sort_order": 1,
"type": "pim_catalog_date",
"unique": false,
"useable_as_grid_filter": true,
"validation_regexp": null,
"validation_rule": null,
"wysiwyg_enabled": null
}
]
}
}
Request
Query Params
search
stringÂ
optional
page
integerÂ
optional
page
pagination method type. Should never be set manually, see Pagination sectionlimit
integerÂ
optional
with_count
stringÂ
optional
with_table_select_options
stringÂ
optional
Responses
Modified at 2023-08-15 05:53:55