Get all products of a company in SiGREEN.

GET {{baseUrl}}/products?from=<string>&to=<string>&page=0&size=10

Get all products under a specific company which is part of SiGREEN.

Request Params

KeyDatatypeRequiredDescription
fromstringThe start date of the date range when the product was created in SiGREEN.
tostringThe end date of the date range when the product was created in SiGREEN.
pagenumberPage that you would like to fetch
sizenumberNumber of records in a page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;name&quot;:&quot;Simatics PL7&quot;,&quot;family&quot;:&quot;Controls E1456&quot;,&quot;identifiers&quot;:[{&quot;idType&quot;:&quot;ProductId1&quot;,&quot;value&quot;:&quot;TEST-1&quot;,&quot;default&quot;:true},{&quot;idType&quot;:&quot;ProductId1&quot;,&quot;value&quot;:&quot;TEST-1&quot;,&quot;default&quot;:true}],&quot;description&quot;:&quot;Your product description&quot;,&quot;weight&quot;:&quot;1.533&quot;,&quot;quantity&quot;:&quot;5&quot;,&quot;unitType&quot;:&quot;kg&quot;,&quot;factoryIds&quot;:[&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;C99BE31E-3698-412D-99E3-8270102CC7D5&quot;]},{&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;name&quot;:&quot;Simatics PL7&quot;,&quot;family&quot;:&quot;Controls E1456&quot;,&quot;identifiers&quot;:[{&quot;idType&quot;:&quot;ProductId1&quot;,&quot;value&quot;:&quot;TEST-1&quot;,&quot;default&quot;:true},{&quot;idType&quot;:&quot;ProductId1&quot;,&quot;value&quot;:&quot;TEST-1&quot;,&quot;default&quot;:true}],&quot;description&quot;:&quot;Your product description&quot;,&quot;weight&quot;:&quot;1.533&quot;,&quot;quantity&quot;:&quot;5&quot;,&quot;unitType&quot;:&quot;kg&quot;,&quot;factoryIds&quot;:[&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;C99BE31E-3698-412D-99E3-8270102CC7D5&quot;]}],&quot;hasNext&quot;:true,&quot;hasPrev&quot;:false,&quot;page&quot;:0,&quot;pageNumber&quot;:1,&quot;size&quot;:1,&quot;totalPages&quot;:120}