Retrieve a list of materials of a study.

GET {{baseUrl}}/Studies({{ID}})/materials?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=material_ID desc,material_ID&$select=comment,ID&$expand=material,*

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;material&quot;:{&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;materialID&quot;:&quot;\u003cstring\u003e&quot;,&quot;baseUnit&quot;:&quot;\u003cstring\u003e&quot;,&quot;numberOfDecimals&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;crossStudy&quot;:false,&quot;category&quot;:&quot;\u003cstring\u003e&quot;,&quot;materialTypeName&quot;:&quot;\u003cstring\u003e&quot;,&quot;source&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;\u003cinteger\u003e&quot;},&quot;material_ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;study&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e&quot;},&quot;study_ID&quot;:&quot;\u003cuuid\u003e&quot;},{&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;material&quot;:{&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;materialID&quot;:&quot;\u003cstring\u003e&quot;,&quot;baseUnit&quot;:&quot;\u003cstring\u003e&quot;,&quot;numberOfDecimals&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;crossStudy&quot;:false,&quot;category&quot;:&quot;\u003cstring\u003e&quot;,&quot;materialTypeName&quot;:&quot;\u003cstring\u003e&quot;,&quot;source&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;\u003cinteger\u003e&quot;},&quot;material_ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;study&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e&quot;},&quot;study_ID&quot;:&quot;\u003cuuid\u003e&quot;}]}