Get one template

get

/fscmRestApi/resources/11.13.18.05/meterTemplates/{MeterDefinitionId}

Request

Path Parameters
  • Value that uniquely identifies a meter template definition. It is a value that the application generates when it creates a meter template definition. This value is referenced during retrieval and update of a meter template definition. This value cannot be updated after creation.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : meterTemplates-item-response
Type: object
Show Source
  • Title: End Date
    Date when a meter template definition can no longer be associated to an asset. It is also used as the default active end date for the associated meters created for an asset. The date must be equal to or greater than the system date, greater than the active start date, and can be updated only for the meter template definition.
  • Title: Start Date
    Date when a meter template definition can be associated to an asset. It is also used as the default active start date for the associated meters created for an asset. The date must be equal to or greater than the system date, less than the active end date, and can be updated only for the meter template definition.
  • Title: Allow meter to be used in generating a maintenance program forecast
    Maximum Length: 1
    Default Value: false
    Determines whether you can use the meter for maintenance.
  • Title: Estimated Daily Utilization Rate
    Base utilization rate for each day. The application uses this attribute only if it does not calculate the daily utilization rate for the meter.
  • Title: Initial Reading
    Value of the initial reading in the meter template definition. It is used to default the initial reading for the associated meters created for an asset. The value can be updated only for the meter template definition.
  • Links
  • Applicabilities
    Title: Applicabilities
    The Applicabilities resource allows you to apply items to a meter.
  • Title: Meter Code
    Maximum Length: 30
    Abbreviation that uniquely identifies a meter template definition. The code must be an alphanumeric value that includes uppercase alphabets. This value is referenced by the associated meters created for an asset. The code cannot be updated after creation.
  • Title: Meter Definition ID
    Value that uniquely identifies a meter template definition. It is a value that the application generates when it creates a meter template definition. This value is referenced during retrieval and update of a meter template definition. This value cannot be updated after creation.
  • Title: Meter Description
    Maximum Length: 240
    Description of the meter template definition. This value is displayed in the contextual action region for the associated meters created for an asset. The description cannot be updated after creation.
  • Title: Meter Name
    Maximum Length: 120
    Name of the meter template definition. The combination of name and code provides a unique identification of a meter template definition in user interfaces. This value is referenced by the associated meters created for an asset. The name cannot be updated after creation.
  • Title: Meters Created
    Maximum Length: 255
    Default Value: false
    Indicates if the meter template has been used to create one or more meters for an asset.
  • Title: Meter Type
    Read Only: true
    Maximum Length: 80
    Descriptive meaning of the meter type code for the meter template definition that is returned after creation or retrieval. A list of accepted values is defined in the lookup ORA_CSE_METER_TYPE_CODE.
  • Title: Meter Type Code
    Maximum Length: 30
    Type of meter in the meter template definition. This value is referenced by the associated meters created for an asset. It identifies whether the meter is a continuous (for example, an odometer) or gauge (for example a thermometer) type. A list of accepted values is defined in the lookup ORA_CSE_METER_TYPE_CODE. The meter type cannot be updated in the list of values or after creation in the meter template definition.
  • Title: Reading Direction
    Maximum Length: 30
    Direction of a meter in the meter template definition. This value is referenced by the associated meters created for an asset. Depending on the meter type, it identifies whether the meter direction is ascending, descending, or bidirectional. A list of accepted values is defined in the lookup ORA_CSE_DIRECTION. The direction cannot be updated in the list of values or after creation in the meter template definition.
  • Title: Reading Direction Meaning
    Read Only: true
    Maximum Length: 80
    Descriptive meaning of the reading type code for the meter template definition that is returned after creation or retrieval. The meaning is from the seeded lookup code definition. A list of accepted values is defined in the lookup ORA_CSE_DIRECTION.
  • Title: Reading Maximum Value
    Value of the maximum meter reading in the meter template definition. It is referenced by the associated meters created for an asset. It can be defined only for a gauge absolute or a continuous change meter, as it is used to validate new readings recorded in the meter reading history. The value must be greater than zero and can be updated for the meter template definition after creation.
  • Title: Reading Minimum Value
    Value of the minimum meter reading in the meter template definition. It is referenced by the associated meters created for an asset. It can be defined only for a gauge absolute or a continuous change meter, as it is used to validate new readings recorded in the meter reading history. The value must be greater than zero and can be updated for the meter template definition after creation. If the meter template definition allows a rollover, then the value must be less than the rollover maximum value.
  • Title: Reading Type
    Read Only: true
    Maximum Length: 80
    Descriptive reading type of the reading type code for the meter template definition that is returned after creation or retrieval. The meaning is from the seeded lookup code definition. A list of accepted values is defined in the lookup ORA_CSE_READING_TYPE_CODE.
  • Title: Reading Type Code
    Maximum Length: 30
    Type of reading of a meter in the meter template definition. This value is referenced by the associated meters created for an asset. Depending on the meter type, it identifies whether the meter reading is recorded as an absolute value or a change (delta) value between the last and current value. A list of accepted values is defined in the lookup ORA_CSE_READING_TYPE_CODE. The reading type cannot be updated in the list of values or after creation in the meter template definition.
  • Title: Record Meters at Work Order Completion
    Maximum Length: 30
    Default Value: ORA_DO_NOT_ALLOW
    Abbreviation that identifies whether the application requires the meter recording while completing the work order.
  • Title: Record Meters at Work Order Completion
    Read Only: true
    Maximum Length: 80
    Meaning that identifies if the application requires the meter recording while completing the work order.
  • Title: Reset allowed
    Read Only: true
    Maximum Length: 80
    Meaning of the reset allowed flag that is returned after creation or retrieval. If the flag is set to True, the value returned is Yes. If the flag is set to False, the value returned is No.
  • Title: Reset allowed
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the asset meter is allowed to be reset when recording a new reading in the meter reading history. If false, then the asset meter is not allowed to be reset when recording a new reading in the meter reading history. The default value is false. It is referenced by the associated meters created for an asset. It cannot be defined for a gauge meter, and if set to true, then the reset value must also be defined. The flag can be updated after initial creation for the meter template definition.
  • Title: Reset Value
    Value of the reading that will be used for a reset event while recording the meter reading history. It is referenced by the associated meters created for an asset. The value must be greater than zero and should be equal to the lowest allowable reading value on a physical meter for an asset.
  • Title: Rollover allowed
    Read Only: true
    Maximum Length: 80
    Meaning of the rollover allowed flag that is returned after creation or retrieval. If the flag is set to True, the value returned is Yes. If the flag is set to False, the value returned is No.
  • Title: Rollover allowed
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the asset meter is allowed to rollover when recording a new reading in the meter reading history. If false, then the asset meter is not allowed to rollover when recording a new reading in the meter reading history. The default value is false. It is referenced by the associated meters created for an asset. It can defined only for a continuous absolute or change ascending meter that may reach a maximum value before rolling over to a reset value and continuing recording. If set to true, then the rollover maximum and reset values must also be defined. The flag can be updated after initial creation for the meter template definition.
  • Title: Rollover Maximum Value
    Maximum value that will be used in the validations of a rollover event while recording meter reading history. It is referenced by the associated meters created for an asset. The value must be greater than zero and should equal the maximum allowable reading value on a physical meter for an asset, before the meter rolls over to a reset value and continues recording. The value can be updated after initial creation for the meter template definition.
  • Title: Rollover Minimum Value
    Minimum value that will be used in the validations of a rollover event while recording meter reading history. It is referenced by the associated meters created for an asset. the value should equal the minimum allowable reading value on a physical meter for an asset, after the meter rolls over to a reset value and continues recording. The value can be updated after initial creation for the meter template definition.
  • Title: Status
    Maximum Length: 255
    Value that identifies if the meter is ready or expired.
  • Title: Unit of Measure
    Read Only: true
    Maximum Length: 25
    Associated descriptive name of the unit of measure code for the meter template definition that is returned after creation or retrieval.
  • Title: Meter UOM
    Maximum Length: 3
    Abbreviation that identifies the unit of measure of the meter template definition. This value is referenced by the associated meters created for an asset. It provides a context for the defining, recording, and viewing the meter reading history. A list of accepted values is defined in the lookup ORA_CSE_UOM_CODE. The unit of measure cannot be updated after creation in the meter template definition.
  • Title: Number of Readings to Calculate an Average Daily Utilization Rate
    Number of readings to consider when calculating the utilization rate.
Nested Schema : Applicabilities
Type: array
Title: Applicabilities
The Applicabilities resource allows you to apply items to a meter.
Show Source
Nested Schema : meterTemplates-MeterApplicability-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get one meter template.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/meterTemplates/MeterDefinitionId"

For example:

curl -u username:password "https://servername/fscmRestApi/resources/version/meterTemplates/300100584894642"

Example Response Body

The following shows an example of the response body in JSON format.

{
    "MeterDefinitionId": 300100584894642,
    "MeterCode": "SP_TEMP16",
    "MeterName": "SP_TEMP16",
    "MeterDescription": null,
    "UOMCode": "EA",
    "UnitOfMeasure": "EA",
    "MeterTypeCode": "ORA_CONTINUOUS",
    "MeterType": "Continuous",
    "ReadingTypeCode": "ORA_CHANGE",
    "ReadingType": "Change",
    "ReadingDirection": "ORA_ASCENDING",
    "ReadingDirectionMeaning": "Ascending",
    "ActiveStartDate": "2023-01-16T07:00:00+00:00",
    "ActiveEndDate": null,
    "InitialReadingValue": 0,
    "ReadingMinimumValue": null,
    "ReadingMaximumValue": null,
    "ResetAllowedFlag": true,
    "ResetValue": 0,
    "RolloverAllowedFlag": true,
    "RolloverMaximumValue": 100,
    "RolloverResetValue": 0,
    "RolloverAllowed": "Yes",
    "ResetAllowed": "Yes",
    "DailyUtilizationRate": null,
    "AllowInMaintProgramFlag": false,
    "RecordAtWoComplCode": "ORA_DO_NOT_ALLOW",
    "RecordAtWoCompletion": "Do not allow",
    "UtilizationRateComputedAt": null,
    "MetersCreatedFlag": false,
    "Status": "Ready",
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/meterTemplates/300100584894642",
            "name": "meterTemplates",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/meterTemplates/300100584894642",
            "name": "meterTemplates",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/meterTemplates/300100584894642/child/MeterApplicability",
            "name": "MeterApplicability",
            "kind": "collection"
        }
    ]
}
Back to Top