GET odata/Groupings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GroupingName | Description | Type | Additional information |
---|---|---|---|
UserID | string |
Required String length: inclusive between 0 and 50 |
|
GroupName | string |
Required String length: inclusive between 0 and 50 |
|
ItemName | string |
Required String length: inclusive between 0 and 50 |
|
KeyName | string |
String length: inclusive between 0 and 50 |
|
Process | string |
String length: inclusive between 0 and 50 |
|
Enable | string |
String length: inclusive between 0 and 1 |
|
GroupID | integer |
None. |
|
ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserID": "sample string 1", "GroupName": "sample string 2", "ItemName": "sample string 3", "KeyName": "sample string 4", "Process": "sample string 5", "Enable": "sample string 6", "GroupID": 1, "ID": 7 }, { "UserID": "sample string 1", "GroupName": "sample string 2", "ItemName": "sample string 3", "KeyName": "sample string 4", "Process": "sample string 5", "Enable": "sample string 6", "GroupID": 1, "ID": 7 } ]
application/xml, text/xml
Sample:
<ArrayOfGrouping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <Grouping> <Enable>sample string 6</Enable> <GroupID>1</GroupID> <GroupName>sample string 2</GroupName> <ID>7</ID> <ItemName>sample string 3</ItemName> <KeyName>sample string 4</KeyName> <Process>sample string 5</Process> <UserID>sample string 1</UserID> </Grouping> <Grouping> <Enable>sample string 6</Enable> <GroupID>1</GroupID> <GroupName>sample string 2</GroupName> <ID>7</ID> <ItemName>sample string 3</ItemName> <KeyName>sample string 4</KeyName> <Process>sample string 5</Process> <UserID>sample string 1</UserID> </Grouping> </ArrayOfGrouping>