GET v1/operation/workOrderList

Retrieve list of Operations with minimal information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OperationModel
NameDescriptionTypeAdditional 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
}