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
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of operation templates.
Collection of IOperationTemplate| Name | Description | Type | Additional 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.