GET api/ListMatrixColumnsById?matrixID={matrixID}

Retrieves all column definitions for a specific matrix by its ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
matrixID

The unique identifier of the matrix for which columns should be listed.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a dataset containing matrix column definitions. On failure: HTTP 400 Bad Request with a generic error message.

DataRowResponse
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}