GET api/checkMatrixInputsIntegrity?matrixID={matrixID}
Checks the integrity of matrix inputs by verifying that required localized values are not empty.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matrixID |
The ID of the matrix to validate for input integrity. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a `DataRowResponse` indicating whether any empty values were found. 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
}