GET v1/operation/summary
Retrieve list of Operations with expanded information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OperationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OperationID |
Unique identifier of the Operation |
integer |
None. |
| Operation |
Name of the Operation |
string |
None. |
| RouteName |
Route name of the Operation |
string |
None. |
| ShowFlags | boolean |
None. |
|
| RecordTime | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"operationID": 1,
"operation": "sample string 2",
"routeName": "sample string 3",
"showFlags": true,
"recordTime": true
}