Does Agile SDK Import API Supports Relationship Import
Hi All,
I am trying to import the Item's relationship through Agile PLM SDK Import APIs. While doing the import we need to specify the operation ({"items","items.aml","items.bom"}).
I am not able to figure out what will be the value for importing the item's relationship. I already tried following -
1.items.relationship
2.items.relationships
3.relationship
4.relationships
Everytime I am getting following exception, with the corresponding value for the operation type
com.agile.util.exception.CMAppException: Import service API doesn't support the input operation type "items.relationship". Please refer import user guide for supported operation types.
Please Suggest.