# Get all Meta Information for YDI Interface In Yellow Dog, the user is able to configure the Names that are used on buttons to make the user interface more friendly for their particular use. This endpoint will display the values of these name changes. Common examples of this are: - Dimension 1 is named Size in the Yellow Dog Interface, Dimension 1 (Size) will be index 0 of the dimensions array. - Flag is named Location Endpoint: GET /metainfo Version: v3.0: 3.26.2.4 Security: Auth API User Token ## Response 200 fields (application/json): - `dimensions` (array,null) - `genericInterfacesCodes` (array,null) - `genericInterfacesLevels` (array,null) - `levels` (array,null) - `webItemFlags` (array,null) - `store` (string,null) - `manufacturer` (string,null) - `vendor` (string,null) - `flag` (string,null) ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 429 fields