GET api/getMatrixValues?matrixId={matrixId}&input0GUID={input0GUID}&input1GUID={input1GUID}&output0GUID={output0GUID}&defaultVersion={defaultVersion}
Retrieves matrix values from a specified matrix using column GUIDs for two input columns and one output column.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matrixId |
The ID of the matrix to retrieve values from. |
integer |
Required |
| input0GUID |
The GUID of the first input column. |
string |
Required |
| input1GUID |
The GUID of the second input column. |
string |
Required |
| output0GUID |
The GUID of the output column. |
string |
Required |
| defaultVersion | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}