GET api/RoutineMaintUserOperativeGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RoutineMaint_UserOperativeGroups| Name | Description | Type | Additional information |
|---|---|---|---|
| UserOperativeID | integer |
None. |
|
| OperativeGroupID | integer |
None. |
|
| UserID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserOperativeID": 1,
"OperativeGroupID": 2,
"UserID": 3
},
{
"UserOperativeID": 1,
"OperativeGroupID": 2,
"UserID": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfRoutineMaint_UserOperativeGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BridgeStationDAL">
<RoutineMaint_UserOperativeGroups>
<OperativeGroupID>2</OperativeGroupID>
<UserID>3</UserID>
<UserOperativeID>1</UserOperativeID>
</RoutineMaint_UserOperativeGroups>
<RoutineMaint_UserOperativeGroups>
<OperativeGroupID>2</OperativeGroupID>
<UserID>3</UserID>
<UserOperativeID>1</UserOperativeID>
</RoutineMaint_UserOperativeGroups>
</ArrayOfRoutineMaint_UserOperativeGroups>