GET api/v{version}/OperationTemplates

Gets a list of operation templates that are available in the current project. An operation template is a common type of task, such as transferring crew to a turbine.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

A list of operation templates.

Collection of IOperationTemplate
NameDescriptionTypeAdditional information
Id

The ID of the operation template.

integer

None.

Name

The name of the operation.

string

None.

Description

A description of the operation.

string

None.

Type

The type of the operation.

TransferPlanOperationType

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.