Get all forecast due dates
get
/fscmRestApi/resources/11.13.18.05/maintenanceForecasts
Request
Query Parameters
-
expand: string
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).
-
fields: string
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 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds forecast due dates according to the forecast ID identifier.
Finder Variables:- ForecastId; integer; Value that uniquely identifies a forecast due date.
- PrimaryKey: Finds forecast due dates according to the forecast ID identifier.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
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 -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AssetDescription; string; Description of the asset. This value is read-only.
- AssetId; integer; Value that uniquely identifies an asset. This value is read-only.
- AssetLocation; string; Name of the location of an asset. This value is read-only.
- AssetLocationCode; string; Abbreviation that uniquely identifies the location of an asset. This value is read-only.
- AssetNumber; string; Number that uniquely identifies an asset. This value is read-only.
- AssetOperatingOrgCode; string; Abbreviation that uniquely identifies the operating organization for an asset. This value is read-only.
- AssetOperatingOrgId; integer; Value that uniquely identifies the operating organization for an asset. This value is read-only.
- AssetSerialNumber; string; Serial number of the asset. This value is read-only.
- CreatedBy; string; Login username of the user who created the record. This value is read-only.
- CreationDate; string; Date when the record was created. This value is read-only.
- ForecastDueDate; string; Date on which the forecast is due. This value is read-only.
- ForecastId; integer; Value that uniquely identifies the forecast due date for a work requirement and asset in a maintenance program. This value is read-only.
- ForecastOrganizationCode; string; Abbreviation that uniquely identifies the organization for the forecasted due date of an asset This value is read-only.
- ForecastOrganizationId; integer; Value that uniquely identifies the organization for the forecasted due date of an asset. This value is read-only.
- ForecastStatus; string; Meaning of the status of a forecast line. This value is read-only.
- ForecastStatusCode; string; Abbreviation that uniquely describes the status of a forecast line. The values are ORA_PLANNED, ORA_UNPLANNED, ORA_SKIPPED or ORA_SCHEDULED as defined in the lookup ORA_MNT_FORECAST_STATUS. This value is read-only.
- GlobalAssetsFlag; boolean; Indicates if the program will support assets that operate in other organizations. This value is read-only.
- ItemId; integer; Value that uniquely identifies an inventory item for an asset. This value is read-only.
- ItemNumber; string; Number for an inventory item. This value is read-only.
- LastUpdateDate; string; Date when the record was updated. This value is read-only.
- LastUpdatedBy; string; Login username of the user who updated the record. This value is read-only.
- MultipleForecastLinesFlag; boolean; Indicates if the forecast due date has more than one corresponding forecast line with work definition details. This value is read-only.
- ProgramCode; string; Abbreviation that uniquely identifies the maintenance program. This value is read-only.
- ProgramId; integer; Value that uniquely identifies the maintenance program. This value is read-only.
- ProgramName; string; Name of the maintenance program. This value is read-only.
- ProgramOrganizationCode; string; Abbreviation that uniquely identifies the inventory organization of the maintenance program. Either Organization ID or Code is required. This value is read-only.
- ProgramOrganizationId; integer; Value that uniquely identifies the inventory organization of the maintenance program. This value is read-only.
- ProgramReference; string; Reference for a maintenance program. This value is read-only.
- ProgramSubType; string; Meaning of a maintenance program subtype. This value is read-only.
- ProgramSubTypeCode; string; Abbreviation that uniquely identifies the subtype of maintenance program. Values are user defined using the extensible lookup ORA_MNT_MX_PROGRAM_SUB_TYPE. This value is read-only.
- ProgramType; string; Meaning of a maintenance program type. This value is read-only.
- ProgramTypeCode; string; Abbreviation that uniquely identifies the type of maintenance program. Values are ORA_MAINTENANCE and ORA_SUBSCRIPTION as defined in the lookup ORA_MNT_MX_PROGRAM_TYPE. This value is read-only.
- RequestedWoOrganizationCode; string; Abbreviation that uniquely defines the Organization for the work order. If defined, the value will be used instead of the forecast Organization.
- RequestedWoOrganizationId; integer; Value that uniquely defines the Organization for the work order. If defined, the value will be used instead of the forecast Organization.
- RequestedWoStartDate; string; Planned Start Date for the work order. If defined, the value will be used instead of the forecast due date.
- RequirementName; string; Name that uniquely identifies a work requirement across all maintenance programs. This value is read-only.
- RootAssetId; integer; Value that uniquely identifies the top asset in a physical hierarchy of assets. This value is read-only.
- RootAssetNumber; string; Number that uniquely identifies the top asset in a physical hierarchy of assets. This value is read-only.
- SkipDueDateFlag; boolean; Indicates if the due date will be skipped and a work order will not be created. This value is read-only.
- WarrantyRepairFlag; boolean; Value that indicates if the work order is a warranty repair. This value is read-only.
- WorkOrderId; integer; Value that uniquely identifies a maintenance work order. This value is read-only.
- WorkOrderNumber; string; Number of a maintenance work order. This value is read-only.
- WorkOrderOrganizationCode; string; Abbreviation that uniquely identifies the organization for the work order. Either Organization ID or Code is required. This value is read-only.
- WorkOrderOrganizationId; integer; Value that uniquely identifies the inventory organization for the work order. This value is read-only.
- WorkOrderStartDate; string; Description of a maintenance work order. This value is read-only. This value is read-only.
- WorkOrderStatus; string; Name of the status of a Work Order. This value is read-only.
- WorkOrderStatusCode; string; Abbreviation for the status of a Work Order. This value is read-only.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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 TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : maintenanceForecasts
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceForecasts-item-response
Type:
Show Source
object-
AssetDescription: string
Title:
Asset DescriptionRead Only:trueMaximum Length:240Description of the asset. This value is read-only. -
AssetId: integer
(int64)
Title:
Asset IDRead Only:trueValue that uniquely identifies an asset. This value is read-only. -
AssetLocation: string
Title:
Asset LocationRead Only:trueMaximum Length:80Name of the location of an asset. This value is read-only. -
AssetLocationCode: string
Title:
Location Organization CodeRead Only:trueMaximum Length:80Abbreviation that uniquely identifies the location of an asset. This value is read-only. -
AssetNumber: string
Title:
Asset NumberRead Only:trueMaximum Length:80Number that uniquely identifies an asset. This value is read-only. -
AssetOperatingOrgCode: string
Title:
Operating OrganizationRead Only:trueMaximum Length:18Abbreviation that uniquely identifies the operating organization for an asset. This value is read-only. -
AssetOperatingOrgId: integer
(int64)
Title:
Operating Organization IDRead Only:trueValue that uniquely identifies the operating organization for an asset. This value is read-only. -
AssetSerialNumber: string
Title:
Serial NumberRead Only:trueMaximum Length:80Serial number of the asset. This value is read-only. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Login username of the user who created the record. This value is read-only. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. This value is read-only. -
ForecastDueDate: string
(date)
Title:
Due DateRead Only:trueDate on which the forecast is due. This value is read-only. -
ForecastId: integer
(int64)
Title:
Forecast IdRead Only:trueValue that uniquely identifies the forecast due date for a work requirement and asset in a maintenance program. This value is read-only. -
forecastLines: array
Forecast Lines
Title:
Forecast LinesThe Maintenance Forecast Line resource manages the work definition details for forecast due dates in a maintenance program. -
ForecastOrganizationCode: string
Title:
Forecast OrganizationRead Only:trueMaximum Length:18Abbreviation that uniquely identifies the organization for the forecasted due date of an asset This value is read-only. -
ForecastOrganizationId: integer
(int64)
Title:
Forecast Organization IDValue that uniquely identifies the organization for the forecasted due date of an asset. This value is read-only. -
ForecastStatus: string
Title:
Forecast StatusRead Only:trueMaximum Length:255Meaning of the status of a forecast line. This value is read-only. -
ForecastStatusCode: string
Title:
Forecast Status CodeRead Only:trueMaximum Length:255Abbreviation that uniquely describes the status of a forecast line. The values are ORA_PLANNED, ORA_UNPLANNED, ORA_SKIPPED or ORA_SCHEDULED as defined in the lookup ORA_MNT_FORECAST_STATUS. This value is read-only. -
GlobalAssetsFlag: boolean
Title:
Allow assets from other organizationsRead Only:trueMaximum Length:1Indicates if the program will support assets that operate in other organizations. This value is read-only. -
ItemId: integer
(int64)
Title:
Item IDRead Only:trueValue that uniquely identifies an inventory item for an asset. This value is read-only. -
ItemNumber: string
Title:
Item NumberRead Only:trueMaximum Length:300Number for an inventory item. This value is read-only. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the record was updated. This value is read-only. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Login username of the user who updated the record. This value is read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MultipleForecastLinesFlag: boolean
Title:
Work Requirement NameRead Only:trueMaximum Length:255Indicates if the forecast due date has more than one corresponding forecast line with work definition details. This value is read-only. -
ProgramCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the maintenance program. This value is read-only. -
ProgramId: integer
(int64)
Title:
Program IdRead Only:trueValue that uniquely identifies the maintenance program. This value is read-only. -
ProgramName: string
Title:
Program NameRead Only:trueMaximum Length:120Name of the maintenance program. This value is read-only. -
ProgramOrganizationCode: string
Title:
Program OrganizationRead Only:trueMaximum Length:18Abbreviation that uniquely identifies the inventory organization of the maintenance program. Either Organization ID or Code is required. This value is read-only. -
ProgramOrganizationId: integer
(int64)
Title:
Program Organization IDRead Only:trueValue that uniquely identifies the inventory organization of the maintenance program. This value is read-only. -
ProgramReference: string
Title:
Program ReferenceRead Only:trueMaximum Length:80Reference for a maintenance program. This value is read-only. -
ProgramSubType: string
Title:
Program SubtypeRead Only:trueMaximum Length:80Meaning of a maintenance program subtype. This value is read-only. -
ProgramSubTypeCode: string
Title:
Program Subtype CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the subtype of maintenance program. Values are user defined using the extensible lookup ORA_MNT_MX_PROGRAM_SUB_TYPE. This value is read-only. -
ProgramType: string
Title:
Program TypeRead Only:trueMaximum Length:80Meaning of a maintenance program type. This value is read-only. -
ProgramTypeCode: string
Title:
Program Type CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the type of maintenance program. Values are ORA_MAINTENANCE and ORA_SUBSCRIPTION as defined in the lookup ORA_MNT_MX_PROGRAM_TYPE. This value is read-only. -
RequestedWoOrganizationCode: string
Title:
Requested OrganizationRead Only:trueMaximum Length:18Abbreviation that uniquely defines the Organization for the work order. If defined, the value will be used instead of the forecast Organization. -
RequestedWoOrganizationId: integer
(int64)
Title:
Requested Organization IdValue that uniquely defines the Organization for the work order. If defined, the value will be used instead of the forecast Organization. -
RequestedWoStartDate: string
(date-time)
Title:
Requested Start DatePlanned Start Date for the work order. If defined, the value will be used instead of the forecast due date. -
RequirementName: string
Read Only:
trueMaximum Length:255Name that uniquely identifies a work requirement across all maintenance programs. This value is read-only. -
RootAssetId: integer
(int64)
Title:
Root Asset IDRead Only:trueValue that uniquely identifies the top asset in a physical hierarchy of assets. This value is read-only. -
RootAssetNumber: string
Title:
Root Asset NumberRead Only:trueMaximum Length:80Number that uniquely identifies the top asset in a physical hierarchy of assets. This value is read-only. -
SkipDueDateFlag: boolean
Title:
Skip Due DateMaximum Length:1Indicates if the due date will be skipped and a work order will not be created. This value is read-only. -
WarrantyRepairFlag: boolean
Title:
Warranty RepairRead Only:trueMaximum Length:1Value that indicates if the work order is a warranty repair. This value is read-only. -
WorkOrderId: integer
(int64)
Title:
Work Order IDValue that uniquely identifies a maintenance work order. This value is read-only. -
WorkOrderNumber: string
Title:
Work Order NumberRead Only:trueMaximum Length:120Number of a maintenance work order. This value is read-only. -
WorkOrderOrganizationCode: string
Title:
Work Order OrganizationRead Only:trueMaximum Length:18Abbreviation that uniquely identifies the organization for the work order. Either Organization ID or Code is required. This value is read-only. -
WorkOrderOrganizationId: integer
(int64)
Title:
Work Order Organization IdRead Only:trueValue that uniquely identifies the inventory organization for the work order. This value is read-only. -
WorkOrderStartDate: string
(date-time)
Title:
Work Order Planned Start DateRead Only:trueDescription of a maintenance work order. This value is read-only. This value is read-only. -
WorkOrderStatus: string
Title:
Work Order StatusRead Only:trueMaximum Length:120Name of the status of a Work Order. This value is read-only. -
WorkOrderStatusCode: string
Title:
Work Order Status CodeRead Only:trueMaximum Length:30Abbreviation for the status of a Work Order. This value is read-only.
Nested Schema : Forecast Lines
Type:
arrayTitle:
Forecast LinesThe Maintenance Forecast Line resource manages the work definition details for forecast due dates in a maintenance program.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceForecasts-forecastLines-item-response
Type:
Show Source
object-
CalendarPattern: string
Title:
Calendar PatternRead Only:trueMaximum Length:120Name of the calendar pattern for the forecasted due date. This value is read-only. -
CalendarPatternId: integer
(int64)
Title:
Calendar Pattern IDValue that uniquely identifies the calendar pattern for the forecasted due date. This value is read-only. -
CreateWoOption: string
Title:
Create Work Orders OptionRead Only:trueMaximum Length:80Meaning of the create work order option of a work requirement. Values are either Item or Asset. This value is read-only. -
CreateWorkOrderOptionCode: string
Title:
Create Work Orders Option CodeRead Only:trueMaximum Length:30Default Value:ORA_AUTOMATICAbbreviation that uniquely identifies if work orders will be created based on the forecast or not. Values are either ORA_AUTOMATIC or ORA_MANUALLY as defined in the lookup ORA_MNT_MX_PROGRAM_WO_CREATE. This value is read-only. -
DayIntervalValue: number
Title:
Day IntervalValue for the number of days that will be incremented to calculate the forecast due dates into the future. This value is read-only. -
DueAtCycleInterval: number
Title:
Due at Cycle IntervalCycle interval in which the forecast is generated. This value is read-only. -
DueAtMeterReading: number
Title:
Due at Meter ReadingValue for the meter on the forecast due date. This value is read-only. -
ForecastDueDate: string
(date)
Title:
Due DateDate on which the forecast is due. This value is read-only. -
ForecastId: integer
(int64)
Title:
Forecast IdRead Only:trueValue that uniquely identifies the forecast due date for a work requirement and asset in a maintenance program. This value is read-only. -
ForecastInterval: string
Title:
Forecast IntervalRead Only:trueMaximum Length:255Describes how each due date in the forecast is incremented. For a Calendar Pattern the pattern name is displayed. For a Day Interval the number of days of unit of measure is displayed. For a Meter the meter interval and unit of measure is displayed. For a Condition Event a null value is displayed. This value is read-only. -
ForecastLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the forecast line for a work requirement and asset in a maintenance program. This value is read-only. -
ForecastMethod: string
Title:
Forecast MethodRead Only:trueMaximum Length:255Describes how a maintenance forecast is generated. A forecast can be generated by one these methods: Calendar Pattern, Day Interval value, Meter Template name or Condition Event code. This value is read-only. -
ForecastNextDueBy: string
Title:
Next Due Date MethodRead Only:trueMaximum Length:255Meaning of how the next due date in the forecast will be calculated. For a Calendar Pattern it will display as Last Completion. For a Day Interval it will display as Last Completion or Base Interval . For a Meter it will display as Last Completion or Base Interval. For a Condition Event nothing is displayed. This value is read-only. -
ForecastNextDueByCode: string
Title:
Next Due Date CodeRead Only:trueMaximum Length:255Abbreviation that indicates how the next due date in the forecast will be calculated. The values are ORA_BASE_INTERVAL or ORA_READING_HISTORY as defined in the lookup ORA_MNT_METER_NEXT_DUE. This value is read-only. -
ForecastUsingCycleFlag: boolean
Title:
Forecast using a cycleRead Only:trueMaximum Length:1Indicates if the forecast will be incremented on a cycle of intervals or not. This value is read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MeterDailyRate: number
Title:
Meter Daily RateValue for the daily utilization rate that will be incremented to calculate the forecast due dates into the future. This value is read-only. -
MeterId: integer
(int64)
Title:
Meter IDValue that uniquely identifies the asset meter for the forecasted due date. This value is read-only. -
MeterName: string
Title:
Meter NameRead Only:trueMaximum Length:120Name of the asset meter for the forecasted due date. This value is read-only. -
NextWorkOrderOnlyFlag: boolean
Title:
Next work order onlyMaximum Length:1Indicates if the next work orders are created or not. If the value is equal to Y, then the next work order is only created after the completion of the last due work order in the forecast. This value is read-only. -
NumberOfIntervals: number
Title:
Number of Intervals per CycleRead Only:trueNumber of intervals for a forecast that is incremented on a cycle of intervals. This value is read-only. -
RequirementEndDate: string
(date)
Title:
End DateRead Only:trueDate when a work requirement will no longer be considered by the maintenance forecast. This value is read-only. -
RequirementId: integer
(int64)
Title:
Work RequirementValue that uniquely identifies a work requirement in a maintenance program. This value is read-only. -
RequirementName: string
Title:
Work Requirement NameRead Only:trueMaximum Length:120Name that uniquely identifies a work requirement across all maintenance programs. This value is read-only. -
RequirementReference: string
Title:
Requirement ReferenceRead Only:trueMaximum Length:80Reference for a work requirement in a maintenance program. This value is read-only. -
RequirementStartDate: string
(date)
Title:
Start DateRead Only:trueDate when a work requirement will be considered by the maintenance forecast. This value is read-only. -
RequirementType: string
Title:
TypeRead Only:trueMaximum Length:80Meaning of the type of a work requirement. Values are either Item or Asset. This value is read-only. -
RequirementTypeCode: string
Title:
TypeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the type of a work requirement. Values are either ORA_ITEM or ORA_ASSET. This value is read-only. -
SuppressFlag: boolean
Title:
SuppressRead Only:trueMaximum Length:1Value that indicates whether the work definition requirement is suppressed for the asset in the creation of the forecast. This value is read-only. -
WorkDefinitionCode: string
Title:
CodeRead Only:trueMaximum Length:30Work definition code used in the generated forecast. This value is read-only. -
WorkDefinitionDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Work definition description used in the generated forecast. This value is read-only. -
WorkDefinitionId: integer
(int64)
Title:
Work DefinitionRead Only:trueWork definition identifier used in the generated forecast. This value is read-only. -
WorkDefinitionName: string
Title:
NameRead Only:trueMaximum Length:120Work definition name used in the generated forecast. This value is read-only. -
WorkDefinitionVersion: string
Title:
VersionRead Only:trueMaximum Length:10Work definition version used in the generated forecast. This value is read-only.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- generateWorkRequirementForecasts
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceForecasts/action/generateWorkRequirementForecastsGenerates forecasts for assets in a work requirement. This service can be accessed through the Maintenance Work Requirement Redwood page to create forecasts for the assets listed in the work requirement.
- manageForecastWorkOrders
-
Creates or cancels work orders for an asset's forecasted due date. This service is used through the Maintenance Forecasts page to manually manage work orders for a forecasted due date. You can create a work order for a forecast due date only if there isn't already a work order associated. If there is already a work order, you can cancel it and optionally recreate another work order, typically in another organization. Care should be taken when creating or canceling work orders using this service as the Generate Maintenance Forecast scheduled process will be impacted. The forecast won't be calculated before the last work order in history, which could result in an incorrect forecast for an asset. Additionally, canceling a work order may disrupt the recalculation of the forecast, as well as the creation of new work orders using the Generate Maintenance Work Orders process.
Examples
This example describes how to get all forecast due dates for maintenance programs.
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/maintenanceForecasts"
Example Response Body
The following example includes the contents of the response body
in JSON format:
{
"items": [
{
"ForecastId": 20354,
"ForecastStatusCode": "ORA_PLANNED",
"ForecastStatus": "Planned",
"ProgramOrganizationId": 300100113363336,
"ProgramOrganizationCode": "OPS_ORG_A",
"ProgramId": 300100583272981,
"ProgramCode": "MAINTENANCE_PROGRAM",
"ProgramName": "MAINTENANCE_PROGRAM",
"ProgramTypeCode": "ORA_MAINTENANCE",
"ProgramType": "Maintenance",
"ProgramSubTypeCode": "Subtype 1",
"ProgramSubType": "Subtype 1 M",
"ProgramReference": "PREF123",
"GlobalAssetsFlag": true,
"RequirementName": "ACO_WR_1",
"ItemId": 300100581367310,
"ItemNumber": "ALM-MX-ITEM-001",
"AssetId": 300100581367872,
"AssetNumber": "ALM_ASSET_002",
"AssetDescription": "ALM-MX-ITEM-001-DESC",
"AssetSerialNumber": "ALM_ASSET_002",
"AssetOperatingOrgId": 300100113363336,
"AssetOperatingOrgCode": "OPS_ORG_A",
"AssetLocationCode": "ORA_UNKNOWN",
"AssetLocation": "Unknown",
"RootAssetId": 300100581367872,
"RootAssetNumber": "ALM_ASSET_002",
"ForecastDueDate": "2023-08-08",
"SkipDueDateFlag": false,
"ForecastOrganizationId": 300100113363336,
"ForecastOrganizationCode": "OPS_ORG_A",
"RequestedWoStartDate": null,
"RequestedWoOrganizationId": 300100113363336,
"RequestedWoOrganizationCode": "OPS_ORG_A",
"WorkOrderId": null,
"WorkOrderNumber": null,
"WorkOrderOrganizationId": null,
"WorkOrderOrganizationCode": null,
"WorkOrderStartDate": null,
"WorkOrderStatusCode": null,
"WorkOrderStatus": null,
"WarrantyRepairFlag": false,
"CreatedBy": "MNT_QA",
"CreationDate": "2023-08-01T20:46:40+00:00",
"LastUpdatedBy": "MNT_QA",
"LastUpdateDate": "2023-08-01T20:46:40+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20354",
"name": "maintenanceForecasts",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20354",
"name": "maintenanceForecasts",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20354/child/forecastLines",
"name": "forecastLines",
"kind": "collection"
}
]
},
{
"ForecastId": 20355,
"ForecastStatusCode": "ORA_PLANNED",
"ForecastStatus": "Planned",
"ProgramOrganizationId": 300100113363336,
"ProgramOrganizationCode": "OPS_ORG_A",
"ProgramId": 300100583272981,
"ProgramCode": "MAINTENANCE_PROGRAM",
"ProgramName": "MAINTENANCE_PROGRAM",
"ProgramTypeCode": "ORA_MAINTENANCE",
"ProgramType": "Maintenance",
"ProgramSubTypeCode": "Subtype 1",
"ProgramSubType": "Subtype 1 M",
"ProgramReference": "PREF123",
"GlobalAssetsFlag": true,
"RequirementName": "ACO_WR_1",
"ItemId": 300100581367310,
"ItemNumber": "ALM-MX-ITEM-001",
"AssetId": 300100581367872,
"AssetNumber": "ALM_ASSET_002",
"AssetDescription": "ALM-MX-ITEM-001-DESC",
"AssetSerialNumber": "ALM_ASSET_002",
"AssetOperatingOrgId": 300100113363336,
"AssetOperatingOrgCode": "OPS_ORG_A",
"AssetLocationCode": "ORA_UNKNOWN",
"AssetLocation": "Unknown",
"RootAssetId": 300100581367872,
"RootAssetNumber": "ALM_ASSET_002",
"ForecastDueDate": "2023-08-15",
"SkipDueDateFlag": false,
"ForecastOrganizationId": 300100113363336,
"ForecastOrganizationCode": "OPS_ORG_A",
"RequestedWoStartDate": null,
"RequestedWoOrganizationId": 300100113363336,
"RequestedWoOrganizationCode": "OPS_ORG_A",
"WorkOrderId": null,
"WorkOrderNumber": null,
"WorkOrderOrganizationId": null,
"WorkOrderOrganizationCode": null,
"WorkOrderStartDate": null,
"WorkOrderStatusCode": null,
"WorkOrderStatus": null,
"WarrantyRepairFlag": false,
"CreatedBy": "MNT_QA",
"CreationDate": "2023-08-01T20:46:40+00:00",
"LastUpdatedBy": "MNT_QA",
"LastUpdateDate": "2023-08-01T20:46:40+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20355",
"name": "maintenanceForecasts",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20355",
"name": "maintenanceForecasts",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20355/child/forecastLines",
"name": "forecastLines",
"kind": "collection"
}
]
},
{
"ForecastId": 20356,
"ForecastStatusCode": "ORA_PLANNED",
"ForecastStatus": "Planned",
"ProgramOrganizationId": 300100113363336,
"ProgramOrganizationCode": "OPS_ORG_A",
"ProgramId": 300100583272981,
"ProgramCode": "MAINTENANCE_PROGRAM",
"ProgramName": "MAINTENANCE_PROGRAM",
"ProgramTypeCode": "ORA_MAINTENANCE",
"ProgramType": "Maintenance",
"ProgramSubTypeCode": "Subtype 1",
"ProgramSubType": "Subtype 1 M",
"ProgramReference": "PREF123",
"GlobalAssetsFlag": true,
"RequirementName": "ACO_WR_1",
"ItemId": 300100581367310,
"ItemNumber": "ALM-MX-ITEM-001",
"AssetId": 300100581367872,
"AssetNumber": "ALM_ASSET_002",
"AssetDescription": "ALM-MX-ITEM-001-DESC",
"AssetSerialNumber": "ALM_ASSET_002",
"AssetOperatingOrgId": 300100113363336,
"AssetOperatingOrgCode": "OPS_ORG_A",
"AssetLocationCode": "ORA_UNKNOWN",
"AssetLocation": "Unknown",
"RootAssetId": 300100581367872,
"RootAssetNumber": "ALM_ASSET_002",
"ForecastDueDate": "2023-08-22",
"SkipDueDateFlag": false,
"ForecastOrganizationId": 300100113363336,
"ForecastOrganizationCode": "OPS_ORG_A",
"RequestedWoStartDate": null,
"RequestedWoOrganizationId": 300100113363336,
"RequestedWoOrganizationCode": "OPS_ORG_A",
"WorkOrderId": null,
"WorkOrderNumber": null,
"WorkOrderOrganizationId": null,
"WorkOrderOrganizationCode": null,
"WorkOrderStartDate": null,
"WorkOrderStatusCode": null,
"WorkOrderStatus": null,
"WarrantyRepairFlag": false,
"CreatedBy": "MNT_QA",
"CreationDate": "2023-08-01T20:46:40+00:00",
"LastUpdatedBy": "MNT_QA",
"LastUpdateDate": "2023-08-01T20:46:40+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20356",
"name": "maintenanceForecasts",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20356",
"name": "maintenanceForecasts",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/maintenanceForecasts/20356/child/forecastLines",
"name": "forecastLines",
"kind": "collection"
}
]
}
]
}