Get all plans

get

/fscmRestApi/resources/11.13.18.05/inspectionPlans

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 details.
      Finder Variables:
      • InspectionPlanId; integer; Value that uniquely identifies the inspection plan.
    • findByInspectionPlanName: Finds details according to the inspection plan.
      Finder Variables:
      • Name; string; Name of the inspection plan.
  • 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:
    • Approver; string; Identifies the user who approved the plan.
    • AssetGroupId; integer; Value that uniquely identifies the asset group of the asset to inspect if inspection plan type is Asset.
    • AssetGroupNumber; string; Alphanumeric value that identifies the asset group of the asset to inspect if inspection plan type is Asset.
    • AssetId; integer; Value that uniquely identifies the asset number to inspect if inspection plan type is Asset.
    • AssetNumber; string; Alphanumeric value that identifies the asset number to inspect if inspection plan type is Asset.
    • CatalogName; string; Name of the catalog to inspect if InspectionPlanType is one of the following values Receiving, Inventory, Asset or Work in Process.
    • CategoryId; integer; Value that uniquely identifies the category of the item to inspect if InspectionPlanType is one of the following values Receiving, Inventory, Asset or Work in Process.
    • CategoryName; string; Name of the category of the item to inspect if InspectionPlanType is one of the following values Receiving, Inventory, Asset or Work in Process.
    • CategorySetId; integer; Value that uniquely identifies the catalog of the item to inspect if InspectionPlanType is one of the following values Receiving, Inventory, Asset or Work in Process.
    • CreatedBy; string; User who created the inspection plan.
    • CreationDate; string; Date when the user created the inspection plan.
    • Description; string; Description of the inspection plan.
    • EffectiveEndDate; string; End date when the inspection plan is no longer in effect.
    • EffectiveStartDate; string; Start date and time when the inspection plan is in effect. The default value is the current system date and time.
    • EnabledFlag; boolean; Contains one of the following values: Yes or No. If Yes, then inspection plan is enabled. If No, then inspection plan is disabled. The default value is Yes.
    • InspectionLevelDescription; string; Description for the inspection level.
    • InspectionLevelId; integer; Value that uniquely identifies the inspection level.
    • InspectionLevelName; string; Name of the inspection level.
    • InspectionPlanId; integer; Value that uniquely identifies the inspection plan.
    • InventoryItemId; integer; Value that uniquely identifies the item that the inspection plan references if the InspectionPlanType is one of the following values Receiving, Inventory, Asset or Work in Process.
    • ItemNumber; string; Alphanumeric value that identifies the item that the inspection plan references if InspectionPlanType is one of the following values Receiving, Inventory, Asset or Work in Process.
    • ItemRevision; string; Value that identifies the revision of the item if InspectionPlanType is one of the following values Receiving, Inventory, Asset or Work in Process. This attribute is optional.
    • LastUpdateDate; string; Date when the user most recently updated the inspection plan.
    • LastUpdatedBy; string; Name of the user who most recently updated the inspection plan.
    • Name; string; Name of the inspection plan.
    • OptionalFlag; boolean; Contains one of the following values: Yes or No. If Yes, then inspection plan is optional. If No, then inspection plan is mandatory. The default value is No.
    • OrganizationCode; string; Abbreviation that identifies the organization.
    • OrganizationId; integer; Value that uniquely identifies the organization that the inspection plan references.
    • Owner; string; Name of the user who created the inspection plan.
    • ResourceId; integer; Value that uniquely identifies the resource under the work center to inspect if InspectionPlanType is Resource.
    • ResourceName; string; Name of the resource under the work center to inspect if InspectionPlanType is Resource.
    • Status; string; Status of inspection plan. Valid values include New, On hold, Obsolete, and Approved. A list of accepted values is defined in the lookup type ORA_QA_IP_STATUSES. The default value is New.
    • Type; string; Type of inspection plan. Valid values are Receiving, Inventory, Work in Process, Resource, and Asset. A list of accepted values is defined in the lookup type ORA_QA_IP_TYPES.
    • VersionNumber; string; Version number of the inspection plan.
    • WorkCenter; string; Name of the work center to inspect if InspectionPlanType is Resource.
    • WorkCenterId; integer; Value that uniquely identifies the work center to inspect if InspectionPlanType is Resource.
  • 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 : inspectionPlans
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : inspectionPlans-item-response
Type: object
Show Source
Nested Schema : Attachments in Inspection Plans
Type: array
Title: Attachments in Inspection Plans
The Attachments in Inspection Plans resource displays attachment details for the inspection plan.
Show Source
Nested Schema : Criteria in Inspection Plans
Type: array
Title: Criteria in Inspection Plans
The Criteria in Inspection Plans resource manages criteria for the inspection plan.
Show Source
Nested Schema : Specifications in Inspection Plans
Type: array
Title: Specifications in Inspection Plans
The Specifications in Inspection Plans resource manages the specifications of the inspection plan.
Show Source
Nested Schema : inspectionPlans-attachments-item-response
Type: object
Show Source
Nested Schema : inspectionPlans-criteria-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 64
    User who created the inspection criteria record.
  • Read Only: true
    Date when the user created the inspection criteria.
  • Value that uniquely identifies the inspection plan criteria.
  • Maximum Length: 80
    Status of the dispatch in the work order operation. A list of accepted values include Ready and Reject.
  • Maximum Length: 20
    Type of document for the inspection event where InspectionPlanType is Receiving. Valid values include Purchase order, Transfer order, In-transit shipment, and Return material authorization. A list of accepted values is defined in the lookup type ORA_QA_IP_DOC_TYPES.
  • Maximum Length: 1
    Default Value: true
    Contains one of the following values: Yes or No. If Yes, then inspection criteria is enabled. If No, then inspection criteria is not enabled. The default value is Yes.
  • Value that uniquely identifies the inspection plan.
  • Maximum Length: 30
    Type of inspection plan. Valid values include Receiving, Inventory, Work in process, and Resource. A list of accepted values is defined in the lookup type ORA_QA_IP_TYPES.
  • Read Only: true
    Date and time when the user most recently updated the inspection criteria.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the inspection criteria.
  • Links
  • Value that identifies the locator within the subinventory. This attribute is required where InspectionPlanType is Inventory. This is optional.
  • Value that uniquely identifies the locator within the subinventory. This attribute is required where InspectionPlanType is Inventory. This is optional.
  • Maximum Length: 30
    Abbreviation that identifies the operation for this item.
  • Sequence number of the work order operation that occurs during manufacturing inspection.
  • Abbreviation that identifies the procurement business unit.
  • Value that uniquely identifies the procurement business unit.
  • Value that identifies the source organization. This attribute is required where InspectionPlanType is Receiving and DocumentType is In-transit shipment or Transfer order.
  • Value that uniquely identifies the organization that requested the item. This attribute is required where InspectionPlanType is Receiving and DocumentType is In-transit shipment or Transfer order.
  • Title: Subinventory
    Maximum Length: 10
    Abbreviation that identifies the subinventory. This attribute is required where InspectionPlanType is Inventory.
  • Value that uniquely identifies the subinventory. This attribute is required where InspectionPlanType is Inventory.
  • Maximum Length: 255
    Name of the supplier. This attribute is required where InspectionPlanType is Receiving and DocumentType is Purchase order.
  • Value that uniquely identifies the supplier who supplies the material to inspect. This attribute is required where InspectionPlanType is Receiving and DocumentType is Purchase order.
  • Value that identifies the supplier site. This attribute is required where InspectionPlanType is Receiving, DocumentType is Purchase order for the specified supplier. This is optional.
  • Value that uniquely identifies the supplier site. This attribute is required where InspectionPlanType is Receiving and DocumentType is Purchase order for the specified supplier. This is optional.
  • Maximum Length: 255
    Value that identifies the work definition name. This attribute is applicable where inspection plan type is Asset. This is optional.
  • Value that uniquely identifies the work definition name. This attribute is applicable where inspection plan type is Asset. This is optional.
  • Maximum Length: 30
    Abbreviation that identifies the work order sub type code. This attribute is applicable where inspection plan type is Asset. This is optional.
  • Maximum Length: 255
    Value that identifies the work order sub type. This attribute is applicable where inspection plan type is Asset. A list of accepted values is defined in the lookup type ORA_MNT_WO_SUB_TYPE. This is optional.
  • Maximum Length: 30
    Abbreviation that identifies the type of work order. This attribute is applicable where inspection plan type is Asset.This is optional.
  • Maximum Length: 255
    Value that identifies the type of work order. This attribute is applicable where inspection plan type is Asset. A list of accepted values is defined in the lookup type ORA_MNT_WO_TYPE. This is optional.
Nested Schema : inspectionPlans-specifications-item-response
Type: object
Show Source
Nested Schema : Specification Attachments in Inspection Plans
Type: array
Title: Specification Attachments in Inspection Plans
The Specification Attachments in Inspection Plans resource displays attachment details for the specifications of the inspection plan.
Show Source
Nested Schema : inspectionPlans-specifications-attachments-item-response
Type: object
Show Source
Back to Top

Examples

These examples describe how to get all inspection plans.

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/inspectionPlans"

Example 1 Response Body

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

{
  "items": [{
    "InspectionPlanId": 300100111994293,
    "OrganizationId": 207,
    "VersionNumber": "1",
    "Name": "QIM_BAT_InspPlan_NoCrt_07211744123",
    "Description": "One",
    "InspectionPlanType": "INVENTORY",
    "InspectionPlanStatus": "OBSOLETE",
    "EnabledFlag": true,
    "EffectiveStartDate": "2017-07-21T00:00:00+00:00",
    "EffectiveEndDate": null,
    "InspectionLevelId": 100,
    "InventoryItemId": 300100053456029,
    "Revision": null,
    "CategorySetId": null,
    "CategoryId": null,
    "WorkCenterId": null,
    "ResourceId": null,
    "Owner": "QUALITY_ENGINEER",
    "OptionalFlag": false,
    "Approver": null,
    "OrganizationCode": "M1",
    "WorkCenter": null,
    "ResourceName": null,
    "ItemNumber": "AS49000C",
    "CatalogName": null,
    "CategoryName": null,
    "InspectionLevelName": "100%",
    "InspectionLevelDescription": "100% Inspection",
    "CreatedBy": "QUALITY_ENGINEER",
    "CreationDate": "2017-07-21T11:41:57+00:00",
    "LastUpdateDate": "2017-07-21T11:44:35+00:00",
    "LastUpdateLogin": "54D2F6340C901B46E0534280F50AF654",
    "LastUpdatedBy": "QUALITY_ENGINEER",
    "links": [{
      "rel": "self",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293",
      "name": "inspectionPlans",
      "kind": "item",
      "properties": {
        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
      }
    }, {
      "rel": "canonical",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293",
      "name": "inspectionPlans",
      "kind": "item"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/ItemNumberLOV",
      "name": "ItemNumberLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/InspectionPlanStatusLOV",
      "name": "InspectionPlanStatusLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/InspectionPlanTypeLOV",
      "name": "InspectionPlanTypeLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/CatalogLOV",
      "name": "CatalogLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/OrganizationCodeLOV",
      "name": "OrganizationCodeLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/InspectionLevelLOV",
      "name": "InspectionLevelLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/OwnerLOV",
      "name": "OwnerLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/ItemRevisionLOV",
      "name": "ItemRevisionLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/CategoryLOV",
      "name": "CategoryLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/WorkCenterLOV",
      "name": "WorkCenterLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/ApproverLOV",
      "name": "ApproverLOV",
      "kind": "collection"
    }, {
      "rel": "lov",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/lov/ResourceCodeLOV",
      "name": "ResourceCodeLOV",
      "kind": "collection"
    }, {
      "rel": "child",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/child/criteria",
      "name": "criteria",
      "kind": "collection"
    }, {
      "rel": "child",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/child/specifications",
      "name": "specifications",
      "kind": "collection"
    }, {
      "rel": "child",
      "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100111994293/child/planAttachments",
      "name": "planAttachments",
      "kind": "collection"
    }]
  }, {...
  }],
  "count": 25,
  "hasMore": true,
  "limit": 25,
  "offset": 0,
  "links": [{
    "rel": "self",
    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans",
    "name": "inspectionPlans",
    "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/inspectionPlans?q=Type=ASSET"

Example 2 Response Body

The following shows an example of the response body in JSON format.
{
    "items": [
        {
            "InspectionPlanId": 300100574881132,
            "OrganizationId": 300100113363336,
            "VersionNumber": "1",
            "Name": "QIM23A-ASSETNUM-UI-01152362258",
            "Description": "Automation Asset plan",
            "Type": "ASSET",
            "Status": "OBSOLETE",
            "EnabledFlag": true,
            "EffectiveStartDate": "2023-01-15T14:23:04+00:00",
            "EffectiveEndDate": null,
            "InspectionLevelId": 100,
            "InventoryItemId": null,
            "ItemRevision": null,
            "CategorySetId": null,
            "CategoryId": null,
            "WorkCenterId": null,
            "ResourceId": null,
            "Owner": "QUALITY_ENGINEER",
            "OptionalFlag": true,
            "Approver": null,
            "OrganizationCode": "MNTALM",
            "WorkCenter": null,
            "ResourceName": null,
            "ItemNumber": null,
            "CatalogName": null,
            "CategoryName": null,
            "InspectionLevelName": "100%",
            "InspectionLevelDescription": "100% Inspection",
            "CreatedBy": "QUALITY_ENGINEER",
            "CreationDate": "2023-01-15T14:23:04+00:00",
            "LastUpdateDate": "2023-01-15T14:29:05.227+00:00",
            "LastUpdatedBy": "QUALITY_ENGINEER",
            "AssetId": 300100117993592,
            "AssetNumber": "F0554-02",
            "AssetGroupId": null,
            "AssetGroupNumber": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132",
                    "name": "inspectionPlans",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000878"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132",
                    "name": "inspectionPlans",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/InspectionPlanTypeLOV",
                    "name": "InspectionPlanTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/InspectionPlanStatusLOV",
                    "name": "InspectionPlanStatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/OrganizationCodeLOV",
                    "name": "OrganizationCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/InspectionLevelLOV",
                    "name": "InspectionLevelLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/CategoryLOV",
                    "name": "CategoryLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/ItemRevisionLOV",
                    "name": "ItemRevisionLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/ItemNumberLOV",
                    "name": "ItemNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/ApproverLOV",
                    "name": "ApproverLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/WorkCenterLOV",
                    "name": "WorkCenterLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/ResourceCodeLOV",
                    "name": "ResourceCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/AssetGroupLOV",
                    "name": "AssetGroupLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/CatalogLOV",
                    "name": "CatalogLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/OwnerLOV",
                    "name": "OwnerLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/lov/AssetNumberLOV",
                    "name": "AssetNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/child/criteria",
                    "name": "criteria",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100574881132/child/specifications",
                    "name": "specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "InspectionPlanId": 300100575661579,
            "OrganizationId": 204,
            "VersionNumber": "1",
            "Name": "testasset66",
            "Description": null,
            "Type": "ASSET",
            "Status": "NEW",
            "EnabledFlag": true,
            "EffectiveStartDate": "2023-01-17T10:04:04+00:00",
            "EffectiveEndDate": null,
            "InspectionLevelId": 100,
            "InventoryItemId": null,
            "ItemRevision": null,
            "CategorySetId": null,
            "CategoryId": null,
            "WorkCenterId": null,
            "ResourceId": null,
            "Owner": "quality_engineer_KO",
            "OptionalFlag": false,
            "Approver": null,
            "OrganizationCode": "V1",
            "WorkCenter": null,
            "ResourceName": null,
            "ItemNumber": null,
            "CatalogName": null,
            "CategoryName": null,
            "InspectionLevelName": "100%",
            "InspectionLevelDescription": "100% Inspection",
            "CreatedBy": "quality_engineer_KO",
            "CreationDate": "2023-01-17T10:04:03+00:00",
            "LastUpdateDate": "2023-01-17T10:06:50.167+00:00",
            "LastUpdatedBy": "quality_engineer_KO",
            "AssetId": 4033,
            "AssetNumber": "AS54888  _102",
            "AssetGroupId": null,
            "AssetGroupNumber": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579",
                    "name": "inspectionPlans",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579",
                    "name": "inspectionPlans",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/InspectionPlanTypeLOV",
                    "name": "InspectionPlanTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/InspectionPlanStatusLOV",
                    "name": "InspectionPlanStatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/OrganizationCodeLOV",
                    "name": "OrganizationCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/InspectionLevelLOV",
                    "name": "InspectionLevelLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/CategoryLOV",
                    "name": "CategoryLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/ItemRevisionLOV",
                    "name": "ItemRevisionLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/ItemNumberLOV",
                    "name": "ItemNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/ApproverLOV",
                    "name": "ApproverLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/WorkCenterLOV",
                    "name": "WorkCenterLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/ResourceCodeLOV",
                    "name": "ResourceCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/AssetGroupLOV",
                    "name": "AssetGroupLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/CatalogLOV",
                    "name": "CatalogLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/OwnerLOV",
                    "name": "OwnerLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/lov/AssetNumberLOV",
                    "name": "AssetNumberLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/child/criteria",
                    "name": "criteria",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/inspectionPlans/300100575661579/child/specifications",
                    "name": "specifications",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 2,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/inspectionPlans",
            "name": "inspectionPlans",
            "kind": "collection"
        }
    ]
}
Back to Top