This call is deprecated. We recommend to use PIM API instead.
The corresponding new call is: GET /v1/matrix/dimension.
Returns an array of possible matrix dimensions.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| dimensionID | integer | ||
| recordsOnPage | Number of records API should return. By default 20, at most 100. | integer | |
| pageNo | API returns at most recordsOnPage items at a time. To retrieve the next recordsOnPage items, send a new request with pageNo incremented by one. By default, API returns "page 1". | integer |
| Field name | Type | Description |
|---|---|---|
| dimensionID | integer | |
| name | string | |
| variations | array | Array, each item in which has the following attributes: variationID - Integer - ID of the variation name - String - name of the variation code - String - code of the variation order - Integer. |