GET projectId/{projectId}/subGroup/{subGroupId}/items/{isAddItemToPM}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
|
| subGroupId | integer |
Required |
|
| isAddItemToPM | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PartLightHeaderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| ShortDescription | string |
None. |
|
| PartNumber | integer |
None. |
|
| ItemNumber | integer |
None. |
|
| SubGroupId | integer |
None. |
|
| GroupId | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Description": "sample string 2",
"ShortDescription": "sample string 3",
"PartNumber": 4,
"ItemNumber": 5,
"SubGroupId": 1,
"GroupId": 1
},
{
"Id": 1,
"Description": "sample string 2",
"ShortDescription": "sample string 3",
"PartNumber": 4,
"ItemNumber": 5,
"SubGroupId": 1,
"GroupId": 1
}
]