GET api/matrix?filter={filter}

Returns a List of all Data Matrices

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

None.

Body Parameters

None.

Response Information

Resource Description

MatrixListDTO

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.