Get all asset failure events
get
/fscmRestApi/resources/11.13.18.05/assetFailureEvents
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:- FailureEventsByAssetNumberFinder: Finds resources according to the asset.
Finder Variables:- BindAssetNumber; string; Finds resources according to the asset.
- FailureEventsByConditionEventFinder: Value that uniquely identifies the asset.
Finder Variables:- BindCauseCode; string; Finds resources according to the asset.
- BindCauseId; integer; Finds resources according to the asset.
- BindFailureCode; string; Finds resources according to the asset.
- BindFailureId; integer; Finds resources according to the asset.
- BindResolutionCode; string; Finds resources according to the asset.
- BindResolutionId; integer; Finds resources according to the asset.
- FailureEventsByFailedComponentAssetFinder: Finds resources according to the asset.
Finder Variables:- BindFailedComponentAsset; string; Value that uniquely identifies the asset.
- BindFailedComponentAssetid; integer; Finds resources according to the asset.
- FailureEventsByFailedComponentItemFinder: Finds resources according to the asset.
Finder Variables:- BindFailedComponent; string; Finds resources according to the asset.
- BindFailedItemId; integer; Finds resources according to the asset.
- FailureEventsByRootCauseCodeFinder: Finds resources according to the asset.
Finder Variables:- BindRootCause; string; Value that uniquely identifies the asset.
- BindRootCauseId; integer; Finds resources according to the asset.
- FailureEventsByWorkOrderNumberFinder: Finds resources according to the asset.
Finder Variables:- BindWorkOrderNumber; string; Finds resources according to the asset.
- PrimaryKey: Finds resources according to the asset.
Finder Variables:- FailureEventId; integer; Finds resources according to the asset.
- FailureEventsByAssetNumberFinder: Finds resources according to the asset.
-
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; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- AssetDownFlag; boolean; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- AssetId; integer; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- AssetNumber; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- AvailableDate; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- CompletionDate; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- CreationDate; string; Date when the failure event is created. The application automatically sets this value during creation. This attribute is read-only.
- DaysBetweenFailure; number; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- FailureDate; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- FailureEventId; integer; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- FailureSetCode; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- FailureSetDescription; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- FailureSetId; integer; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- FailureSetName; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- ItemDescription; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- ItemId; integer; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- ItemLongDescription; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- ItemNumber; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- LastUpdateDate; string; Date when the user most recently updated the failure event. The application automatically sets this value during creation. This attribute is read-only.
- LastUpdateLogin; string; Login that the user used when updating the failure event. The application assigns a value to this attribute during creation. This attribute is read-only.
- LastUpdatedBy; string; User who most recently updated the failure event. The application assigns a value to this attribute during creation. This attribute is read-only.
- MeterUnitsBetweenFailure; number; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- OrganizationCode; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- OrganizationId; integer; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- RepairCost; number; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- SourceDocumentId; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- SourceDocumentTypeCode; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- SourceDocumentTypeName; string; Name that identifies the work order. This name is meaning value from the look up based on the lookup type.
- SourceSystem; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- SourceSystemId; integer; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- SourceSystemTypeCode; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- SourceSystemTypeName; string; Name that identifies the work order. This name is meaning value from the look up based on the lookup type.
- TrackingObjectType; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- TrackingObjectTypeCode; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- UOMCode; string; Number that identifies the unit of measure.
- UnitOfMeasure; string; Number that identifies the unit of measure.
- WorkOrderDescription; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- WorkOrderId; integer; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
- WorkOrderNumber; string; Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
-
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:
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.
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 : assetFailureEvents
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:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : assetFailureEvents-item-response
Type:
Show Source
object
-
AssetDescription: string
Title:
Asset Description
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetDownFlag: boolean
Title:
Asset Down
Maximum Length:1
Default Value:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetId: integer
(int64)
Title:
Asset ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetNumber: string
Title:
Asset Number
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AvailableDate: string
(date-time)
Title:
Available Date
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CompletionDate: string
(date-time)
Title:
WO Completion Date
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the failure event. The application automatically sets this value during creation. This attribute is read-only. -
CreationDate: string
(date-time)
Read Only:
true
Date when the failure event is created. The application automatically sets this value during creation. This attribute is read-only. -
DaysBetweenFailure: number
Title:
TBF Days
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureDate: string
(date-time)
Title:
Failure Date
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureEventId: integer
(int64)
Title:
Failure Event ID
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
failureInstances: array
Failure Instances
Title:
Failure Instances
Failure instances. -
FailureSetCode: string
Title:
Failure Set Code
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureSetDescription: string
Title:
Failure Set Description
Read Only:true
Maximum Length:540
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureSetId: integer
(int64)
Title:
Failure Set ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureSetName: string
Title:
Failure Set Name
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemDescription: string
Title:
Item Description
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemId: integer
Title:
Item ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemLongDescription: string
Title:
Item Long Description
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemNumber: string
Title:
Item Number
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the failure event. The application automatically sets this value during creation. This attribute is read-only. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the failure event. The application assigns a value to this attribute during creation. This attribute is read-only. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
Login that the user used when updating the failure event. The application assigns a value to this attribute during creation. This attribute is read-only. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MeterUnitsBetweenFailure: number
Title:
TBF Meter Units
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
OrganizationCode: string
Title:
Organization Code
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
OrganizationId: integer
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
-
RepairCost: number
Title:
Repair Cost
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceDocumentId: string
Title:
Source Document ID
Maximum Length:36
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceDocumentTypeCode: string
Title:
Source Doc Type Code
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceDocumentTypeName: string
Read Only:
true
Maximum Length:320
Name that identifies the work order. This name is meaning value from the look up based on the lookup type. -
SourceSystem: string
Title:
Source Application Type
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceSystemId: integer
(int64)
Title:
Source Application ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceSystemTypeCode: string
Title:
Source Application Type
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceSystemTypeName: string
Read Only:
true
Maximum Length:80
Name that identifies the work order. This name is meaning value from the look up based on the lookup type. -
TrackingObjectType: string
Title:
Tracking Object Type
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
TrackingObjectTypeCode: string
Title:
Tracking Object Type
Maximum Length:255
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
UnitOfMeasure: string
Read Only:
true
Maximum Length:25
Number that identifies the unit of measure. -
UOMCode: string
Title:
TBF Meter Units UOM Code
Maximum Length:3
Number that identifies the unit of measure. -
WorkOrderDescription: string
Title:
Work Order Description
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
WorkOrderId: integer
Title:
Work Order ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
WorkOrderNumber: string
Title:
Work Order Number
Maximum Length:255
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
Nested Schema : Failure Instances
Type:
array
Title:
Failure Instances
Failure instances.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : assetFailureEvents-failureInstances-item-response
Type:
Show Source
object
-
AssetCriticalityCode: string
Title:
Asset Criticality Code
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetCriticalityName: string
Title:
Asset Criticality Name
Maximum Length:255
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetDescription: string
Title:
Asset Description
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetDownFlag: boolean
Title:
Asset Down
Read Only:true
Maximum Length:1
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetId: integer
(int64)
Title:
Asset ID
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AssetNumber: string
Title:
Asset Number
Read Only:true
Maximum Length:80
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
AvailableDate: string
(date-time)
Title:
Available Date
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CauseCategoryCode: string
Title:
Cause Category Code
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CauseCategoryName: string
Title:
Cause Category Name
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CauseCode: string
Title:
Cause Code
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CauseCodeId: integer
(int64)
Title:
Cause Code ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CauseDescription: string
Title:
Cause Description
Read Only:true
Maximum Length:540
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CauseName: string
Title:
Cause Name
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CompletionDate: string
(date-time)
Title:
WO Completion Date
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the failure instance. The application automatically sets this value during creation. This attribute is read-only. -
CreationDate: string
(date-time)
Read Only:
true
Date when the failure instance is created. The application automatically sets this value during creation. This attribute is read-only. -
DaysBetweenFailure: number
Title:
TBF Days
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailedAssetId: integer
(int64)
Title:
Failed Asset ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailedComponentAssetDescription: string
Title:
Failed Asset Description
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailedComponentAssetNumber: string
Title:
Failed Asset Number
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailedComponentItemDescription: string
Title:
Failed Item Description
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailedComponentItemId: integer
(int64)
Title:
Failed Item ID
ItemId that uniquely identifies the failed component. -
FailedComponentItemLongDescription: string
Title:
Failed Item Long Description
Read Only:true
Maximum Length:4000
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailedComponentItemNumber: string
Title:
Failed Item Number
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailedComponentSerialNumber: string
Title:
Failed Serial Number
Maximum Length:80
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureCategoryCode: string
Title:
Failure Category Code
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureCategoryName: string
Title:
Failure Category Name
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureCode: string
Title:
Failure Code
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureCodeId: integer
(int64)
Title:
Failure Code ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureComments: string
Title:
Failure Comments
Maximum Length:2000
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureDate: string
(date-time)
Title:
Failure Date
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureDescription: string
Title:
Failure Description
Read Only:true
Maximum Length:540
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureEventId: integer
(int64)
Title:
Failure Event ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureInstanceId: integer
(int64)
Title:
Failure Instance ID
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureName: string
Title:
Failure Name
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureSeverityCode: string
Title:
Severity Code
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureSeverityName: string
Title:
Severity Name
Maximum Length:255
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureStatusCode: string
Title:
Status Code
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
FailureStatusName: string
Title:
Status Name
Maximum Length:255
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
InventoryItemId: integer
(int64)
Title:
Item Number
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemCategoryCode: string
Read Only:
true
Maximum Length:255
Abbreviation that uniquely identifies the item category to which the failed component is assigned. The code must be alphanumeric and must validate against the catalog assigned to the profile option " ORA_CSE_ITEM_CATALOG". -
ItemCategoryId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item category to which the failed component is assigned. The value is system generated and read-only. -
ItemCategoryName: string
Read Only:
true
Maximum Length:255
Name of the item category to which the failed component is assigned. The item category name is optional but if defined must be unique. -
ItemDescription: string
Title:
Item Description
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemLongDescription: string
Title:
Item Long Description
Read Only:true
Maximum Length:4000
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemNumber: string
Title:
Item Number
Read Only:true
Maximum Length:300
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemOrganizationCode: string
Read Only:
true
Maximum Length:18
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ItemOrganizationId: integer
(int64)
Title:
Organization
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the failure instance. The application automatically sets this value during creation. This attribute is read-only. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the failure instance. The application assigns a value to this attribute during creation. This attribute is read-only. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
Login that the user used when updating the failure instance. The application assigns a value to this attribute during creation. This attribute is read-only. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MeterUnitOfMeasure: string
Title:
TBF Meter Units UOM Code
Read Only:true
Maximum Length:3
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
MeterUnitsBetweenFailure: number
Title:
TBF Meter Units
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
OperationName: string
Title:
Name
Read Only:true
Maximum Length:120
Name that identifies the operation within a work order. -
OperationSequenceNumber: number
Title:
Operation Sequence
Number that identifies the sequence of the operation within a work order. The operation sequence is required attribute for a work order operation. It must be a positive integer and unique within a work order. -
RepairCost: number
Title:
Repair Cost
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ResolutionCategoryCode: string
Title:
Resolution Category Code
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ResolutionCategoryName: string
Title:
Resolution Category Name
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ResolutionCode: string
Title:
Resolution Code
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ResolutionCodeId: number
Title:
Resolution Code ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ResolutionDescription: string
Title:
Resolution Description
Read Only:true
Maximum Length:540
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
ResolutionName: string
Title:
Resolution Name
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
rootCauses: array
Failure Root Causes
Title:
Failure Root Causes
Failure root cause. -
SourceDocumentId: string
Title:
Source Document ID
Read Only:true
Maximum Length:36
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceDocumentTypeCode: string
Title:
Source Doc Type Code
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceSystemId: integer
(int64)
Title:
Source Application ID
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
SourceSystemType: string
Title:
Source Application Type
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
WoOperationId: integer
(int64)
Value that uniquely identifies the work order operation associated with the failure instance.
-
WorkOrderDescription: string
Title:
Work Order Description
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
WorkOrderId: integer
(int64)
Title:
Work Order ID
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
WorkOrderNumber: string
Title:
Work Order Number
Read Only:true
Maximum Length:120
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Failure Root Causes
Type:
array
Title:
Failure Root Causes
Failure root cause.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.
Nested Schema : assetFailureEvents-failureInstances-rootCauses-item-response
Type:
Show Source
object
-
CauseCodeId: integer
(int64)
Title:
Cause Code ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the failure root cause. The application automatically sets this value during creation. This attribute is read-only. -
CreationDate: string
(date-time)
Read Only:
true
Date when the failure root cause is created. The application automatically sets this value during creation. This attribute is read-only. -
FailureInstanceId: integer
(int64)
Title:
Failure Instance ID
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the failure root cause. The application automatically sets this value during creation. This attribute is read-only. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the failure root cause. The application assigns a value to this attribute during creation. This attribute is read-only. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
Login that the user used when updating the failure root cause. The application assigns a value to this attribute during creation. This attribute is read-only. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
RootCauseCategoryCode: string
Title:
Cause Category Code
Read Only:true
Maximum Length:30
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
RootCauseCategoryName: string
Title:
Cause Category Name
Read Only:true
Maximum Length:255
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
RootCauseCode: string
Title:
Cause Code
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
RootCauseComments: string
Title:
Comments
Maximum Length:2000
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
RootCauseDescription: string
Title:
Cause Description
Read Only:true
Maximum Length:540
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
RootCauseId: integer
(int64)
Title:
Root Cause ID
Read Only:true
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
RootCauseName: string
Title:
Cause Name
Read Only:true
Maximum Length:240
Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- fetchApplicableFailureSet
-
Performs custom action and fetches one applicable failureset based on the matching object_type_code of failure set associations with asset_id as an input.For object_type_code ORA_ASSET it checks asset_id and for ORA_ITEM it checks item_id and for ORA_CATEGORY it checks item_category_id against objcet_id and returns one applicable failure set. If no conditions matched the default seeded failure set with ORA_ALL object_type_code is returned
Examples
This example describes how to get all asset failure events.
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/assetFailureEvents"
Example Response Body
The following shows an example of the response body in JSON
format.
"{ "FailureEventId": 300100548802875, "FailureDate": "2020-09-08T19:00:28+00:00", "AvailableDate": "2020-09-09T19:00:28+00:00", "AssetId": 300100541412523, "FailureSetId": 300100547607460, "FailureSetCode": "AB_FAILURE_SET_CODE05", "FailureSetDescription": null, "FailureSetName": "AB_Failure_Set_Name_05", "RepairCost": null, "SourceDocumentId": null, "SourceDocumentTypeCode": null, "SourceDocumentTypeName": null, "SourceSystemId": null, "SourceSystemTypeCode": "ORA_INTERNAL", "SourceSystemTypeName": "Internal", "CreatedBy": "MNT_QA", "CreationDate": "2021-11-16T22:10:04+00:00", "LastUpdateDate": "2021-11-16T22:10:04.718+00:00", "LastUpdateLogin": "D071F2FBDC6069F4E053AF01F40A35E3", "LastUpdatedBy": "MNT_QA", "DaysBetweenFailure": null, "MeterUnitsBetweenFailure": null, "UOMCode": null, "UomName": null, "TrackingObjectType": "ORA_WORK_ORDER", "CompletionDate": null, "TrackingObjectTypeCode": "ORA_WORK_ORDER", "WorkOrderNumber": "FL212", "WorkOrderId": 75480, "WorkOrderDescription": "Priority 1", "OrganizationCode": "MNTALM", "OrganizationId": 300100113363336, "AssetDownIndicator": "Y", "AssetNumber": "Forklift Asset 03", "AssetDescription": "Forklift Asset 03", "ItemNumber": "SAPS-WRH-Forklift", "ItemDescription": "Warehouse Forklift", "ItemLongDescription": null, "SourceSystem": null }"