GET api/matrix/{id}

Returns the details and structure of a matrix

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Matrix

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

Sample:

Sample not available.