GET api/matrix/simple/{id}?sheet={sheet}&version={version}
Returns the data of a matrix
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | The unique matrix id | integer | Required | 
| sheet | The name of the sheet to update, unless specified the first sheet will be updated. | string | None. | 
| version | The name of the version to update, unless specified the default/only version will be updated. | string | None. | 
Body Parameters
None.
Response Information
Resource Description
Matrix
Collection of MatrixRowDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| guid | string | None. | |
| values | Collection of MatrixCellCTO | None. | 
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.