Get all line items
get
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure
Request
Path Parameters
-
ConceptId(required): integer(int64)
Value that uniquely identifies the concept.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Find concept structure line items according to the concept structure line item identifier.
Finder Variables:- ConceptStructureId; integer; Value that uniquely identifies the concept structure line item.
- PrimaryKey: Find concept structure line items according to the concept structure line item identifier.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ActualPowerConsumption; number; Actual power consumption of this concept structure line item.
- ActualWeight; number; Actual weight of this concept structure line item.
- Alternate; string; Flag to identify that the concept structure line item is an alternative.
- Compliance; string; Compliance level of this concept structure line item.
- ConceptStructureId; integer; Value that uniquely identifies the concept structure line item.
- CreatedBy; string; User who created the concept structure line item.
- CreationDate; string; Date when the user created the concept structure line item.
- FixedCost; number; Fixed cost of this concept structure line item.
- FlagAlternative1; string; Flag to identify that the concept structure line item is assigned to solution alternative 1.
- FlagAlternative10; string; Flag to identify that the concept structure line item is assigned to solution alternative 10.
- FlagAlternative11; string; Flag to identify that the concept structure line item is assigned to solution alternative 11.
- FlagAlternative12; string; Flag to identify that the concept structure line item is assigned to solution alternative 12.
- FlagAlternative13; string; Flag to identify that the concept structure line item is assigned to solution alternative 13.
- FlagAlternative14; string; Flag to identify that the concept structure line item is assigned to solution alternative 14.
- FlagAlternative15; string; Flag to identify that the concept structure line item is assigned to solution alternative 15.
- FlagAlternative2; string; Flag to identify that the concept structure line item is assigned to solution alternative 2.
- FlagAlternative3; string; Flag to identify that the concept structure line item is assigned to solution alternative 3.
- FlagAlternative4; string; Flag to identify that the concept structure line item is assigned to solution alternative 4.
- FlagAlternative5; string; Flag to identify that the concept structure line item is assigned to solution alternative 5.
- FlagAlternative6; string; Flag to identify that the concept structure line item is assigned to solution alternative 6.
- FlagAlternative7; string; Flag to identify that the concept structure line item is assigned to solution alternative 7.
- FlagAlternative8; string; Flag to identify that the concept structure line item is assigned to solution alternative 8.
- FlagAlternative9; string; Flag to identify that the concept structure line item is assigned to solution alternative 9.
- LastUpdateDate; string; Date when the user most recently updated the concept structure line item.
- LastUpdatedBy; string; User who most recently updated the concept structure line item.
- LeadTime; integer; Lead time of this concept structure line item.
- Level; string; Level of the concept structure line item in the structure.
- MaterialCost; number; Actual material cost of this concept structure line item.
- NonMaterialCost; number; Actual non material cost of this concept structure line item.
- NumberManufacturers; number; Number of manufacturers for this concept structure line item.
- ParentConceptStructureId; integer; Value that uniquely identifies the parent of the concept structure line item.
- ParentLevel; string; Level of the parent line item in the structure.
- Quantity; number; Quantity of the concept structure line item.
- Risk; string; Risk of this concept structure line item.
- Score; number; Score of this concept structure line item.
- TargetCost; number; Target cost of this concept structure line item.
- TargetPowerConsumption; number; Target power consumption of this concept structure line item.
- TargetWeight; number; Target weight of this concept structure line item.
- ToId; integer; Value that uniquely identifies the component or sub-concept associated with this concept structure line item.
- ToItemId; string; Value that uniquely identifies the item associated with this concept structure line item.
- ToType; string; Type of the object associated with this concept structure line item.
- Vendor; string; Vendor of this concept structure line item.
- Volume; number; Expected volume of this concept structure line item.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version(required):
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : productConcepts-ConceptStructure
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : productConcepts-ConceptStructure-item-response
Type:
Show Source
object
-
ActualPowerConsumption: number
Title:
Actual Power
Actual power consumption of this concept structure line item. -
ActualWeight: number
Title:
Actual Weight
Actual weight of this concept structure line item. -
Alternate: string
Title:
Alternative
Maximum Length:3
Default Value:n
Flag to identify that the concept structure line item is an alternative. -
Attachments: array
Attachments
Title:
Attachments
The Attachments resource is used to view, create, and update attachments. -
Compliance: string
Title:
Compliance
Maximum Length:30
Compliance level of this concept structure line item. -
ConceptStructureId: integer
(int64)
Read Only:
true
Value that uniquely identifies the concept structure line item. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the concept structure line item. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the concept structure line item. -
Description: string
Title:
Description
Description of the concept structure line item. -
FixedCost: number
Title:
Nonrecurring Cost
Fixed cost of this concept structure line item. -
FlagAlternative1: string
Maximum Length:
3
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 1. -
FlagAlternative10: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 10. -
FlagAlternative11: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 11. -
FlagAlternative12: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 12. -
FlagAlternative13: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 13. -
FlagAlternative14: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 14. -
FlagAlternative15: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 15. -
FlagAlternative2: string
Maximum Length:
3
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 2. -
FlagAlternative3: string
Maximum Length:
3
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 3. -
FlagAlternative4: string
Maximum Length:
3
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 4. -
FlagAlternative5: string
Maximum Length:
3
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 5. -
FlagAlternative6: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 6. -
FlagAlternative7: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 7. -
FlagAlternative8: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 8. -
FlagAlternative9: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 9. -
Incidents: number
Title:
Incidents
Number of incidents for this concept structure line item. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the concept structure line item. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the concept structure line item. -
LeadTime: integer
(int64)
Title:
Lead Time
Lead time of this concept structure line item. -
Level: string
Maximum Length:
255
Level of the concept structure line item in the structure. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MaterialCost: number
Title:
Material Cost
Actual material cost of this concept structure line item. -
Metrics: array
Metrics
Title:
Metrics
The Metrics resource is used to view the concept structure metrics across different solution alternatives of the product concept. -
Name: string
Title:
Name
Maximum Length:150
Name of the concept structure line item. -
NonMaterialCost: number
Title:
Nonmaterial Cost
Actual non material cost of this concept structure line item. -
NumberManufacturers: number
Title:
Manufacturers
Number of manufacturers for this concept structure line item. -
ParentConceptStructureId: integer
(int64)
Value that uniquely identifies the parent of the concept structure line item.
-
ParentLevel: string
Maximum Length:
255
Level of the parent line item in the structure. -
Quantity: number
Title:
Quantity
Default Value:1
Quantity of the concept structure line item. -
Relationships: array
Relationships
Title:
Relationships
The Relationships resource manages the objects related to a concept. The objects reference a concept, an item, or other objects. -
Revision: number
Title:
Revision
Revision of the object associated with the concept structure line item. -
Risk: string
Title:
Risk
Maximum Length:30
Risk of this concept structure line item. -
Score: number
Title:
Score
Score of this concept structure line item. -
TargetCost: number
Title:
Target Cost
Target cost of this concept structure line item. -
TargetPowerConsumption: number
Title:
Target Power
Target power consumption of this concept structure line item. -
TargetWeight: number
Title:
Target Weight
Target weight of this concept structure line item. -
ToId: integer
(int64)
Read Only:
true
Value that uniquely identifies the component or sub-concept associated with this concept structure line item. -
ToItemId: string
Maximum Length:
400
Value that uniquely identifies the item associated with this concept structure line item. -
ToType: string
Title:
Type
Maximum Length:30
Type of the object associated with this concept structure line item. -
Type: string
Title:
Type
Type of the concept structure line item. -
Vendor: string
Title:
Supplier
Maximum Length:150
Vendor of this concept structure line item. -
Volume: number
Title:
Volume
Expected volume of this concept structure line item.
Nested Schema : Attachments
Type:
array
Title:
Attachments
The Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Metrics
Type:
array
Title:
Metrics
The Metrics resource is used to view the concept structure metrics across different solution alternatives of the product concept.
Show Source
Nested Schema : Relationships
Type:
array
Title:
Relationships
The Relationships resource manages the objects related to a concept. The objects reference a concept, an item, or other objects.
Show Source
Nested Schema : productConcepts-ConceptStructure-Attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
An identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
Value that uniquely identifies the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
Name of the category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
User who created the attached document. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
Login that the user used when creating the document. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
Date when the user created the attached document. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
Abbreviation that identifies the data type. -
Description: string
Title:
Description
Maximum Length:255
Description of the attachment. -
DmDocumentId: string
Maximum Length:
255
Value that uniquely identifies the document from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
Folder path where the attachment resides. -
DmVersionNumber: string
Maximum Length:
255
Number that identifies the document version from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
Abbreviation that identifies the error, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
Text of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
Date when the contents of the attached document expire. -
FileContents: string
(byte)
Title:
File Contents
Contents of the attached document. -
FileName: string
Title:
File Name
Maximum Length:2048
Name of the file that is attached. -
FileUrl: string
Title:
File Url
URL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
Date when the user most recently updated the attached document. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
User who last updated the attached document. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
Login that the user used when updating the document. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Title: string
Title:
Title
Title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
Content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
Size of the attached file. -
UploadedFileName: string
Title:
Uploaded File Name
Name of the attached file. -
UploadedText: string
Title:
Uploaded Text
Text of the attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
URI (Uniform Resource Identifier) of a topology manager type attachment. -
Url: string
Title:
Url
Maximum Length:4000
URL (Uniform Resource Locator) of a web page type attachment. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : productConcepts-ConceptStructure-Metrics-item-response
Type:
Show Source
object
-
AlternativeIndex: integer
(int64)
Number that identifies the solution alternative this metric is assigned to.
-
Compliance: string
Maximum Length:
30
Value that indicates whether the concept structure line item is compliant or not. A list of accepted values is defined in the lookup type ACD_PRODUCT_COMPLIANCE. -
Cost: number
Title:
Cost
Cost of the concept structure line item. -
CostIncomplete: string
Maximum Length:
1
Contains one of the following values: true or false. If true, then the rolled up costs are based on incomplete data. If false, then the rolled up costs are based on complete data. This attribute does not have a default value. -
CostVariance: number
Title:
Variance
Difference between the actual cost and the target cost. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the concept metrics. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the concept metrics. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the concept metrics. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the concept metrics. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MetricsId: integer
(int64)
Value that uniquely identifies the metric.
-
MExAttributeNumber001: number
Extension attribute 1 used for metrics rollup.
-
MExAttributeNumber002: number
Extension attribute 2 used for metrics rollup.
-
MExAttributeNumber003: number
Extension attribute 3 used for metrics rollup.
-
MExAttributeNumber004: number
Extension attribute 4 used for metrics rollup.
-
MExAttributeNumber005: number
Extension attribute 5 used for metrics rollup.
-
MExAttributeNumber006: number
Extension attribute 6 used for metrics rollup.
-
MExAttributeNumber007: number
Extension attribute 7 used for metrics rollup.
-
MExAttributeNumber008: number
Extension attribute 8 used for metrics rollup.
-
MExAttributeNumber009: number
Extension attribute 9 used for metrics rollup.
-
MExAttributeNumber010: number
Extension attribute 10 used for metrics rollup.
-
MExAttributeNumber011: number
Extension attribute 11 used for metrics rollup.
-
MExAttributeNumber012: number
Extension attribute 12 used for metrics rollup.
-
MExAttributeNumber013: number
Extension attribute 13 used for metrics rollup.
-
MExAttributeNumber014: number
Extension attribute 14 used for metrics rollup.
-
MExAttributeNumber015: number
Extension attribute 15 used for metrics rollup.
-
MExAttributeNumber016: number
Extension attribute 16 used for metrics rollup.
-
MExAttributeNumber017: number
Extension attribute 17 used for metrics rollup.
-
MExAttributeNumber018: number
Extension attribute 18 used for metrics rollup.
-
MExAttributeNumber019: number
Extension attribute 19 used for metrics rollup.
-
MExAttributeNumber020: number
Extension attribute 20 used for metrics rollup.
-
MExAttributeNumber021: number
Extension attribute 21 used for metrics rollup.
-
MExAttributeNumber022: number
Extension attribute 22 used for metrics rollup.
-
MExAttributeNumber023: number
Extension attribute 23 used for metrics rollup.
-
MExAttributeNumber024: number
Extension attribute 24 used for metrics rollup.
-
MExAttributeNumber025: number
Extension attribute 25 used for metrics rollup.
-
MExAttributeNumber026: number
Extension attribute 26 used for metrics rollup.
-
MExAttributeNumber027: number
Extension attribute 27 used for metrics rollup.
-
MExAttributeNumber028: number
Extension attribute 28 used for metrics rollup.
-
MExAttributeNumber029: number
Extension attribute 29 used for metrics rollup.
-
MExAttributeNumber030: number
Extension attribute 30 used for metrics rollup.
-
MExAttributeNumber031: number
Extension attribute 31 used for metrics rollup.
-
MExAttributeNumber032: number
Extension attribute 32 used for metrics rollup.
-
MExAttributeNumber033: number
Extension attribute 33 used for metrics rollup.
-
MExAttributeNumber034: number
Extension attribute 34 used for metrics rollup.
-
MExAttributeNumber035: number
Extension attribute 35 used for metrics rollup.
-
MExAttributeNumber036: number
Extension attribute 36 used for metrics rollup.
-
MExAttributeNumber037: number
Extension attribute 37 used for metrics rollup.
-
MExAttributeNumber038: number
Extension attribute 38 used for metrics rollup.
-
MExAttributeNumber039: number
Extension attribute 39 used for metrics rollup.
-
MExAttributeNumber040: number
Extension attribute 40 used for metrics rollup.
-
MExAttributeNumber041: number
Extension attribute 41 used for metrics rollup.
-
MExAttributeNumber042: number
Extension attribute 42 used for metrics rollup.
-
MExAttributeNumber043: number
Extension attribute 43 used for metrics rollup.
-
MExAttributeNumber044: number
Extension attribute 44 used for metrics rollup.
-
MExAttributeNumber045: number
Extension attribute 45 used for metrics rollup.
-
MExAttributeNumber046: number
Extension attribute 46 used for metrics rollup.
-
MExAttributeNumber047: number
Extension attribute 47 used for metrics rollup.
-
MExAttributeNumber048: number
Extension attribute 48 used for metrics rollup.
-
MExAttributeNumber049: number
Extension attribute 49 used for metrics rollup.
-
MExAttributeNumber050: number
Extension attribute 50 used for metrics rollup.
-
MExAttributeNumber051: number
Extension attribute 51 used for metrics rollup.
-
PowerConsumption: number
Title:
Power
Power consumption of the concept structure line item. -
PowerConsumptionVariance: number
Title:
Variance
Difference between the actual power consumption and the target power consumption. -
PowerIncomplete: string
Maximum Length:
1
Contains one of the following values: true or false. If true, then the rolled up power consumption is based on incomplete data. If false, then the rolled up power consumption is based on complete data. This attribute does not have a default value. -
Score: number
Title:
Score
Score of the concept structure line item. -
Weight: number
Title:
Weight
Weight of the concept structure line item. -
WeightIncomplete: string
Maximum Length:
1
Contains one of the following values: true or false. If true, then the rolled up weight is based on incomplete data. If false, then the rolled up weight is based on complete data. This attribute does not have a default value. -
WeightVariance: number
Title:
Variance
Difference between the actual weight and the target weight.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : productConcepts-ConceptStructure-Relationships-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the relationship. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the relationship. -
Description: string
Description of the related object.
-
DestObjId: integer
(int64)
Value that uniquely identifies the destination object.
-
DestObjType: string
Maximum Length:
30
Type of the destination object. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the relationship. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the relationship. -
LatestFlag: boolean
Contains one of the following values: true or false. If true, then the related object is the latest. If false, then the related object is not the latest. This attribute does not have a default value.
-
LatestFlagName: string
Read Only:
true
Name of the latest flag. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Name of the related object.
-
RelationshipId: integer
(int64)
Read Only:
true
Value that uniquely identifies the relationship. -
RelationshipType: string
Title:
Relationship Type
Maximum Length:30
Type of relationship. -
Revision: string
Maximum Length:
255
Value that indicates the version or revision of the referenced object. -
SrcObjId: integer
(int64)
Value that uniquely identifies the source object.
-
SrcObjType: string
Maximum Length:
30
Type of the source object. -
Status: string
Status of the related object.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all line items.
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/productConcepts/ConceptId/child/ConceptStructure"
For example:
curl -u username:password "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/300100545951381"
Example Response Body
The following shows an example of the response body in JSON format.
{ "items": [ { "ConceptStructureId": 300100545951381, "Level": "1", "ParentConceptStructureId": null, "ParentLevel": "", "Name": "Laptop-XCB_1232", "Description": "Laptop-XCB_1232", "Quantity": 1, "Type": "CONCEPT", "Revision": null, "ToId": 300100545951379, "ToType": "CONCEPT", "ToItemId": null, "TargetCost": null, "MaterialCost": null, "NonMaterialCost": null, "FixedCost": null, "TargetWeight": null, "ActualWeight": null, "TargetPowerConsumption": null, "ActualPowerConsumption": null, "LeadTime": null, "Risk": null, "Compliance": null, "Vendor": null, "NumberManufacturers": null, "Incidents": null, "Score": null, "Volume": null, "CreationDate": "2021-08-15T06:31:42.728+00:00", "CreatedBy": "PLM_AUTO", "LastUpdateDate": "2021-08-15T06:32:28.384+00:00", "LastUpdatedBy": "PLM_AUTO", "Alternate": "n", "FlagAlternative1": "n", "FlagAlternative2": "n", "FlagAlternative3": "n", "FlagAlternative4": "n", "FlagAlternative5": "n", "FlagAlternative6": "n", "FlagAlternative7": "n", "FlagAlternative8": "n", "FlagAlternative9": "n", "FlagAlternative10": "n", "FlagAlternative11": "n", "FlagAlternative12": "n", "FlagAlternative13": "n", "FlagAlternative14": "n", "FlagAlternative15": "n", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951381", "name": "ConceptStructure", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951381", "name": "ConceptStructure", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951381/child/Attachments", "name": "Attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951381/child/Metrics", "name": "Metrics", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951381/child/Relationships", "name": "Relationships", "kind": "collection" } ] }, { "ConceptStructureId": 300100545951422, "Level": "1.1", "ParentConceptStructureId": 300100545951381, "ParentLevel": "1", "Name": "Keyboard-XCB_1232", "Description": null, "Quantity": 1, "Type": "CONCEPT_COMPONENT", "Revision": null, "ToId": 300100545951421, "ToType": "COMPONENT", "ToItemId": null, "TargetCost": null, "MaterialCost": null, "NonMaterialCost": null, "FixedCost": null, "TargetWeight": null, "ActualWeight": null, "TargetPowerConsumption": null, "ActualPowerConsumption": null, "LeadTime": null, "Risk": null, "Compliance": null, "Vendor": null, "NumberManufacturers": null, "Incidents": null, "Score": null, "Volume": null, "CreationDate": "2021-08-15T06:33:43.029+00:00", "CreatedBy": "PLM_AUTO", "LastUpdateDate": "2021-08-15T06:35:29.417+00:00", "LastUpdatedBy": "PLM_AUTO", "Alternate": "n", "FlagAlternative1": "n", "FlagAlternative2": "n", "FlagAlternative3": "n", "FlagAlternative4": "n", "FlagAlternative5": "n", "FlagAlternative6": "n", "FlagAlternative7": "n", "FlagAlternative8": "n", "FlagAlternative9": "n", "FlagAlternative10": "n", "FlagAlternative11": "n", "FlagAlternative12": "n", "FlagAlternative13": "n", "FlagAlternative14": "n", "FlagAlternative15": "n", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951422", "name": "ConceptStructure", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951422", "name": "ConceptStructure", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951422/child/Attachments", "name": "Attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951422/child/Metrics", "name": "Metrics", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951422/child/Relationships", "name": "Relationships", "kind": "collection" } ] }, { "ConceptStructureId": 300100545951424, "Level": "1.2", "ParentConceptStructureId": 300100545951381, "ParentLevel": "1", "Name": "Mouse-XCB_1232", "Description": null, "Quantity": 1, "Type": "CONCEPT_COMPONENT", "Revision": null, "ToId": 300100545951423, "ToType": "COMPONENT", "ToItemId": null, "TargetCost": 18, "MaterialCost": 16, "NonMaterialCost": 14, "FixedCost": 14, "TargetWeight": 8, "ActualWeight": 6, "TargetPowerConsumption": null, "ActualPowerConsumption": null, "LeadTime": null, "Risk": null, "Compliance": null, "Vendor": null, "NumberManufacturers": null, "Incidents": null, "Score": null, "Volume": null, "CreationDate": "2021-08-15T06:34:17.375+00:00", "CreatedBy": "PLM_AUTO", "LastUpdateDate": "2021-08-15T06:56:26.761+00:00", "LastUpdatedBy": "PLM_AUTO", "Alternate": "n", "FlagAlternative1": "n", "FlagAlternative2": "n", "FlagAlternative3": "n", "FlagAlternative4": "n", "FlagAlternative5": "n", "FlagAlternative6": "n", "FlagAlternative7": "n", "FlagAlternative8": "n", "FlagAlternative9": "n", "FlagAlternative10": "n", "FlagAlternative11": "n", "FlagAlternative12": "n", "FlagAlternative13": "n", "FlagAlternative14": "n", "FlagAlternative15": "n", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951424", "name": "ConceptStructure", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951424", "name": "ConceptStructure", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951424/child/Attachments", "name": "Attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951424/child/Metrics", "name": "Metrics", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951424/child/Relationships", "name": "Relationships", "kind": "collection" } ] }, { "ConceptStructureId": 300100545951426, "Level": "1.3", "ParentConceptStructureId": 300100545951381, "ParentLevel": "1", "Name": "15x-Monitor1-XCB_1232", "Description": null, "Quantity": 1, "Type": "CONCEPT_COMPONENT", "Revision": null, "ToId": 300100545951425, "ToType": "COMPONENT", "ToItemId": null, "TargetCost": 14, "MaterialCost": 12, "NonMaterialCost": 11, "FixedCost": 10, "TargetWeight": 8, "ActualWeight": 9, "TargetPowerConsumption": 15, "ActualPowerConsumption": 14, "LeadTime": null, "Risk": null, "Compliance": null, "Vendor": null, "NumberManufacturers": null, "Incidents": null, "Score": null, "Volume": null, "CreationDate": "2021-08-15T06:34:21.924+00:00", "CreatedBy": "PLM_AUTO", "LastUpdateDate": "2021-08-15T06:55:37.158+00:00", "LastUpdatedBy": "PLM_AUTO", "Alternate": "y", "FlagAlternative1": "y", "FlagAlternative2": "n", "FlagAlternative3": "n", "FlagAlternative4": "n", "FlagAlternative5": "n", "FlagAlternative6": "n", "FlagAlternative7": "n", "FlagAlternative8": "n", "FlagAlternative9": "n", "FlagAlternative10": "n", "FlagAlternative11": "n", "FlagAlternative12": "n", "FlagAlternative13": "n", "FlagAlternative14": "n", "FlagAlternative15": "n", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951426", "name": "ConceptStructure", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951426", "name": "ConceptStructure", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951426/child/Attachments", "name": "Attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951426/child/Metrics", "name": "Metrics", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951426/child/Relationships", "name": "Relationships", "kind": "collection" } ] }, { "ConceptStructureId": 300100545951432, "Level": "1.4", "ParentConceptStructureId": 300100545951381, "ParentLevel": "1", "Name": "12x-Monitor2-XCB_1232", "Description": null, "Quantity": 1, "Type": "CONCEPT_COMPONENT", "Revision": null, "ToId": 300100545951431, "ToType": "COMPONENT", "ToItemId": null, "TargetCost": 10, "MaterialCost": 8, "NonMaterialCost": 7, "FixedCost": 1, "TargetWeight": 120, "ActualWeight": 110, "TargetPowerConsumption": 8, "ActualPowerConsumption": 9, "LeadTime": null, "Risk": null, "Compliance": null, "Vendor": null, "NumberManufacturers": null, "Incidents": null, "Score": null, "Volume": null, "CreationDate": "2021-08-15T06:41:12.659+00:00", "CreatedBy": "PLM_AUTO", "LastUpdateDate": "2021-08-15T06:54:55.938+00:00", "LastUpdatedBy": "PLM_AUTO", "Alternate": "y", "FlagAlternative1": "n", "FlagAlternative2": "y", "FlagAlternative3": "n", "FlagAlternative4": "n", "FlagAlternative5": "n", "FlagAlternative6": "n", "FlagAlternative7": "n", "FlagAlternative8": "n", "FlagAlternative9": "n", "FlagAlternative10": "n", "FlagAlternative11": "n", "FlagAlternative12": "n", "FlagAlternative13": "n", "FlagAlternative14": "n", "FlagAlternative15": "n", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951432", "name": "ConceptStructure", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951432", "name": "ConceptStructure", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951432/child/Attachments", "name": "Attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951432/child/Metrics", "name": "Metrics", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951432/child/Relationships", "name": "Relationships", "kind": "collection" } ] }, { "ConceptStructureId": 300100545951428, "Level": "1.1.1", "ParentConceptStructureId": 300100545951422, "ParentLevel": "1.1", "Name": "Frame-XCB_1232", "Description": null, "Quantity": 1, "Type": "CONCEPT_COMPONENT", "Revision": null, "ToId": 300100545951427, "ToType": "COMPONENT", "ToItemId": null, "TargetCost": 6, "MaterialCost": 5, "NonMaterialCost": 4, "FixedCost": 4, "TargetWeight": 2.5, "ActualWeight": 1.5, "TargetPowerConsumption": null, "ActualPowerConsumption": null, "LeadTime": null, "Risk": null, "Compliance": null, "Vendor": null, "NumberManufacturers": null, "Incidents": null, "Score": null, "Volume": null, "CreationDate": "2021-08-15T06:39:47.106+00:00", "CreatedBy": "PLM_AUTO", "LastUpdateDate": "2021-08-15T06:57:53.921+00:00", "LastUpdatedBy": "PLM_AUTO", "Alternate": "n", "FlagAlternative1": "n", "FlagAlternative2": "n", "FlagAlternative3": "n", "FlagAlternative4": "n", "FlagAlternative5": "n", "FlagAlternative6": "n", "FlagAlternative7": "n", "FlagAlternative8": "n", "FlagAlternative9": "n", "FlagAlternative10": "n", "FlagAlternative11": "n", "FlagAlternative12": "n", "FlagAlternative13": "n", "FlagAlternative14": "n", "FlagAlternative15": "n", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951428", "name": "ConceptStructure", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951428", "name": "ConceptStructure", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951428/child/Attachments", "name": "Attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951428/child/Metrics", "name": "Metrics", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951428/child/Relationships", "name": "Relationships", "kind": "collection" } ] }, { "ConceptStructureId": 300100545951430, "Level": "1.1.2", "ParentConceptStructureId": 300100545951422, "ParentLevel": "1.1", "Name": "C-Board-XCB_1232", "Description": null, "Quantity": 1, "Type": "CONCEPT_COMPONENT", "Revision": null, "ToId": 300100545951429, "ToType": "COMPONENT", "ToItemId": null, "TargetCost": 25, "MaterialCost": 22, "NonMaterialCost": 21, "FixedCost": 22, "TargetWeight": null, "ActualWeight": null, "TargetPowerConsumption": null, "ActualPowerConsumption": null, "LeadTime": null, "Risk": null, "Compliance": null, "Vendor": null, "NumberManufacturers": null, "Incidents": null, "Score": null, "Volume": null, "CreationDate": "2021-08-15T06:40:17.647+00:00", "CreatedBy": "PLM_AUTO", "LastUpdateDate": "2021-08-15T06:57:04.698+00:00", "LastUpdatedBy": "PLM_AUTO", "Alternate": "n", "FlagAlternative1": "n", "FlagAlternative2": "n", "FlagAlternative3": "n", "FlagAlternative4": "n", "FlagAlternative5": "n", "FlagAlternative6": "n", "FlagAlternative7": "n", "FlagAlternative8": "n", "FlagAlternative9": "n", "FlagAlternative10": "n", "FlagAlternative11": "n", "FlagAlternative12": "n", "FlagAlternative13": "n", "FlagAlternative14": "n", "FlagAlternative15": "n", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951430", "name": "ConceptStructure", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951430", "name": "ConceptStructure", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951430/child/Attachments", "name": "Attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951430/child/Metrics", "name": "Metrics", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure/300100545951430/child/Relationships", "name": "Relationships", "kind": "collection" } ] } ], "count": 7, "hasMore": false, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100545951379/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" } ] }