# Read product dimensions **GET /products/{id}/dimensions** Read the dimensions of a product as set in the system. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (integer) A unique identifier for the product within Finago Office ERP-modules. ## Responses ### 200 Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (array[object]) - **dimensionType** (integer) The unique identifier for the dimension within Finago Office ERP modules. - **dimensionTypeName** (string) The display name of the dimension. - **value** (string) The value (ie key) for the dimension. - **name** (string) The display name associated with the value of the dimension. [Powered by Bump.sh](https://bump.sh)