Get all components for one company in SiGREEN

GET {{baseUrl}}/components?from=<string>&to=<string>&name=<string>&identifier=<string>&materialCategory=<string>&page=0&size=10

Get all components for one company in SiGREEN

Request Params

KeyDatatypeRequiredDescription
fromstringThe start date of the date range when the component was created.
tostringThe end date of the date range when the component was created.
namestringFilter component by name
identifierstringMain Component Identfier to identify the component of the company in SiGREEN
materialCategorystringFilter components by material category.
pagenumberpage number
sizenumberpage size

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;identifiers&quot;:[{&quot;idType&quot;:&quot;ComponentId1&quot;,&quot;value&quot;:&quot;Component 98111&quot;,&quot;default&quot;:true},{&quot;idType&quot;:&quot;ComponentId2&quot;,&quot;value&quot;:&quot;Component 41458&quot;,&quot;default&quot;:false}],&quot;name&quot;:&quot;TestComponent&quot;,&quot;unit&quot;:&quot;3.5&quot;,&quot;weight&quot;:&quot;3.5&quot;,&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;materialCategory&quot;:&quot;Electronics&quot;},{&quot;identifiers&quot;:[{&quot;idType&quot;:&quot;ComponentId1&quot;,&quot;value&quot;:&quot;Component 98111&quot;,&quot;default&quot;:true},{&quot;idType&quot;:&quot;ComponentId2&quot;,&quot;value&quot;:&quot;Component 41458&quot;,&quot;default&quot;:false}],&quot;name&quot;:&quot;TestComponent&quot;,&quot;unit&quot;:&quot;3.5&quot;,&quot;weight&quot;:&quot;3.5&quot;,&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;materialCategory&quot;:&quot;Electronics&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}