Get all events

get

/fscmRestApi/resources/11.13.18.05/inspectionEvents

Request

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

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • 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 inspection events.
      Finder Variables:
      • IpEventId; integer; Value that uniquely identifies the inspection event.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • AcceptanceNumber; number; Number that indicates the acceptance associated with the sampling plan.
    • AcceptanceQualityLimit; number; Acceptance Quality Limit along with the Sample Size Code Letter is used to determine the sampling size. A list of accepted values is defined in the lookup type ORA_QA_SAMPLING_AQL.
    • AssetId; integer; Value that uniquely identifies the asset number to inspect if inspection type is Asset.
    • AssetInspectionPlanName; string; Name of the inspection plan for asset type inspection.
    • AssetNumber; string; Alphanumeric value that identifies the asset number to inspect if inspection type is Asset.
    • AssetSerialNumber; string; Number that identifies the serial number associated with asset number for an asset inspection.
    • AssetWorkOrderId; integer; Value that uniquely identifies the maintenance work order for an asset inspection.
    • AssetWorkOrderNumber; string; Alphanumeric value that identifies the maintenance work order of an asset inspection.
    • CategoryId; integer; Value that uniquely identifies the category of the item to inspect.
    • CategorySetId; integer; Value that uniquely identifies the catalog of the item to inspect.
    • CustomerId; integer; Value that uniquely identifies the customer returning the item to inspect.
    • DispatchStatus; string; Dispatch status of the work order operation for the inspected item.
    • DispositionDate; string; Disposition date of the work order operation for the inspected item.
    • DocumentLineNumber; number; Document line number of the receiving inspection event.
    • DocumentNumber; string; Document number of the receiving inspection event.
    • DocumentScheduleNumber; string; Document schedule number of the receiving inspection event.
    • DocumentType; string; Document type of the receiving inspection event.
    • Draft; string; Contains one of the following values: Y or N. If Y, then the transactions are not finished. If N, then transactions are finished. This attribute does not have a default value..
    • EventType; string; Type of event. Valid values are WIP, RCV, INV, RES, or AST.
    • EventTypeLOV; string; List of values for the event type.
    • ExecuteActionRulesFlag; boolean; Indicates whether action rules defined in plan are executed or not. Options are Y, N and Null (treated as No). Only applicable when using the Inspection Events REST resource.
    • FromOrganizationId; integer; Value that uniquely identifies the source organization.
    • INVInspectionPlanName; string; Name of the inventory inspection plan.
    • Inline; string; Contains one of the following values: Y or N. If Y, then the application collects results as part of a receipt or work order, and the application requires the transaction identifiers. If N, then the application collects results independent of the receipt or work order, and the application does not require the transaction identifiers. This attribute does not have a default value.
    • InspectAllSamplesFlag; boolean; Contains one of the following values: true or false. If true, then all samples are created for inspection based on the document line quantity. If false, then the samples are created based on the sampling rate. This attribute does not have a default value.
    • InspectedBy; string; Person who performs the inspection.
    • InspectionDate; string; Date and time when the inspection event occurred.
    • InspectionLevelId; integer; Value that uniquely identifies the inspection level.
    • InspectionLevelName; string; Name of the inspection level.
    • InspectionName; string; Name of the inspection event. This attribute is derived based on the EventSource.
    • InspectionPlanId; integer; Value that uniquely identifies the inspection plan.
    • InspectionPlanType; string; Name of the type of inspection plan.
    • InspectionPlanVersion; string; Version of the inspection plan.
    • InspectionPlanVersionDescription; string; Description of the version of the inspection plan.
    • InspectionStatus; string; Inspection status. Valid values include PENDING or COMPLETE.
    • InterfaceTransactionId; integer; Value that uniquely identifies the interface transaction when inspecting a receipt. This attribute references the RCV_TRANSACTIONS_INTERFACE table.
    • InventoryItemId; integer; Value that uniquely identifies the inventory item to inspect.
    • IpCriteriaId; integer; Value that uniquely identifies the inspection criteria record.
    • IpEventId; integer; Value that uniquely identifies the inspection event.
    • ItemDescription; string; Description of the item.
    • ItemNumber; string; Number that identifies the item.
    • ItemRevision; string; Revision of the item.
    • Locator; string; Value that uniquely identifies the locator.
    • LocatorId; integer; Value that uniquely identifies the subinventory locator of the item to inspect in this event.
    • LotNumber; string; Lot number inspected in this event.
    • NonConformanceCount; number; Total number of non-conformities in an inspection event. This attribute is derived as one hundred times the number of nonconforming units divided by the total number of units of product.
    • NumofLots; integer; Number of lots.
    • NumofLotsInspect; integer; Number of lots to inspect.
    • ObjectVersionNumber; integer; Object version number. You can use this attribute to lock the object. This resource increments this value every time it updates the row. It compares this number at the start and at the end of the transaction to determine whether another session updated the same row during the inspection.
    • OperationSequenceNumber; integer; Sequence number of the work order operation to use during manufacturing inspection.
    • OrganizationCode; string; Abbreviation that identifies the list of values for the organization.
    • OrganizationId; integer; Value that uniquely identifies the inventory organization.
    • OriginalDisposition; string; Original disposition of the items to inspect.
    • QuantityAccepted; number; Total quantity accepted in this event.
    • QuantityInspected; number; Total quantity inspected in this event.
    • QuantityRejected; number; Total quantity rejected in this event.
    • QuantityRequested; number; Requested inspection quantity received from the plant or from receiving.
    • RCVInspectionPlanName; string; Name of the receiving inspection plan.
    • ReceiptNumber; string; Receipt number that this inspection event inspects.
    • RejectionNumber; number; Number that indicates the rejection associated with the sampling plan.
    • ResourceCode; string; Abbreviation that identifies the resource.
    • ResourceId; integer; Identifies the resource to inspect.
    • ResourceInspectionPlanName; string; Name of the resource inspection plan.
    • RevisionId; integer; If revisions control the item, then this value uniquely identifies the inspected item.
    • SampleSizeCode; string; Abbreviation that identifies the sample size associated with the inspection level.
    • SamplingLevelCode; string; Determines the relationship between the lot or batch size and the sample size. A list of accepted values is defined in the lookup type ORA_QA_SAMPLING_INSP_LEVEL.
    • SamplingPlanType; string; Code of the sampling plan type. A list of accepted values is defined in the lookup type ORA_QA_SAMPLING_PLAN_TYPE.
    • SamplingQuantity; number; Quantity from the sampling plan to inspect.
    • SamplingRate; number; Rate of the sampling.
    • SamplingStandardCode; string; Sampling standard code associated with the inspection level. A list of accepted values is defined in the lookup type ORA_QA_SAMPLING_STD.
    • ShipmentHeaderId; integer; Value that uniquely identifies the shipment header of the item to inspect.
    • ShipmentLineId; integer; Value that uniquely identifies the shipment line of the item to inspect.
    • SourceDocumentCode; string; Abbreviation that identifies the source document.
    • SourceLineQuantity; number; Total quantity on the source line. It measures the receiving transaction quantity or the completion quantity of a manufacturing operation.
    • SourceOrgId; integer; If the receiving transaction type is a transfer, then SourceOrgId identifies the source organization.
    • SourceOrganizationCode; string; Abbreviation that identifies the source organization. This attribute is required when EventType is Receiving and DocumentType is In-transit shipment or Transfer order.
    • SubinventoryCode; string; Abbreviation that identifies the subinventory that stores the inspected item.
    • SubinventoryId; integer; Value that uniquely identifies the subinventory.
    • Supplier; string; Name of the supplier. This attribute is required when EventType is Receiving and DocumentType is Purchase order.
    • SupplierId; integer; Value that uniquely identifies the supplier of the item to inspect.
    • SupplierLotNumber; string; Number that identifies the shipment lot.
    • SupplierSite; string; Name of the supplier site. This attribute is required when EventType is Receiving, DocumentType is Purchase order for the specified supplier.
    • SupplierSiteId; integer; Value that uniquely identifies the supplier site.
    • TotalSampleQuantity; number; Total amount of material required for testing in the inspection quantity unit of measure.
    • TransactionType; string; Receiving transaction type.
    • UOMCode; string; Unit of measurement for the quantity of items to inspect in this event.
    • VendorId; integer; Value that uniquely identifies the vendor.
    • VendorSiteId; integer; Value that uniquely identifies the vendor site.
    • WIPInspectionPlanName; string; Name of the inspection plan for work in process.
    • WoOperationCode; string; Abbreviation that identifies the work order operation.
    • WoOperationId; integer; Value that uniquely identifies the work order operation in a manufacturing inspection.
    • WoOperationName; string; Name of the work order operation associated with the inspection event.
    • WorkAreaId; integer; Value that uniquely identifies the work area for a resource inspection.
    • WorkCenterCode; string; Abbreviation that identifies the work center.
    • WorkCenterId; integer; Value that uniquely identifies the work center for a resource inspection.
    • WorkOrderId; integer; Value that uniquely identifies the work order for a manufacturing inspection.
    • WorkOrderNumber; string; Number that identifies the list of values for the work order.
    • isSkiplotEnabled; string; Value that indicates whether the application uses skip lots.
  • 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
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : inspectionEvents
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : inspectionEvents-item-response
Type: object
Show Source
Nested Schema : Result Attachments
Type: array
Title: Result Attachments
The Result Attachments resource manages the attachments for the sample results.
Show Source
Nested Schema : Inspection Event Characteristics
Type: array
Title: Inspection Event Characteristics
Distinct characteristics for the inspection event.
Show Source
Nested Schema : Event Dispositions
Type: array
Title: Event Dispositions
The Event Dispositions resource manages event dispositions.
Show Source
Nested Schema : Inspection Event Actions
Type: array
Title: Inspection Event Actions
The Inspection Actions resource is used to view inspection actions for the inspection event.
Show Source
Nested Schema : Samples
Type: array
Title: Samples
The Samples resource manages sample items.
Show Source
Nested Schema : Sample and Results
Type: array
Title: Sample and Results
A flattened structure that's used to view or modify samples and results.
Show Source
Nested Schema : inspectionEvents-Attachments-item-response
Type: object
Show Source
Nested Schema : inspectionEvents-eventCharacteristics-item-response
Type: object
Show Source
Nested Schema : inspectionEvents-EventDisposition-item-response
Type: object
Show Source
Nested Schema : inspectionEvents-inspectionEventActions-item-response
Type: object
Show Source
Nested Schema : inspectionEvents-Sample-item-response
Type: object
Show Source
Nested Schema : Sample Dispositions
Type: array
Title: Sample Dispositions
The Sample Dispositions resource manages sample item dispositions.
Show Source
Nested Schema : inspectionEvents-Sample-SampleDisposition-item-response
Type: object
Show Source
Nested Schema : Sample Results
Type: array
Title: Sample Results
The Sample Results resource manages the sample results for an item.
Show Source
Nested Schema : inspectionEvents-Sample-SampleDisposition-SampleResult-item-response
Type: object
Show Source
Nested Schema : Result Attachments
Type: array
Title: Result Attachments
The Result Attachments resource manages the attachments for the sample results.
Show Source
Nested Schema : Result Evaluations
Type: array
Title: Result Evaluations
The Result Evaluations resource manages the evaluation results.
Show Source
Nested Schema : inspectionEvents-Sample-SampleDisposition-SampleResult-Attachments-item-response
Type: object
Show Source
Nested Schema : inspectionEvents-Sample-SampleDisposition-SampleResult-ResultEvaluation-item-response
Type: object
Show Source
Nested Schema : inspectionEvents-samplesAndResults-item-response
Type: object
Show Source
Back to Top

Examples

These examples describe how to get all inspection events.

Example 1 cURL Command

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

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

Example 1 Response Body

The following example includes the contents of the response body in JSON format:

{
  "items" : [ {
    "CategoryId" : null,
    "CategorySetId" : null,
    "CustomerId" : null,
    "DispatchStatus" : null,
    "DispositionDate" : null,
    "DocumentLineNumber" : null,
    "DocumentNumber" : null,
    "DocumentScheduleNumber" : null,
    "DocumentType" : null,
    "Draft" : "N",
    "EventType" : "INV",
    "Inline" : "N",
    "InspectedBy" : "PRODUCT_MANAGER",
    "InspectionDate" : "2016-08-04",
    "InspectionLevelId" : null,
    "InspectionPlanId" : null,
    "InspectionStatus" : "PENDING",
    "InterfaceTransactionId" : null,
    "InventoryItemId" : 300100067690551,
    "IpCriteriaId" : null,
    "IpEventId" : 300100090874984,
    "LocatorId" : null,
    "LotNumber" : null,
    "ObjectVersionNumber" : 1,
    "OperationSequenceNumber" : null,
    "OrganizationId" : 207,
    "OriginalDisposition" : "PENDING",
    "QuantityAccepted" : 0,
    "QuantityInspected" : 0,
    "QuantityRejected" : 0,
    "QuantityRequested" : 1,
    "ReceiptNumber" : null,
    "ResourceId" : null,
    "RevisionId" : null,
    "SamplingQuantity" : 1,
    "ShipmentHeaderId" : null,
    "ShipmentLineId" : null,
    "SourceLineQuantity" : 0,
    "SourceOrgId" : null,
    "SubinventoryCode" : "A829251",
    "SupplierId" : null,
    "SupplierLotNumber" : null,
    "SupplierSiteId" : null,
    "TransactionType" : null,
    "UOMCode" : "Ea",
    "WoOperationId" : null,
    "WorkAreaId" : null,
    "WorkCenterId" : null,
    "WorkOrderId" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/inspectionEvents/300100090874984",
      "name" : "inspectionEvents",
      "kind" : "item"
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/inspectionEvents/300100090874984",
      "name" : "inspectionEvents",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/inspectionEvents/300100090874984/child/Sample",
      "name" : "Sample",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/inspectionEvents/300100090874984/child/EventDisposition",
      "name" : "EventDisposition",
      "kind" : "collection"
    } ]
  } ],
  "count" : 1,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/inspectionEvents",
    "name" : "inspectionEvents",
    "kind" : "collection"
  } ]
}

Example 2 cURL Command

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

curl -u username:password "https://servername/fscmRestApi/resources/version/inspectionEvents?q=EventType=AST"

Example 2 Response Body

The following shows an example of the response body in JSON format.
{
    "items": [
        {
            "CategoryId": null,
            "CategorySetId": null,
            "CustomerId": null,
            "DispatchStatus": null,
            "DispositionDate": "2023-01-08T09:48:10.825+00:00",
            "DocumentLineNumber": null,
            "DocumentNumber": null,
            "DocumentScheduleNumber": null,
            "DocumentType": null,
            "Draft": "N",
            "EventType": "AST",
            "Inline": "N",
            "InspectedBy": "QUALITY_ENGINEER",
            "InspectionDate": "2023-01-08T09:46:59.340+00:00",
            "InspectionLevelId": 100,
            "InspectionPlanId": 300100571857617,
            "InspectionStatus": "COMPLETE",
            "InterfaceTransactionId": null,
            "InventoryItemId": 300100114215977,
            "IpCriteriaId": null,
            "IpEventId": 300100571857627,
            "LocatorId": null,
            "LotNumber": null,
            "ObjectVersionNumber": 2,
            "OperationSequenceNumber": 10,
            "OrganizationId": 300100113363336,
            "OriginalDisposition": "COMPLETE",
            "QuantityAccepted": 1,
            "QuantityInspected": 1,
            "QuantityRejected": 0,
            "QuantityRequested": 1,
            "ReceiptNumber": null,
            "ResourceId": null,
            "RevisionId": null,
            "SamplingQuantity": 1,
            "ShipmentHeaderId": null,
            "ShipmentLineId": null,
            "SourceLineQuantity": 0,
            "SourceOrgId": null,
            "SubinventoryCode": null,
            "SupplierId": null,
            "SupplierLotNumber": null,
            "SupplierSiteId": null,
            "TransactionType": null,
            "UOMCode": "Ea",
            "WoOperationId": 300100118613682,
            "WorkAreaId": null,
            "WorkCenterId": 300100117993736,
            "WorkOrderId": 300100118613665,
            "OrganizationCode": "MNTALM",
            "WorkOrderNumber": "0554S 250717 2243",
            "ItemNumber": "F/0554",
            "WIPInspectionPlanName": null,
            "ItemRevision": null,
            "WoOperationCode": null,
            "SubinventoryId": null,
            "Locator": null,
            "INVInspectionPlanName": null,
            "ResourceInspectionPlanName": null,
            "WorkCenterCode": "Mechanical Maintenance",
            "ResourceCode": null,
            "InspectionLevelName": null,
            "isSkiplotEnabled": null,
            "SamplingRate": null,
            "NumofLotsInspect": null,
            "NumofLots": null,
            "InspectionPlanType": null,
            "InspectionPlanVersion": null,
            "InspectionPlanVersionDescription": null,
            "isSamplingEnabled": "N",
            "FromOrganizationId": null,
            "ItemDescription": null,
            "VendorId": null,
            "VendorSiteId": null,
            "SourceDocumentCode": null,
            "EventTypeLOV": null,
            "InspectAllSamplesFlag": null,
            "SerialResultsEntryFlag": null,
            "SourceOrganizationCode": null,
            "Supplier": null,
            "SupplierSite": null,
            "InspectionName": "0554S 250717 2243F/0554",
            "RCVInspectionPlanName": null,
            "WoOperationName": "0554S Grinding Wheel / Metal Brush Replacement",
            "AcceptanceNumber": null,
            "NonConformanceCount": null,
            "RejectionNumber": null,
            "SampleSizeCode": null,
            "TotalSampleQuantity": null,
            "PreAssignedLotNumber": null,
            "AssetId": 300100117993592,
            "AssetNumber": "F0554-02",
            "AssetInspectionPlanName": "QIM23A-ASSETNUM-UI-01082314326",
            "AssetWorkOrderId": 300100118613665,
            "AssetWorkOrderNumber": "0554S 250717 2243",
            "AssetSerialNumber": "F0554-02",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627",
                    "name": "inspectionEvents",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627",
                    "name": "inspectionEvents",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/WorkOrderNumberLOV",
                    "name": "WorkOrderNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/OrganizationCodeLOV",
                    "name": "OrganizationCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/ResourceInspPlanNameLOV",
                    "name": "ResourceInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/INVInspPlanNameLOV",
                    "name": "INVInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/WorkOrderProductLotLOV",
                    "name": "WorkOrderProductLotLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/ItemRevisionLOV",
                    "name": "ItemRevisionLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/InspectionTypeLOV",
                    "name": "InspectionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/LotNumberLOV",
                    "name": "LotNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/LocatorLOV",
                    "name": "LocatorLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/WorkCenterCodeLOV",
                    "name": "WorkCenterCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/WIPInspPlanNameLOV",
                    "name": "WIPInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/ResourceCodeLOV",
                    "name": "ResourceCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/WoOperationCodeLOV",
                    "name": "WoOperationCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/AssetLOV",
                    "name": "AssetLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/InventoryItemLOV",
                    "name": "InventoryItemLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/InspectedByLOV",
                    "name": "InspectedByLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/AssetInspPlanNameLOV",
                    "name": "AssetInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/WorkOrderAssetInfoVVA",
                    "name": "WorkOrderAssetInfoVVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/lov/SubInventoryLOV",
                    "name": "SubInventoryLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/child/Attachments",
                    "name": "Attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/child/EventDisposition",
                    "name": "EventDisposition",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100571857627/child/Sample",
                    "name": "Sample",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": null,
            "CategorySetId": null,
            "CustomerId": null,
            "DispatchStatus": "Ready",
            "DispositionDate": "2023-01-28T22:08:55.351+00:00",
            "DocumentLineNumber": null,
            "DocumentNumber": null,
            "DocumentScheduleNumber": null,
            "DocumentType": null,
            "Draft": "N",
            "EventType": "AST",
            "Inline": "N",
            "InspectedBy": "MNT_QA",
            "InspectionDate": "2023-01-28T22:08:40.812+00:00",
            "InspectionLevelId": 100,
            "InspectionPlanId": 300100579949532,
            "InspectionStatus": "COMPLETE",
            "InterfaceTransactionId": null,
            "InventoryItemId": 300100078987063,
            "IpCriteriaId": null,
            "IpEventId": 300100579896106,
            "LocatorId": null,
            "LotNumber": null,
            "ObjectVersionNumber": 1,
            "OperationSequenceNumber": 104,
            "OrganizationId": 300100072174259,
            "OriginalDisposition": "COMPLETE",
            "QuantityAccepted": 1,
            "QuantityInspected": 1,
            "QuantityRejected": 0,
            "QuantityRequested": 1,
            "ReceiptNumber": null,
            "ResourceId": null,
            "RevisionId": null,
            "SamplingQuantity": 1,
            "ShipmentHeaderId": null,
            "ShipmentLineId": null,
            "SourceLineQuantity": 0,
            "SourceOrgId": null,
            "SubinventoryCode": null,
            "SupplierId": null,
            "SupplierLotNumber": null,
            "SupplierSiteId": null,
            "TransactionType": null,
            "UOMCode": "Ea",
            "WoOperationId": 300100579950726,
            "WorkAreaId": null,
            "WorkCenterId": 300100579949648,
            "WorkOrderId": 300100579950724,
            "OrganizationCode": "MNT1",
            "WorkOrderNumber": "MNT_QLFWO112814243",
            "ItemNumber": "MNT1-SER-PROD1",
            "WIPInspectionPlanName": null,
            "ItemRevision": null,
            "WoOperationCode": null,
            "SubinventoryId": null,
            "Locator": null,
            "INVInspectionPlanName": null,
            "ResourceInspectionPlanName": null,
            "WorkCenterCode": "SEL_MNT1WC_12813560",
            "ResourceCode": null,
            "InspectionLevelName": null,
            "isSkiplotEnabled": null,
            "SamplingRate": null,
            "NumofLotsInspect": null,
            "NumofLots": null,
            "InspectionPlanType": null,
            "InspectionPlanVersion": null,
            "InspectionPlanVersionDescription": null,
            "isSamplingEnabled": "N",
            "FromOrganizationId": null,
            "ItemDescription": null,
            "VendorId": null,
            "VendorSiteId": null,
            "SourceDocumentCode": null,
            "EventTypeLOV": null,
            "InspectAllSamplesFlag": null,
            "SerialResultsEntryFlag": null,
            "SourceOrganizationCode": null,
            "Supplier": null,
            "SupplierSite": null,
            "InspectionName": "MNT_QLFWO112814243MNT1-SER-PROD1",
            "RCVInspectionPlanName": null,
            "WoOperationName": "SEL_MNT1_OP1_128135624",
            "AcceptanceNumber": null,
            "NonConformanceCount": null,
            "RejectionNumber": null,
            "SampleSizeCode": null,
            "TotalSampleQuantity": null,
            "PreAssignedLotNumber": null,
            "AssetId": 300100579949508,
            "AssetNumber": "SEL_MNT1_Asset1_12813564",
            "AssetInspectionPlanName": "SEL_INSPLAN_128135637",
            "AssetWorkOrderId": 300100579950724,
            "AssetWorkOrderNumber": "MNT_QLFWO112814243",
            "AssetSerialNumber": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106",
                    "name": "inspectionEvents",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106",
                    "name": "inspectionEvents",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/WorkOrderNumberLOV",
                    "name": "WorkOrderNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/OrganizationCodeLOV",
                    "name": "OrganizationCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/ResourceInspPlanNameLOV",
                    "name": "ResourceInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/INVInspPlanNameLOV",
                    "name": "INVInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/WorkOrderProductLotLOV",
                    "name": "WorkOrderProductLotLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/ItemRevisionLOV",
                    "name": "ItemRevisionLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/InspectionTypeLOV",
                    "name": "InspectionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/LotNumberLOV",
                    "name": "LotNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/LocatorLOV",
                    "name": "LocatorLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/WorkCenterCodeLOV",
                    "name": "WorkCenterCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/WIPInspPlanNameLOV",
                    "name": "WIPInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/ResourceCodeLOV",
                    "name": "ResourceCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/WoOperationCodeLOV",
                    "name": "WoOperationCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/AssetLOV",
                    "name": "AssetLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/InventoryItemLOV",
                    "name": "InventoryItemLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/InspectedByLOV",
                    "name": "InspectedByLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/AssetInspPlanNameLOV",
                    "name": "AssetInspPlanNameLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/WorkOrderAssetInfoVVA",
                    "name": "WorkOrderAssetInfoVVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/lov/SubInventoryLOV",
                    "name": "SubInventoryLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/child/Attachments",
                    "name": "Attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/child/EventDisposition",
                    "name": "EventDisposition",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionEvents/300100579896106/child/Sample",
                    "name": "Sample",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 2,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/inspectionEvents",
            "name": "inspectionEvents",
            "kind": "collection"
        }
    ]
}
Back to Top