GET api/CodeGroupList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CodeGroupOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupID | integer |
None. |
|
| GroupName | string |
None. |
|
| GroupTypeId | integer |
None. |
|
| GroupTypeName | string |
None. |
|
| Comments | string |
None. |
|
| OwnerDisplayName | string |
None. |
|
| Version | integer |
None. |
|
| LastSaved | string |
None. |
|
| VarName | string |
None. |
|
| LastSavedOrder | integer |
None. |
|
| Reviews | Collection of Review |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupID": 1,
"GroupName": "sample string 2",
"GroupTypeId": 3,
"GroupTypeName": "sample string 4",
"Comments": "sample string 5",
"OwnerDisplayName": "sample string 6",
"Version": 7,
"LastSaved": "sample string 8",
"VarName": "sample string 9",
"LastSavedOrder": 10,
"Reviews": [
{
"Reviewed": "sample string 1",
"Reviewer": "sample string 2"
},
{
"Reviewed": "sample string 1",
"Reviewer": "sample string 2"
}
]
},
{
"GroupID": 1,
"GroupName": "sample string 2",
"GroupTypeId": 3,
"GroupTypeName": "sample string 4",
"Comments": "sample string 5",
"OwnerDisplayName": "sample string 6",
"Version": 7,
"LastSaved": "sample string 8",
"VarName": "sample string 9",
"LastSavedOrder": 10,
"Reviews": [
{
"Reviewed": "sample string 1",
"Reviewer": "sample string 2"
},
{
"Reviewed": "sample string 1",
"Reviewer": "sample string 2"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfCodeGroupListController.CodeGroupOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QWeb.PublicAPI.Controllers">
<CodeGroupListController.CodeGroupOverview>
<Comments>sample string 5</Comments>
<GroupID>1</GroupID>
<GroupName>sample string 2</GroupName>
<GroupTypeId>3</GroupTypeId>
<GroupTypeName>sample string 4</GroupTypeName>
<LastSaved>sample string 8</LastSaved>
<LastSavedOrder>10</LastSavedOrder>
<OwnerDisplayName>sample string 6</OwnerDisplayName>
<Reviews>
<CodeGroupListController.Review>
<Reviewed>sample string 1</Reviewed>
<Reviewer>sample string 2</Reviewer>
</CodeGroupListController.Review>
<CodeGroupListController.Review>
<Reviewed>sample string 1</Reviewed>
<Reviewer>sample string 2</Reviewer>
</CodeGroupListController.Review>
</Reviews>
<VarName>sample string 9</VarName>
<Version>7</Version>
</CodeGroupListController.CodeGroupOverview>
<CodeGroupListController.CodeGroupOverview>
<Comments>sample string 5</Comments>
<GroupID>1</GroupID>
<GroupName>sample string 2</GroupName>
<GroupTypeId>3</GroupTypeId>
<GroupTypeName>sample string 4</GroupTypeName>
<LastSaved>sample string 8</LastSaved>
<LastSavedOrder>10</LastSavedOrder>
<OwnerDisplayName>sample string 6</OwnerDisplayName>
<Reviews>
<CodeGroupListController.Review>
<Reviewed>sample string 1</Reviewed>
<Reviewer>sample string 2</Reviewer>
</CodeGroupListController.Review>
<CodeGroupListController.Review>
<Reviewed>sample string 1</Reviewed>
<Reviewer>sample string 2</Reviewer>
</CodeGroupListController.Review>
</Reviews>
<VarName>sample string 9</VarName>
<Version>7</Version>
</CodeGroupListController.CodeGroupOverview>
</ArrayOfCodeGroupListController.CodeGroupOverview>