Get All Related Objects of an Item Using Product Development Relationships

You can use the Product Development Relationships REST API to get all or specified type of relationships added to an item on a certain revision.

Let's discuss this scenarios briefly.

As a quality inspector, you want to find out what problems are reported against an item specific to a revision.

  • Item Name: MotherboardAssemblyMain

  • Related Problem Reports: error01, error01, error03

  • Related Changes: ECO-10000, ECO-10002

You can use the Product Development Relationship REST API to get problem reports related to certain revisions of the item using these steps:

  1. Get ItemId of MotherboardAssemblyMain using the ItemsV2 API.
  2. Get RevisionId of MotherboardAssemblyMain.
  3. Get problem reports related to MotherboardAssemblyMain by passing the RevisionId.

Get Item ID

First, you need to get the Item ID of MotherboardAssemblyMain using the Item Number and Organization Code Query in the ItemsV2 API.

Example URL

Use this resource URL format:

GET

curl -u username:password "https://servername/fscmRestApi/resources/version/itemsV2?q=ItemNumber=MotherboardAssemblyMain;OrganizationCode=V1"

Example Response

Here's an example of the response body in JSON format:
{
    "items": [
        {
            "ItemId": 300100617718097,
            "OrganizationId": 204,
            "OrganizationCode": "V1",
            "ItemClass": "Root Item Class",
            "Template": null,
            "ItemNumber": "MotherboardAssemblyMain",
            "ItemDescription": "MotherboardAssemblyMain",
            "ApprovalStatusValue": "Approved",
            "ItemStatusValue": "Active",
            "LifecyclePhaseValue": "Design",
            "StyleItemFlag": null,
            "StyleItemNumberValue": "MotherboardAssemblyMain",
            "Keyword": null,
            "IgnoreDuplicateItemFlag": null,
            "UserItemTypeValue": "Finished Good",
            "PackTypeValue": null,
            "LongDescription": null,
            "FormattedDescription": null,
            "PrimaryUOMValue": "Each",
            "TransactionConversionValue": "Both",
            "DefaultingControlValue": null,
            "PositiveDeviationFactor": 0,
            "NegativeDeviationFactor": 0,
            "CopyItemAndApplyTemplatesFlag": null,
            "CopyAssociationsFlag": null,
            "CopyAttachmentsFlag": null,
            "CopyCategoriesFlag": null,
            "CopyFromItemValue": null,
            "CopyFromRevisionValue": null,
            "CopyFromVersionValue": null,
            "CopyOrganizationAssignmentsFlag": null,
            "LastSubmittedNewItemRequest": null,
            "ChangeNotice": null,
            "ChangeOrderLineSequenceNumber": null,
            "StructureItemTypeValue": "Standard",
            "CreateConfiguredItem": null,
            "ConfigModelTypeValue": "Standard",
            "EffectivityControlValue": "Date",
            "BaseItemValue": null,
            "AutoCreatedConfigurationFlag": false,
            "PickComponentsFlag": false,
            "AssembleToOrderFlag": false,
            "CostingEnabledFlag": true,
            "IncludeInRollUpFlag": true,
            "StandardLotSize": null,
            "InventoryAssetFlag": true,
            "BuildInWIPFlag": true,
            "WIPSupplyTypeValue": "Push",
            "WIPSupplyLocatorValue": null,
            "WIPSupplySubinventoryValue": null,
            "OvercompletionToleranceTypeValue": null,
            "OvercompletionToleranceValue": null,
            "InventoryCarryPenalty": null,
            "OperationSlackPenalty": null,
            "RecipeEnabledFlag": true,
            "ProcessQualityEnabledFlag": false,
            "ProcessCostingEnabledFlag": false,
            "ProcessExecutionEnabledFlag": true,
            "ProcessSupplySubinventoryValue": null,
            "ProcessSupplyLocatorValue": null,
            "ProcessYieldSubinventoryValue": null,
            "ProcessYieldLocatorValue": null,
            "HazardousMaterialFlag": true,
            "CASNumber": null,
            "AssetTrackedFlag": false,
            "AssetClassValue": "Equipment",
            "ServiceRequestEnabledValue": null,
            "DefectTrackingOnFlag": null,
            "ServiceDurationTypeValue": "Open Ended",
            "ServiceDuration": null,
            "ServiceDurationPeriodValue": null,
            "ServiceStartTypeValue": "Milestone",
            "ServiceStartDelay": 0,
            "AllowSuspendFlag": false,
            "AllowTerminateFlag": false,
            "RequiresItemAssociationFlag": false,
            "CreateFixedAssetFlag": null,
            "InstanceClassValue": null,
            "BillingTypeValue": null,
            "ServiceBillingEnabledFlag": false,
            "RecoveredPartDispositionValue": null,
            "InventoryItemFlag": true,
            "StockEnabledFlag": true,
            "MaterialTransactionEnabledFlag": true,
            "ReservableFlag": true,
            "CheckMaterialShortageFlag": false,
            "RevisionQuantityControlFlag": false,
            "BulkPickedFlag": false,
            "LotControlValue": "No lot control",
            "StartingLotPrefix": null,
            "StartingLotNumber": null,
            "MaturityDays": null,
            "HoldDays": null,
            "LotExpirationControlValue": "No shelf life control",
            "ShelfLifeDays": 0,
            "RetestInterval": null,
            "ExpirationActionValue": null,
            "ExpirationActionInterval": null,
            "ChildLotEnabledFlag": false,
            "ChildLotFormatValidationFlag": false,
            "CopyLotAttributeFlag": false,
            "ChildLotPrefix": null,
            "ChildLotStartingNumber": null,
            "ChildLotParent": null,
            "LotTranslateEnabledFlag": false,
            "LotSplitEnabledFlag": false,
            "LotDivisibleFlag": false,
            "LotSubstitutionEnabledFlag": null,
            "LotMergeEnabledFlag": false,
            "GradeControlFlag": false,
            "DefaultGradeValue": null,
            "SerialGenerationValue": "No serial number control",
            "SerialStartingPrefix": null,
            "SerialStartingNumber": null,
            "NegativeMeasurementError": null,
            "PositiveMeasurementError": null,
            "CycleCountEnabledFlag": false,
            "LotStatusEnabledFlag": false,
            "SerialStatusEnabledFlag": false,
            "DefaultLotStatusValue": null,
            "DefaultSerialStatusValue": null,
            "RestrictSubinventoriesFlag": false,
            "RestrictLocatorsFlag": false,
            "StockLocatorControlValue": "No control",
            "DimensionUOMValue": null,
            "UnitWidthQuantity": null,
            "UnitLengthQuantity": null,
            "UnitHeightQuantity": null,
            "WeightUOMValue": "LBS",
            "UnitWeightQuantity": null,
            "VolumeUOMValue": null,
            "UnitVolumeQuantity": null,
            "ContainerItemFlag": null,
            "ContainerTypeValue": null,
            "MaximumLoadWeight": null,
            "VehicleItemFlag": null,
            "InternalVolume": null,
            "MinimumFillPercent": null,
            "WarehouseEquipmentFlag": false,
            "EventFlag": null,
            "CollateralFlag": null,
            "CustomerOrderFlag": true,
            "CustomerOrderEnabledFlag": true,
            "ATPComponentsValue": "None",
            "PickingRuleValue": null,
            "RMAInspectionRequiredFlag": false,
            "EligibilityRuleFlag": null,
            "ReturnableFlag": false,
            "ATPValue": "None",
            "FinancingAllowedFlag": null,
            "SalesProductTypeValue": null,
            "TransactionEnabledFlag": true,
            "OrderManagementIndivisibleFlag": null,
            "DefaultSalesOrderSourceTypeValue": "Internal",
            "ElectronicFormatFlag": null,
            "ShippableFlag": true,
            "DefaultShippingOrganizationValue": null,
            "ShipModelCompleteFlag": false,
            "DownloadableFlag": null,
            "OverShipmentTolerance": null,
            "UnderShipmentTolerance": null,
            "OverReturnTolerance": null,
            "UnderReturnTolerance": null,
            "InvoiceEnabledFlag": true,
            "AccountingRuleValue": null,
            "PaymentTermsValue": null,
            "OutputTaxClassificationCodeValue": null,
            "InvoicedFlag": true,
            "InvoicingRuleValue": null,
            "SalesAccountValue": null,
            "WebStatusValue": "Unpublished",
            "BackOrderableFlag": null,
            "OrderableOnWebFlag": true,
            "MinimumLicenseQuantity": null,
            "InventoryPlanningMethodValue": "Not planned",
            "PlanningMakeBuyValue": "Make",
            "Planner": null,
            "SubcontractingComponentValue": null,
            "MinimumMinmaxQuantity": null,
            "MaximumMinmaxQuantity": null,
            "MinimumOrderQuantity": null,
            "MaximumOrderQuantity": null,
            "OrderCost": null,
            "SourceOrganizationValue": null,
            "SourceSubinventoryOrganizationValue": null,
            "SourceSubinventoryValue": null,
            "FixedOrderQuantity": null,
            "FixedDaysSupply": null,
            "FixedLotSizeMultiplier": null,
            "ReleaseAuthorizationRequiredValue": "Customer",
            "AutomaticallyExpireASNFlag": false,
            "ConsignedFlag": false,
            "ReplenishmentMinimumOrder": null,
            "ReplenishmentMaximumOrder": null,
            "VMIFixedOrderQuantity": null,
            "ForecastTypelValue": "Order Forecast",
            "ForecastHorizon": null,
            "PlanningMethodValue": "MPS Planning",
            "RoundingControlTypeFlag": true,
            "CreateSupplyFlag": true,
            "PlanningTimeFence": "User Defined Time Fence",
            "DemandTimeFence": null,
            "ReleaseTimeFence": null,
            "ShrinkageRate": null,
            "ForecastControlValue": "Consume and Derive Forecast",
            "AcceptableEarlyDays": null,
            "PlanningTimeDays": 1,
            "DemandTimeDays": null,
            "ReleaseTimeDays": null,
            "MRPCalculateATPFlag": null,
            "RepairLeadtime": null,
            "RepairYield": null,
            "PreprocessingDays": null,
            "PostprocessingDays": 0,
            "ProcessingDays": null,
            "VariableLeadTime": null,
            "CumulativeTotalLeadTime": null,
            "FixedLeadTime": null,
            "CumulativeManufacturingLeadTime": null,
            "LeadTimeLotSize": 1,
            "PurchasingFlag": true,
            "UseApprovedSupplierFlag": false,
            "NegotiationRequiredFlag": null,
            "PurchasingInputTaxClassificationValue": null,
            "InvoiceCloseTolerancePercentage": null,
            "HazardClassValue": null,
            "AssetCategoryValue": null,
            "PurchasableFlag": true,
            "TaxableFlag": true,
            "BuyerOrganizationValue": null,
            "DefaultBuyerValue": null,
            "ReceiptCloseTolerancePercentage": null,
            "UNNumberValue": null,
            "ListPrice": null,
            "PriceTolerancePercentage": null,
            "MarketPrice": null,
            "RoundingFactor": null,
            "MatchApprovalLevelValue": null,
            "MatchConfigurationOptionValue": null,
            "ReceiptDateActionValue": null,
            "DaysEarlyReceiptAllowed": null,
            "DaysLateReceiptAllowed": null,
            "AllowSubstituteReceiptsFlag": null,
            "AllowUnorderedReceiptsFlag": null,
            "QuantityReceivedToleranceAction": null,
            "QuantityReceivedTolerancePercentage": null,
            "ItemExtensibleFlexfieldCategoryCode": "ROOT_ICC",
            "CreationDate": "2024-02-19T17:18:00.003+00:00",
            "LastUpdateDate": "2024-02-19T17:18:27.088+00:00",
            "BackToBackEnabledFlag": false,
            "ContractManufacturingFlag": false,
            "DaysOfCover": null,
            "DemandPeriod": null,
            "SafetyStockPlanningMethodValue": "Not Planned",
            "OutsideProcessServiceFlag": false,
            "AllowMaintenanceAssetFlag": false,
            "EnableGenealogyTrackingFlag": false,
            "EngineeredItemFlag": true,
            "ProcurementBusinessUnitName": null,
            "ForcePurchaseLeadTimeFlag": true,
            "ReplacementTypeValue": null,
            "BuyerEmailAddress": null,
            "AssetTrackedValue": "Not Tracked",
            "RequestId": null,
            "CreatedBy": "PIMQA",
            "CreationDateTime": "2024-02-19T17:18:00.003+00:00",
            "LastUpdateDateTime": "2024-02-19T17:18:27.088+00:00",
            "LastUpdateLogin": "0F48644FC62D2C59E063866515AC6DE5",
            "LastUpdatedBy": "PIMQA",
            "InternallyTransferableFlag": false,
            "TransferOrdersEnabledFlag": false,
            "ReplenishmentMaximumDaysOfSupply": null,
            "CustomerSelfServiceEnabledFlag": false,
            "AllowPurchasingDocumentDescriptionUpdateFlag": true,
            "EnableContractCoverage": true,
            "CarryingCostPercentage": null,
            "ReplenishmentMinimumDaysOfSupply": null,
            "AllowExpressTransactionsFlag": null,
            "ReceiptRoutingValue": null,
            "InvoiceMatchOptionValue": null,
            "CommsActivationRequiredFlag": null,
            "RequiresFulfillmentLocationFlag": false,
            "IssueUOMValue": null,
            "EnforceShipToLocationValue": null,
            "StandardCoverageValue": null,
            "ReplenishmentSourceTypeValue": null,
            "TrackingUOMValue": "Primary",
            "SecondaryUOMValue": null,
            "PricingUOMValue": "Primary",
            "HardPeggingLevelValue": "None",
            "CommonSupplyProjectDemandFlag": null,
            "EnableIotFlag": false,
            "ExpenditureTypeValue": null,
            "PackagingStringValue": null,
            "CreateSupplyAfterDate": null,
            "CreateFixedAssetValue": null,
            "UnderCompletionToleranceTypeValue": null,
            "UnderCompletionToleranceValue": null,
            "DefaultRepairTransactionName": null,
            "CreatedFromItemId": 100101496749357,
            "CreatedFromItemNumber": "Motherboard Assembly",
            "CreatedFromItemRevision": "B",
            "ItemObjectTypeValue": "Item",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC",
                    "name": "itemsV2",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC",
                    "name": "itemsV2",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovPaymentTermsValue",
                    "name": "LovPaymentTermsValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSourceTypeValue",
                    "name": "LovSourceTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovConfigModelTypeValue",
                    "name": "LovConfigModelTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/ExpenditureTypeValueVA",
                    "name": "ExpenditureTypeValueVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSecondaryUomValue",
                    "name": "LovSecondaryUomValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovCopyFromRevisionValue",
                    "name": "LovCopyFromRevisionValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovIbItemInstanceClassValue",
                    "name": "LovIbItemInstanceClassValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovDefaultGradeValue",
                    "name": "LovDefaultGradeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovWebStatusValue",
                    "name": "LovWebStatusValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/ContractCoveragePVO1",
                    "name": "ContractCoveragePVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovBaseItemValue",
                    "name": "LovBaseItemValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovPickingRuleValue",
                    "name": "LovPickingRuleValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovMatchApprovalLevelValue",
                    "name": "LovMatchApprovalLevelValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/PackagingStringsPVO1",
                    "name": "PackagingStringsPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovCreateFixedAssetValue",
                    "name": "LovCreateFixedAssetValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSubcontractingComponentValue",
                    "name": "LovSubcontractingComponentValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryOrganizationValue",
                    "name": "LovSourceSubinventoryOrganizationValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovReceiptDaysExceptionValue",
                    "name": "LovReceiptDaysExceptionValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovAssetClassValue",
                    "name": "LovAssetClassValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovCurrentPhaseValue",
                    "name": "LovCurrentPhaseValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovPrimaryUOMValue",
                    "name": "LovPrimaryUOMValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovDefaultSoSourceTypeValue",
                    "name": "LovDefaultSoSourceTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovLotControlValue",
                    "name": "LovLotControlValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovTradeItemDescriptorValue",
                    "name": "LovTradeItemDescriptorValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovUnitOfIssueValue",
                    "name": "LovUnitOfIssueValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovMaterialBillableValue",
                    "name": "LovMaterialBillableValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovServiceDurationPeriodValue",
                    "name": "LovServiceDurationPeriodValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovReleaseTimeFenceValue",
                    "name": "LovReleaseTimeFenceValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovInvoicingRuleValue",
                    "name": "LovInvoicingRuleValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovVmiForecastTypeValue",
                    "name": "LovVmiForecastTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovRecoveredPartDispValue",
                    "name": "LovRecoveredPartDispValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovATPValue",
                    "name": "LovATPValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovUnderCompletionToleranceTypeValue",
                    "name": "LovUnderCompletionToleranceTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovTrackingQuantityIndValue",
                    "name": "LovTrackingQuantityIndValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSecondaryDefaultIndValue",
                    "name": "LovSecondaryDefaultIndValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSalesProductTypeValue",
                    "name": "LovSalesProductTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovBuyerValue",
                    "name": "LovBuyerValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSourceOrganizationValue",
                    "name": "LovSourceOrganizationValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/ReplacementTypeValueVA",
                    "name": "ReplacementTypeValueVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovInventoryPlanningValue",
                    "name": "LovInventoryPlanningValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovOvercompletionToleranceTypeValue",
                    "name": "LovOvercompletionToleranceTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovPlannerValue",
                    "name": "LovPlannerValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovWeightUOMValue",
                    "name": "LovWeightUOMValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovCopyFromItemValue",
                    "name": "LovCopyFromItemValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovPlanningMakeBuyValue",
                    "name": "LovPlanningMakeBuyValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovDefaultLotStatusValue",
                    "name": "LovDefaultLotStatusValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovDefaultSerialStatusValue",
                    "name": "LovDefaultSerialStatusValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovEffectivityControlValue",
                    "name": "LovEffectivityControlValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovWIPSupplySubinventoryValue",
                    "name": "LovWIPSupplySubinventoryValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovRepairTransactionCode",
                    "name": "LovRepairTransactionCode",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovBOMItemTypeValue",
                    "name": "LovBOMItemTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovServRequestEnabledValue",
                    "name": "LovServRequestEnabledValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovEnforceShipToLocationValue",
                    "name": "LovEnforceShipToLocationValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovVolumeUOMValue",
                    "name": "LovVolumeUOMValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovQuantityRcvExceptionValue",
                    "name": "LovQuantityRcvExceptionValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovApprovalStatusValue",
                    "name": "LovApprovalStatusValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovAccountingRuleValue",
                    "name": "LovAccountingRuleValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovAllowedUnitsLookupValue",
                    "name": "LovAllowedUnitsLookupValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovServiceDurationTypeValue",
                    "name": "LovServiceDurationTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovContainerTypeValue",
                    "name": "LovContainerTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovDefaultShippingOrgValue",
                    "name": "LovDefaultShippingOrgValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/SafetyStockPlanningMethodVA",
                    "name": "SafetyStockPlanningMethodVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovDemandTimeFenceValue",
                    "name": "LovDemandTimeFenceValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovConfigOrgsValue",
                    "name": "LovConfigOrgsValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovWIPSupplyTypeValue",
                    "name": "LovWIPSupplyTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovTemplateValue",
                    "name": "LovTemplateValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovShelfLifeValue",
                    "name": "LovShelfLifeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovMRPPlanningValue",
                    "name": "LovMRPPlanningValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovOrganizationValue",
                    "name": "LovOrganizationValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovConfigMatchValue",
                    "name": "LovConfigMatchValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovReceivingRoutingValue",
                    "name": "LovReceivingRoutingValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovPlanningTimeFenceValue",
                    "name": "LovPlanningTimeFenceValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovATOForecastControlValue",
                    "name": "LovATOForecastControlValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovAssetTrackedValue",
                    "name": "LovAssetTrackedValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovATPComponentsValue",
                    "name": "LovATPComponentsValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSoAuthorizationValue",
                    "name": "LovSoAuthorizationValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovProcessSupplySubinventoryValue",
                    "name": "LovProcessSupplySubinventoryValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryValue",
                    "name": "LovSourceSubinventoryValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovLocationControlValue",
                    "name": "LovLocationControlValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovItemCatalogGroupValue",
                    "name": "LovItemCatalogGroupValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovProcessYieldSubinventoryValue",
                    "name": "LovProcessYieldSubinventoryValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovSerialNumberControlValue",
                    "name": "LovSerialNumberControlValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovHazardClassValue",
                    "name": "LovHazardClassValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovTaxValue",
                    "name": "LovTaxValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovServiceStartTypeValue",
                    "name": "LovServiceStartTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovPurchasingTaxValue",
                    "name": "LovPurchasingTaxValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovUNNumberValue",
                    "name": "LovUNNumberValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/HardPeggingLevelValueVA",
                    "name": "HardPeggingLevelValueVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovDimensionUOMValue",
                    "name": "LovDimensionUOMValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/StyleItemMasterOrgVA",
                    "name": "StyleItemMasterOrgVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/ItemObjectTypeVA",
                    "name": "ItemObjectTypeVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovParentChildGenerationValue",
                    "name": "LovParentChildGenerationValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovCopyFromVersionValue",
                    "name": "LovCopyFromVersionValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovOntPricingQuantitySourceValue",
                    "name": "LovOntPricingQuantitySourceValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovInventoryItemStatusValue",
                    "name": "LovInventoryItemStatusValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovBuyerOrganizationValue",
                    "name": "LovBuyerOrganizationValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovExpirationActionValue",
                    "name": "LovExpirationActionValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovItemTypeValue",
                    "name": "LovItemTypeValue",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/lov/LovInvoiceMatchOption",
                    "name": "LovInvoiceMatchOption",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemAttachment",
                    "name": "ItemAttachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemCategory",
                    "name": "ItemCategory",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemDFF",
                    "name": "ItemDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemEffCategory",
                    "name": "ItemEffCategory",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemGlobalDFF",
                    "name": "ItemGlobalDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision",
                    "name": "ItemRevision",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemSupplierAssociation",
                    "name": "ItemSupplierAssociation",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemTranslation",
                    "name": "ItemTranslation",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/itemsV2",
            "name": "itemsV2",
            "kind": "collection"
        },
        {
            "rel": "action",
            "href": "https://servername/fscmRestApi/resources/version/itemsV2/action/addItemsToDeleteGroup",
            "name": "addItemsToDeleteGroup",
            "kind": "other"
        },
        {
            "rel": "action",
            "href": "https://servername/fscmRestApi/resources/version/itemsV2/action/addSupplierAssociationsToDeleteGroup",
            "name": "addSupplierAssociationsToDeleteGroup",
            "kind": "other"
        }
    ]
}

Get Revision ID

Next, you need to get the details of the item revision, and RevisionId would be the first return result that you will need to refer to in the productDevelopmentRelationships API when the you retrive related objects.

Example URL

Use this resource URL format:

GET

curl -u username:password "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision"

Example Response

Here's an example of the response body in JSON format:

{
    "items": [
        {
            "RevisionId": 300100617718098,
            "ItemId": 300100617718097,
            "OrganizationId": 204,
            "RevisionCode": "A",
            "ItemRevisionDescription": null,
            "RevisionReasonValue": null,
            "EffectivityDate": "2024-02-19T17:18:00+00:00",
            "ImplementationDate": "2024-02-19T17:18:00+00:00",
            "EndEffectivityDate": null,
            "RevisionExtensibleFlexfieldCategoryCode": "ROOT_ICC",
            "CreationDateTime": "2024-02-19T17:18:00.456+00:00",
            "LastUpdateDateTime": "2024-02-19T17:18:27.089+00:00",
            "CreatedBy": "PIMQA",
            "LastUpdateLogin": "0F48644FC62D2C59E063866515AC6DE5",
            "LastUpdatedBy": "PIMQA",
            "RequestId": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F09EB749520000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB74951",
                    "name": "ItemRevision",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F09EB749520000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB74951",
                    "name": "ItemRevision",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC",
                    "name": "itemsV2",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F09EB749520000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB74951/lov/LovRevisionreasonValue",
                    "name": "LovRevisionreasonValue",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F09EB749520000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB74951/child/ItemRevisionDFF",
                    "name": "ItemRevisionDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F09EB749520000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB74951/child/ItemRevisionEffCategory",
                    "name": "ItemRevisionEffCategory",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F09EB749520000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB74951/child/ItemRevisionTranslation",
                    "name": "ItemRevisionTranslation",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F09EB749520000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB74951/child/RevisionAttachment",
                    "name": "RevisionAttachment",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC0000000EACED00057708000110F09EB749510000000EACED0005770800000000000000CC/child/ItemRevision",
            "name": "ItemRevision",
            "kind": "collection"
        }
    ]
}

Get Problem Reports

Now you need to get the problem reports related to MotherboardAssemblyMain by passing the Revision ID.

Example URL

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

curl -u username:password "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships?finder=findRelationships;ObjectTypeCode=ITEM,ObjectId=300100617718098,RelatedObjectTypeCode=Problem_Report"

Example Response

Here's an example of the response body in JSON format:

{
    "items": [
        {
            "Id": 300100617718281,
            "CreatedBy": "PIMQA",
            "ObjectVersionNumber": 1,
            "CreationDate": "2024-02-19T17:24:27.851+00:00",
            "LastUpdateDate": "2024-02-19T17:24:43.567+00:00",
            "LastUpdatedBy": "PIMQA",
            "LastUpdateLogin": "0F48644FC62D2C59E063866515AC6DE5",
            "RelatedObjectId": 300100617718231,
            "RelatedObjectTypeCode": "PROBLEM_REPORT",
            "RelatedObjectTypeValue": "Problem Reports",
            "RelatedObjectName": "error03",
            "RelatedObjectDescription": "error03",
            "RelatedObjectStatus": "Draft",
            "RelatedObjectLatestFlag": "true",
            "RelatedObjectRevision": null,
            "RelatedObjectOrganizationCode": "LAB",
            "RelatedObjectSubTypeValue": "Problem Report",
            "RelatedObjectPk1Value": null,
            "RelatedObjectPk2Value": null,
            "ObjectId": 300100617718098,
            "ObjectTypeCode": "ITEM",
            "ObjectTypeValue": "Item",
            "TypeCode": null,
            "TypeValue": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships/300100617718281",
                    "name": "productDevelopmentRelationships",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships/300100617718281",
                    "name": "productDevelopmentRelationships",
                    "kind": "item"
                }
            ]
        },
        {
            "Id": 300100617718282,
            "CreatedBy": "PIMQA",
            "ObjectVersionNumber": 1,
            "CreationDate": "2024-02-19T17:24:32.407+00:00",
            "LastUpdateDate": "2024-02-19T17:24:43.579+00:00",
            "LastUpdatedBy": "PIMQA",
            "LastUpdateLogin": "0F48644FC62D2C59E063866515AC6DE5",
            "RelatedObjectId": 300100617718214,
            "RelatedObjectTypeCode": "PROBLEM_REPORT",
            "RelatedObjectTypeValue": "Problem Reports",
            "RelatedObjectName": "error02",
            "RelatedObjectDescription": "error02",
            "RelatedObjectStatus": "Draft",
            "RelatedObjectLatestFlag": "true",
            "RelatedObjectRevision": null,
            "RelatedObjectOrganizationCode": "LAB",
            "RelatedObjectSubTypeValue": "Problem Report",
            "RelatedObjectPk1Value": null,
            "RelatedObjectPk2Value": null,
            "ObjectId": 300100617718098,
            "ObjectTypeCode": "ITEM",
            "ObjectTypeValue": "Item",
            "TypeCode": null,
            "TypeValue": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships/300100617718282",
                    "name": "productDevelopmentRelationships",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships/300100617718282",
                    "name": "productDevelopmentRelationships",
                    "kind": "item"
                }
            ]
        },
        {
            "Id": 300100617718283,
            "CreatedBy": "PIMQA",
            "ObjectVersionNumber": 1,
            "CreationDate": "2024-02-19T17:24:37.622+00:00",
            "LastUpdateDate": "2024-02-19T17:24:43.588+00:00",
            "LastUpdatedBy": "PIMQA",
            "LastUpdateLogin": "0F48644FC62D2C59E063866515AC6DE5",
            "RelatedObjectId": 300100617718170,
            "RelatedObjectTypeCode": "PROBLEM_REPORT",
            "RelatedObjectTypeValue": "Problem Reports",
            "RelatedObjectName": "error01",
            "RelatedObjectDescription": "error01",
            "RelatedObjectStatus": "Draft",
            "RelatedObjectLatestFlag": "true",
            "RelatedObjectRevision": null,
            "RelatedObjectOrganizationCode": "LAB",
            "RelatedObjectSubTypeValue": "Problem Report",
            "RelatedObjectPk1Value": null,
            "RelatedObjectPk2Value": null,
            "ObjectId": 300100617718098,
            "ObjectTypeCode": "ITEM",
            "ObjectTypeValue": "Item",
            "TypeCode": null,
            "TypeValue": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships/300100617718283",
                    "name": "productDevelopmentRelationships",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships/300100617718283",
                    "name": "productDevelopmentRelationships",
                    "kind": "item"
                }
            ]
        }
    ],
    "count": 3,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/productDevelopmentRelationships",
            "name": "productDevelopmentRelationships",
            "kind": "collection"
        }
    ]
}