Get all suppliers for one company in SiGREEN.

GET {{baseUrl}}/suppliers?from=<dateTime>&to=<dateTime>&email=<string>&name=<string>&identifier=<string>&page=0&size=10

Get all suppliers 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.
emailstringFilter supplier by e-mail.
namestringFilter supplier by name.
identifierstringMain Supplier Identifier to identify the supplier of the company in SiGREEN.
pagenumberpage number
sizenumberpage size

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;email&quot;:&quot;test@test.com&quot;,&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;identifiers&quot;:[{&quot;idType&quot;:&quot;SupplierId1&quot;,&quot;value&quot;:&quot;AE4687&quot;,&quot;default&quot;:true},{&quot;idType&quot;:&quot;SupplierId2&quot;,&quot;value&quot;:&quot;AB4548&quot;,&quot;default&quot;:false}],&quot;locations&quot;:[&quot;12459 Berlin, Siemensstraße 42&quot;],&quot;name&quot;:&quot;ACME&quot;,&quot;contactNumber&quot;:&quot;345345345&quot;,&quot;website&quot;:&quot;www.test.com&quot;,&quot;comment&quot;:&quot;my comment&quot;},{&quot;email&quot;:&quot;test@test.com&quot;,&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;identifiers&quot;:[{&quot;idType&quot;:&quot;SupplierId1&quot;,&quot;value&quot;:&quot;AE4687&quot;,&quot;default&quot;:true},{&quot;idType&quot;:&quot;SupplierId2&quot;,&quot;value&quot;:&quot;AB4548&quot;,&quot;default&quot;:false}],&quot;locations&quot;:[&quot;12459 Berlin, Siemensstraße 42&quot;],&quot;name&quot;:&quot;ACME&quot;,&quot;contactNumber&quot;:&quot;345345345&quot;,&quot;website&quot;:&quot;www.test.com&quot;,&quot;comment&quot;:&quot;my comment&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}