GET api/getExistingMatrix?matrixName={matrixName}
Retrieves an existing matrix and its associated metadata by matrix name.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matrixName |
The name of the matrix to retrieve. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with matrix metadata wrapped in a `DataRowResponse`. 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
}