# List dimension elements **GET /dimensions/{dimensionType}/elements** List dimension elements. Get a list of active dimension elements for a specific dimension type. If there are many elements, the results will be paginated, and a Link-header with rel=next will provide the path to the next page. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Path parameters - **dimensionType** (integer) #### Query parameters - **limit** (integer) The maximum number of elements to retrieve. - **continuationToken** (string) A token for continuing the retrieval of sales orders. This is used for pagination and is prepopulated from the Link-header with rel=next from a previous request. ## Responses ### 200: List of dimension elements for the specified dimension type. #### Headers - **Link** (string) The Link header includes information on where to find `next` page. Refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link' - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[object]) - **dimensionType** (integer(int32)) ID of the dimension type (ie 1=project, 2=department etc) - **value** (string) Value (id) of the dimension element - **name** (string) Name of the dimension element [Powered by Bump.sh](https://bump.sh)