GET /V1/attributeMetadata/customer
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/attributeMetadata/customer
Response examples (200)
[
{
"frontend_input": "string",
"input_filter": "string",
"store_label": "string",
"validation_rules": [
{
"name": "string",
"value": "string"
}
],
"multiline_count": 42,
"visible": true,
"required": true,
"data_model": "string",
"options": [
{
"label": "string",
"value": "string",
"options": [
{}
]
}
],
"frontend_class": "string",
"user_defined": true,
"sort_order": 42,
"frontend_label": "string",
"note": "string",
"system": true,
"backend_type": "string",
"is_used_in_grid": true,
"is_visible_in_grid": true,
"is_filterable_in_grid": true,
"is_searchable_in_grid": true,
"attribute_code": "string"
}
]
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (500)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}