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
Key | Datatype | Required | Description |
---|---|---|---|
from | string | The start date of the date range when the component was created. | |
to | string | The end date of the date range when the component was created. | |
name | string | Filter component by name | |
identifier | string | Main Component Identfier to identify the component of the company in SiGREEN | |
materialCategory | string | Filter components by material category. | |
page | number | page number | |
size | number | page size |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"identifiers":[{"idType":"ComponentId1","value":"Component 98111","default":true},{"idType":"ComponentId2","value":"Component 41458","default":false}],"name":"TestComponent","unit":"3.5","weight":"3.5","id":"C98BE31E-3698-412D-91E3-8270102CC7D5","materialCategory":"Electronics"},{"identifiers":[{"idType":"ComponentId1","value":"Component 98111","default":true},{"idType":"ComponentId2","value":"Component 41458","default":false}],"name":"TestComponent","unit":"3.5","weight":"3.5","id":"C98BE31E-3698-412D-91E3-8270102CC7D5","materialCategory":"Electronics"}],"hasNext":true,"hasPrev":false,"page":0,"pageNumber":1,"size":10,"totalPages":120}