Get all linked suppliers with component

GET {{baseUrl}}/components/:id/linkSuppliers?supplierId=<string>&supplierLocation=<string>&supplierProductId=<string>&page=0&size=10

Get all linked suppliers with component

Request Params

KeyDatatypeRequiredDescription
supplierIdstringSupplier system generated id to identify the supplier of the company in SiGREEN
supplierLocationstringSupplier Location
supplierProductIdstringSupplier Product Id
pagenumberpage number
sizenumberpage size

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;componentSupplierLinkId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;supplierId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;supplierLocation&quot;:&quot;S89087&quot;,&quot;share&quot;:&quot;100&quot;,&quot;supplierProductId&quot;:&quot;SUPCOMP1&quot;,&quot;secondaryDataId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;},{&quot;componentSupplierLinkId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;supplierId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;supplierLocation&quot;:&quot;S89087&quot;,&quot;share&quot;:&quot;100&quot;,&quot;supplierProductId&quot;:&quot;SUPCOMP1&quot;,&quot;secondaryDataId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;}],&quot;hasNext&quot;:true,&quot;hasPrev&quot;:false,&quot;page&quot;:0,&quot;pageNumber&quot;:1,&quot;size&quot;:10,&quot;totalPages&quot;:120}