GET api/matrix/{id}

Retrieves the structure of a specific metadata matrix.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the matrix to retrieve.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with the matrix structure. On failure: HTTP 400 Bad Request with a message indicating the error.

Collection of MatrixListDTO
NameDescriptionTypeAdditional information
id

Unique Matrix ID

integer

None.

title

Matrix title

string

None.

type

Matrix type, used for referenceing matrix in forms

string

None.

tags

Matrix Tag information

Collection of Tag

None.

children

List of child or sub matrices, these matrices inherit data from the parent

Collection of MatrixListDTO

None.

Response Formats

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

Sample:

Sample not available.