GET MaterialGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MaterialGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayName | string |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 255 |
|
| Inactive | boolean |
Required |
|
| Materials | Collection of Material |
None. |
|
| UserField1 | string |
String length: inclusive between 0 and 255 |
|
| UserField2 | string |
String length: inclusive between 0 and 255 |
|
| UserField3 | string |
String length: inclusive between 0 and 255 |
|
| UserField4 | string |
String length: inclusive between 0 and 255 |
|
| UserField5 | string |
String length: inclusive between 0 and 255 |
|
| Number | string |
Required String length: inclusive between 0 and 255 |
|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| CreationUser | string |
String length: inclusive between 0 and 255 |
|
| ModifiedDate | date |
None. |
|
| ModifiedUser | string |
String length: inclusive between 0 and 255 |
Response Formats
application/json, text/json
Sample:
[
{
"DisplayName": "sample string 8 - sample string 1",
"Name": "sample string 1",
"Inactive": true,
"UserField1": "sample string 3",
"UserField2": "sample string 4",
"UserField3": "sample string 5",
"UserField4": "sample string 6",
"UserField5": "sample string 7",
"Number": "sample string 8",
"Id": "a177c0fc-8e55-448b-a713-c384b26a3dc9",
"CreationDate": "2026-05-19T17:30:55.5182285+02:00",
"CreationUser": "sample string 10",
"ModifiedDate": "2026-05-19T17:30:55.5182285+02:00",
"ModifiedUser": "sample string 11"
},
{
"DisplayName": "sample string 8 - sample string 1",
"Name": "sample string 1",
"Inactive": true,
"UserField1": "sample string 3",
"UserField2": "sample string 4",
"UserField3": "sample string 5",
"UserField4": "sample string 6",
"UserField5": "sample string 7",
"Number": "sample string 8",
"Id": "a177c0fc-8e55-448b-a713-c384b26a3dc9",
"CreationDate": "2026-05-19T17:30:55.5182285+02:00",
"CreationUser": "sample string 10",
"ModifiedDate": "2026-05-19T17:30:55.5182285+02:00",
"ModifiedUser": "sample string 11"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.