GET api/matrix/simple/{id}?sheet={sheet}&version={version}

Retrieves simplified contents of a specific metadata matrix, optionally filtered by sheet and version.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the matrix to retrieve.

integer

Required

sheet

Optional sheet name to filter the matrix contents.

string

None.

version

Optional version identifier to retrieve a specific version of the matrix.

string

None.

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a simplified list of matrix rows. On failure: HTTP 400 Bad Request with a message indicating the error.

Collection of MatrixRowDTO
NameDescriptionTypeAdditional information
guid

string

None.

values

Collection of MatrixCellCTO

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.