GET api/v{version}/OperationTemplates?id={id}

Returns the operation template with the given ID. An operation template is a common type of task, such as transferring crew to a turbine.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the operation template.

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

The requested operation template.

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.