GET
/
v1
/
matrix
/
view
/
{matrixId}
Get matrix user view
curl --request GET \
  --url https://staging.api.us.aptlydone.com/matrix/v1/matrix/view/{matrixId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-24T08:51:11.638Z",
  "message": "Success",
  "data": {
    "id": "eead5912-3bf4-4c04-a675-c4c8837a2357",
    "matrixId": "d04e9edb-857c-49ba-9b19-681be2e8fafc",
    "userId": "fdde3d1d-ec80-4fee-b174-fe4b6422fd52",
    "viewData": {},
    "createdOn": "2025-06-24T08:51:11.905Z",
    "updatedOn": "2025-06-24T08:51:11.906Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

matrixId
string
required

Response

200 - application/json

Matrix view retrieved successfully

The response is of type object.