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

integer

None.

Name

string

None.

Description

string

None.

Type

TransferPlanOperationType

None.

Response Formats

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

Sample:

Sample not available.