GET groups/{projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupNumber | integer |
None. |
|
| Description | string |
None. |
|
| SubGroups | Collection of SubGroupDto |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"GroupNumber": 2,
"Description": "sample string 3",
"SubGroups": [
{
"Id": 1,
"SubGroupNumber": 2,
"Description": "sample string 3",
"GroupId": 4
},
{
"Id": 1,
"SubGroupNumber": 2,
"Description": "sample string 3",
"GroupId": 4
}
]
},
{
"Id": 1,
"GroupNumber": 2,
"Description": "sample string 3",
"SubGroups": [
{
"Id": 1,
"SubGroupNumber": 2,
"Description": "sample string 3",
"GroupId": 4
},
{
"Id": 1,
"SubGroupNumber": 2,
"Description": "sample string 3",
"GroupId": 4
}
]
}
]