# Get all attribute metadata **GET /V1/attributeMetadata/customerAddress** Get all attribute metadata. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Responses ### 200 200 Success. #### Body: (array[object]) - **frontend_input** (string) HTML for input element. - **input_filter** (string) Template used for input (e.g. "date") - **store_label** (string) Label of the store. - **validation_rules** (array[object]) Validation rule interface. - **multiline_count** (integer) Of lines of the attribute value. - **visible** (boolean) Attribute is visible on frontend. - **required** (boolean) Attribute is required. - **data_model** (string) Data model for attribute. - **options** (array[object]) Option interface. - **frontend_class** (string) Class which is used to display the attribute on frontend. - **user_defined** (boolean) Current attribute has been defined by a user. - **sort_order** (integer) Attributes sort order. - **frontend_label** (string) Label which supposed to be displayed on frontend. - **note** (string) The note attribute for the element. - **system** (boolean) This is a system attribute. - **backend_type** (string) Backend type. - **is_used_in_grid** (boolean) It is used in customer grid - **is_visible_in_grid** (boolean) It is visible in customer grid - **is_filterable_in_grid** (boolean) It is filterable in customer grid - **is_searchable_in_grid** (boolean) It is searchable in customer grid - **attribute_code** (string) Code of the attribute. ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 500 Internal Server error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)