Get all relationships

get

/fscmRestApi/resources/11.13.18.05/collaborationRelationships

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 Find collaboration relationships according to the primary key.
      Finder Variables
      • AttributeId; integer; Value that uniquely identifies an attribute of the relationship.
      • RelationshipId; integer; Value that uniquely identifies the relationship.
    • RowFinder Find collaboration relationships according to the relationship number.
      Finder Variables
      • RelationshipNumber; integer; Value that uniquely identifies the relationship number.
  • 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:
    • AdjustCommits; string; Contains Y or N. If Y, then the ship-to supplier can adjust commits for their suppliers. If N, then this supplier can't make this adjustment. The default value is N. This attribute is applicable only to each relationship where the ship-to organization is a contract manufacturer and View Order Forecasts is Y.
    • AdjustOrderForecasts; string; Contains Y or N. If Y, then the ship-to supplier can view order forecasts for their suppliers. If N, then this supplier can't view these forecasts. The default value is N. This attribute is applicable to each relationship when the ship-to organization is a contract manufacturer and View Order Forecasts is Y.
    • AttributeId; integer; Value that uniquely identifies an attribute of the relationship.
    • B2BMessagingConfigured; string; Contains Y or N. If Y, then business-to-business messaging is configured for the ship-from supplier site. If N, then this messaging isn't configured. The default value is N.
    • CollaborationUOMCode; string; Abbreviation that identifies the unit of measure used for supply chain collaboration.
    • CollaborationUOMSourceCode; string; Abbreviation that identifies the source for the unit of measure that's available for supply chain collaboration. Values include ORA_VCS_UOMSOURCE_PUB, ORA_VCS_UOMSOURCE_ASL, ORA_VCS_UOMSOURCE_PRI, or ORA_VCS_UOMSOURCE_OTH.
    • CollaborationUOMSourceName; string; Name of the source for the unit of measure that's available for supply chain collaboration. Values include Published order forecast, Approved supplier list, or Primary.
    • CollaborationUnitOfMeasure; string; Name of the unit of measure used for supply chain collaboration.
    • CommitHorizonInDays; integer; Number of days in the future that the order forecast will contain commit quantities.
    • CommitPeriod; string; Time period when the process must provide commit quantities to the enterprise. This attribute can contain one of the following values: Commit Horizon or Days. This attribute is used when SLA Action is Commit Automatically.
    • CommitPeriodDays; integer; Number of days in the future to provide commit quantities to the enterprise. This attribute is used when the commit period is days.
    • CommitQuantity; string; Quantity provided to the enterprise when the process reaches the action that the service level agreement specifies. Valid values include Previous Forecast Commits or Percentage of Current Forecast. This attribute is used when the Commit Period is set.
    • CommitQuantityPercentage; number; Percent of the current forecast to commit. This attribute is used when the commit quantity contains percent of current forecast. The default value is 100.
    • CommitSlaInDays; integer; Number of days from the publish date that the supplier must commit for an order forecast.
    • CreatedBy; string; User who created the collaboration relationship.
    • CreationDate; string; Date and time when the user created the collaboration relationship.
    • DropShipFlag; boolean; Contains one of the following values: true or false. If true, then the relationship is a drop ship relationship. If false, then the relationship isn't a drop ship relationship. This attribute doesn't have a default value.
    • EffectiveEndDate; string; Date the relationship becomes inactive.
    • EffectiveStartDate; string; Date the relationship becomes active.
    • ForecastHorizonInDays; integer; Number of days in the future that the order forecast will contain forecast quantities.
    • InventoryItemId; integer; Value that uniquely identifies the inventory item in the relationship.
    • ItemCategory; string; Category that the application assigns to the item from the default planning catalog.
    • ItemDescription; string; Description of the item in the relationship.
    • ItemNumber; string; Number that identifies the item in the relationship.
    • LastUpdateDate; string; Date and time when the user most recently updated the collaboration relationship.
    • LastUpdatedBy; string; Login of the user who most recently updated the collaboration relationship.
    • ManufacturerName; string; Name of the manufacturer.
    • ManufacturerPartNumber; string; Number that identifies the item at the manufacturer.
    • ObjectVersionNumber; integer; Value that identifies the version of the record in the database.
    • ProcurementBU; string; Name of the business unit. The application assigns the supplier to this business unit for the relationship.
    • ProcurementBUId; integer; Value that uniquely identifies the procurement business unit in the relationship.
    • RelationshipId; integer; Value that uniquely identifies the relationship.
    • RelationshipNumber; integer; Number that identifies the relationship.
    • ShipFromSupplierAlternateName; string; Alternate name of the supplier that ships the item.
    • ShipFromSupplierDUNS; string; Data universal numbering system of the supplier who ships the item.
    • ShipFromSupplierId; integer; Value that uniquely identifies the supplier who ships the item. It's a primary key that the application generates when it creates the supplier.
    • ShipFromSupplierName; string; Name of the supplier that ships the item.
    • ShipFromSupplierNumber; string; Number that identifies the supplier that ships the item.
    • ShipFromSupplierSiteId; integer; Value that uniquely identifies the supplier site in the relationship. This supplier site sends the shipment. It's a primary key that the application generates when it creates the supplier site.
    • ShipFromSupplierSiteName; string; Name of the supplier site that ships the item.
    • ShipToOrganizationCode; string; Abbreviation that identifies the organization that receives the item.
    • ShipToOrganizationId; integer; Value that uniquely identifies the organization in the relationship. This organization receives the shipment. It's a primary key that the application generates when it creates an organization.
    • ShipToOrganizationName; string; Name of the organization that receives the item.
    • ShipToSupplierAlternateName; string; Alternate name of the supplier that receives the item.
    • ShipToSupplierDUNS; string; Data universal numbering system of the supplier that receives the item.
    • ShipToSupplierId; integer; Value that uniquely identifies the supplier who receives the item. It's a primary key that the application generates when it creates the supplier.
    • ShipToSupplierName; string; Name of the supplier that receives the item.
    • ShipToSupplierNumber; string; Number that identifies the supplier that receives the item.
    • ShipToSupplierSiteId; integer; Value that uniquely identifies the supplier site in the relationship. This supplier site sends the shipment. It's a primary key that the application generates when it creates the supplier site.
    • ShipToSupplierSiteName; string; Name of the supplier site in the relationship that receives the item.
    • SlaAction; string; Action that the application takes when it reaches the service level agreement. This attribute is empty or can contain a value of Commit Automatically. The default value is empty. This attribute is used when the Commit SLA in Days is a positive whole number.
    • SourceSystem; string; Value that indicates the product data model source system for the supply plan that's available for supply chain collaboration. Values include External or Oracle.
    • SourceSystemCode; string; Abbreviation that indicates the product data model source system for the supply plan that's available for supply chain collaboration. Values include ORA_VCS_SRCSYSTEM_EXTERNAL or ORA_VCS_SRCSYSTEM_ORACLE.
    • ViewOrderForecasts; string; Contains Y or N. If Y, then the ship-to supplier can view order forecasts for their suppliers. If N, then this supplier can't view these forecasts. The default value is N. This attribute is applicable to each relationship when the ship-to organization is a contract manufacturer.
  • 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 : collaborationRelationships
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : collaborationRelationships-item-response
Type: object
Show Source
  • Title: Adjust Commits
    Maximum Length: 1
    Default Value: N
    Contains Y or N. If Y, then the ship-to supplier can adjust commits for their suppliers. If N, then this supplier can't make this adjustment. The default value is N. This attribute is applicable only to each relationship where the ship-to organization is a contract manufacturer and View Order Forecasts is Y.
  • Title: Adjust Order Forecasts
    Maximum Length: 1
    Default Value: N
    Contains Y or N. If Y, then the ship-to supplier can view order forecasts for their suppliers. If N, then this supplier can't view these forecasts. The default value is N. This attribute is applicable to each relationship when the ship-to organization is a contract manufacturer and View Order Forecasts is Y.
  • Value that uniquely identifies an attribute of the relationship.
  • Title: B2B Messaging Configured
    Read Only: true
    Maximum Length: 255
    Contains Y or N. If Y, then business-to-business messaging is configured for the ship-from supplier site. If N, then this messaging isn't configured. The default value is N.
  • Planners
    Title: Planners
    The Planners resource manages the collaboration planners configured for collaboration in a relationship.
  • Name of the unit of measure used for supply chain collaboration.
  • Title: UOM
    Abbreviation that identifies the unit of measure used for supply chain collaboration.
  • Title: UOM Definition Source
    Maximum Length: 32
    Default Value: ORA_VCS_UOMSOURCE_PUB
    Abbreviation that identifies the source for the unit of measure that's available for supply chain collaboration. Values include ORA_VCS_UOMSOURCE_PUB, ORA_VCS_UOMSOURCE_ASL, ORA_VCS_UOMSOURCE_PRI, or ORA_VCS_UOMSOURCE_OTH.
  • Maximum Length: 255
    Name of the source for the unit of measure that's available for supply chain collaboration. Values include Published order forecast, Approved supplier list, or Primary.
  • Title: Commit Horizon in Days
    Number of days in the future that the order forecast will contain commit quantities.
  • Title: Commit Period
    Maximum Length: 32
    Time period when the process must provide commit quantities to the enterprise. This attribute can contain one of the following values: Commit Horizon or Days. This attribute is used when SLA Action is Commit Automatically.
  • Title: Commit Period Days
    Number of days in the future to provide commit quantities to the enterprise. This attribute is used when the commit period is days.
  • Title: Commit Quantity
    Maximum Length: 32
    Quantity provided to the enterprise when the process reaches the action that the service level agreement specifies. Valid values include Previous Forecast Commits or Percentage of Current Forecast. This attribute is used when the Commit Period is set.
  • Title: Commit Quantity Percent
    Percent of the current forecast to commit. This attribute is used when the commit quantity contains percent of current forecast. The default value is 100.
  • Title: Commit SLA in Days
    Number of days from the publish date that the supplier must commit for an order forecast.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the collaboration relationship.
  • Title: Creation Date
    Read Only: true
    Date and time when the user created the collaboration relationship.
  • Read Only: true
    Contains one of the following values: true or false. If true, then the relationship is a drop ship relationship. If false, then the relationship isn't a drop ship relationship. This attribute doesn't have a default value.
  • Title: Effective End Date
    Date the relationship becomes inactive.
  • Title: Effective Start Date
    Date the relationship becomes active.
  • Title: Forecast Horizon in Days
    Number of days in the future that the order forecast will contain forecast quantities.
  • Title: Item
    Value that uniquely identifies the inventory item in the relationship.
  • Title: Item Category
    Maximum Length: 255
    Category that the application assigns to the item from the default planning catalog.
  • Read Only: true
    Maximum Length: 255
    Description of the item in the relationship.
  • Title: Item
    Number that identifies the item in the relationship.
  • Title: Last Updated Date
    Read Only: true
    Date and time when the user most recently updated the collaboration relationship.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    Login of the user who most recently updated the collaboration relationship.
  • Links
  • Title: Manufacturer
    Maximum Length: 100
    Name of the manufacturer.
  • Title: Manufacturer Part Number
    Maximum Length: 100
    Number that identifies the item at the manufacturer.
  • Value that identifies the version of the record in the database.
  • Title: Procurement BU
    Name of the business unit. The application assigns the supplier to this business unit for the relationship.
  • Title: Business Unit ID
    Read Only: true
    Value that uniquely identifies the procurement business unit in the relationship.
  • Read Only: true
    Value that uniquely identifies the relationship.
  • Title: Relationship ID
    Read Only: true
    Default Value: -1
    Number that identifies the relationship.
  • Read Only: true
    Alternate name of the supplier that ships the item.
  • Read Only: true
    Maximum Length: 30
    Data universal numbering system of the supplier who ships the item.
  • Title: Supplier
    Read Only: true
    Value that uniquely identifies the supplier who ships the item. It's a primary key that the application generates when it creates the supplier.
  • Title: Ship-from Supplier
    Name of the supplier that ships the item.
  • Read Only: true
    Maximum Length: 30
    Number that identifies the supplier that ships the item.
  • Title: Supplier Site
    Value that uniquely identifies the supplier site in the relationship. This supplier site sends the shipment. It's a primary key that the application generates when it creates the supplier site.
  • Title: Ship-from Supplier Site
    Name of the supplier site that ships the item.
  • Title: Ship-to Organization
    Abbreviation that identifies the organization that receives the item.
  • Title: Organization
    Value that uniquely identifies the organization in the relationship. This organization receives the shipment. It's a primary key that the application generates when it creates an organization.
  • Read Only: true
    Maximum Length: 255
    Name of the organization that receives the item.
  • Read Only: true
    Alternate name of the supplier that receives the item.
  • Read Only: true
    Maximum Length: 30
    Data universal numbering system of the supplier that receives the item.
  • Read Only: true
    Value that uniquely identifies the supplier who receives the item. It's a primary key that the application generates when it creates the supplier.
  • Title: Ship-to Supplier
    Read Only: true
    Maximum Length: 360
    Name of the supplier that receives the item.
  • Read Only: true
    Maximum Length: 30
    Number that identifies the supplier that receives the item.
  • Read Only: true
    Value that uniquely identifies the supplier site in the relationship. This supplier site sends the shipment. It's a primary key that the application generates when it creates the supplier site.
  • Title: Ship-to Supplier Site
    Read Only: true
    Maximum Length: 15
    Name of the supplier site in the relationship that receives the item.
  • Title: SLA Action
    Maximum Length: 32
    Action that the application takes when it reaches the service level agreement. This attribute is empty or can contain a value of Commit Automatically. The default value is empty. This attribute is used when the Commit SLA in Days is a positive whole number.
  • Read Only: true
    Maximum Length: 255
    Value that indicates the product data model source system for the supply plan that's available for supply chain collaboration. Values include External or Oracle.
  • Read Only: true
    Maximum Length: 30
    Abbreviation that indicates the product data model source system for the supply plan that's available for supply chain collaboration. Values include ORA_VCS_SRCSYSTEM_EXTERNAL or ORA_VCS_SRCSYSTEM_ORACLE.
  • Title: View Order Forecasts
    Maximum Length: 1
    Default Value: N
    Contains Y or N. If Y, then the ship-to supplier can view order forecasts for their suppliers. If N, then this supplier can't view these forecasts. The default value is N. This attribute is applicable to each relationship when the ship-to organization is a contract manufacturer.
Nested Schema : Planners
Type: array
Title: Planners
The Planners resource manages the collaboration planners configured for collaboration in a relationship.
Show Source
Nested Schema : collaborationRelationships-collaborationPlanners-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 5
    Contains one of the following values: Yes or No. If Yes, then the collaboration planner has access to the entire order forecast data. If No, then the collaboration planner doesn't have access to the entire order forecast data. The default value is No.
  • Links
  • Read Only: true
    Value that uniquely identifies the user who manages order forecast data in collaboration with suppliers.
  • Read Only: true
    Maximum Length: 240
    Display name of the collaboration planner who manages order forecast data in collaboration with suppliers. The format is Last name, First name.
  • Title: Security Context
    Read Only: true
    Maximum Length: 80
    Value that identifies the level of security applied. A list of accepted values is defined in the lookup type ORA_VCS_SECURITY_CONTEXT.
  • Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the level of security applied. A list of accepted values is defined in the lookup type ORA_VCS_SECURITY_CONTEXT.
  • Read Only: true
    Maximum Length: 80
    Value that indicates the status of the collaboration planner. For example, active indicates that the collaboration planner can access order forecast data, and inactive indicates that the collaboration planner can't access order forecast data.
  • Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the status of the collaboration planner.
Back to Top

Examples

This example describes how to get all collaboration relationship.

Example cURL Command

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

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

For example, the following command gets collaboration relationship 62022:

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

Example Response Body

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

{
    "items": [
        {
            "RelationshipId": 300100111250595,
            "RelationshipNumber": 2,
            "AttributeId": 300100111250596,
            "ShipFromSupplierId": 1717,
            "ShipFromSupplierName": "CV_SuppA05",
            "ShipFromSupplierNumber": "8058",
            "ShipFromSupplierDUNS": null,
            "ShipFromSupplierAlternateName": null,
            "ShipFromSupplierSiteId": 4060,
            "ShipFromSupplierSiteName": "CVSuppA05Site01",
            "ProcurementBU": "Vision Operations",
            "ShipToOrganizationId": 207,
            "ShipToOrganizationCode": "M1",
            "ShipToOrganizationName": "Tall Manufacturing",
            "ShipToSupplierId": null,
            "ShipToSupplierName": null,
            "ShipToSupplierNumber": null,
            "ShipToSupplierDUNS": null,
            "ShipToSupplierAlternateName": null,
            "ShipToSupplierSiteId": null,
            "ShipToSupplierSiteName": null,
            "InventoryItemId": 300100082371759,
            "ItemNumber": "AI-F-Nut1",
            "ItemDescription": "AI-F-Nut1\n",
            "ItemCategory": "Uncategorized",
            "EffectiveStartDate": null,
            "EffectiveEndDate": null,
            "B2BMessagingConfigured": "N",
            "ForecastHorizonInDays": 999,
            "CommitHorizonInDays": 999,
            "SlaAction": null,
            "CommitPeriod": null,
            "CommitPeriodDays": null,
            "CommitQuantity": null,
            "CommitQuantityPercentage": null,
            "CommitSlaInDays": 60,
            "ViewOrderForecasts": "N",
            "AdjustOrderForecasts": "N",
            "AdjustCommits": "N",
            "CreatedBy": "COLLABPLANNER",
            "CreationDate": "2017-12-27T18:30:17.093+00:00",
            "LastUpdatedBy": "COLLABPLANNER",
            "LastUpdateDate": "2017-12-27T18:30:48.630+00:00",
            "ObjectVersionNumber": 2,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/collaborationRelationships/2",
                    "name": "collaborationRelationships",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/collaborationRelationships/2",
                    "name": "collaborationRelationships",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/collaborationRelationships/2/child/collaborationPlanners",
                    "name": "collaborationPlanners",
                    "kind": "collection"
                }
            ]
        },
        {
            "RelationshipId": 300100111249904,
            "RelationshipNumber": 1,
            "AttributeId": 300100111249905,
            "ShipFromSupplierId": 1375,
            "ShipFromSupplierName": "Big Systems",
            "ShipFromSupplierNumber": "8013",
            "ShipFromSupplierDUNS": null,
            "ShipFromSupplierAlternateName": "CIC",
            "ShipFromSupplierSiteId": 1375,
            "ShipFromSupplierSiteName": "TEMPS OPM_HQ",
            "ProcurementBU": "Vision Operations",
            "ShipToOrganizationId": 1755,
            "ShipToOrganizationCode": "SFO",
            "ShipToOrganizationName": "CRL San Francisco",
            "ShipToSupplierId": null,
            "ShipToSupplierName": null,
            "ShipToSupplierNumber": null,
            "ShipToSupplierDUNS": null,
            "ShipToSupplierAlternateName": null,
            "ShipToSupplierSiteId": null,
            "ShipToSupplierSiteName": null,
            "InventoryItemId": 4492,
            "ItemNumber": "Wire",
            "ItemDescription": "Wire - not NL Trackable, No Control",
            "ItemCategory": "Miscellaneous_61",
            "EffectiveStartDate": null,
            "EffectiveEndDate": null,
            "B2BMessagingConfigured": "N",
            "ForecastHorizonInDays": 999,
            "CommitHorizonInDays": 999,
            "SlaAction": null,
            "CommitPeriod": null,
            "CommitPeriodDays": null,
            "CommitQuantity": null,
            "CommitQuantityPercentage": null,
            "CommitSlaInDays": 10,
            "ViewOrderForecasts": "N",
            "AdjustOrderForecasts": "N",
            "AdjustCommits": "N",
            "CreatedBy": "COLLABPLANNER",
            "CreationDate": "2017-12-27T18:08:27.122+00:00",
            "LastUpdatedBy": "COLLABPLANNER",
            "LastUpdateDate": "2017-12-27T18:22:20.962+00:00",
            "ObjectVersionNumber": 4,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/collaborationRelationships/1",
                    "name": "collaborationRelationships",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000047371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/collaborationRelationships/1",
                    "name": "collaborationRelationships",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/collaborationRelationships/1/child/collaborationPlanners",
                    "name": "collaborationPlanners",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 2,
    "hasMore": false,
    "limit": 20,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/collaborationRelationships",
            "name": "collaborationRelationships",
            "kind": "collection"
        }
    ]
}
Back to Top