GET api/Materials

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Material
NameDescriptionTypeAdditional information
materialId

globally unique identifier

None.

name

string

None.

createdDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "materialId": "3e8df2e7-d0b5-46ac-8792-18c387ecc8be",
    "name": "sample string 2",
    "createdDate": "2026-03-20T18:47:04.5285342+00:00"
  },
  {
    "materialId": "3e8df2e7-d0b5-46ac-8792-18c387ecc8be",
    "name": "sample string 2",
    "createdDate": "2026-03-20T18:47:04.5285342+00:00"
  }
]

text/html

Sample:
[{"materialId":"3e8df2e7-d0b5-46ac-8792-18c387ecc8be","name":"sample string 2","createdDate":"2026-03-20T18:47:04.5285342+00:00"},{"materialId":"3e8df2e7-d0b5-46ac-8792-18c387ecc8be","name":"sample string 2","createdDate":"2026-03-20T18:47:04.5285342+00:00"}]