GET operation to retrieve product flows that are representing specific or generic products.
GET /flows/products/?[type=specific|generic]&[startIndex=0]&[pageSize=500]
Name | Description |
---|---|
type | In order to filter the type of product datasets returned, this attribute may be used. If omitted, all products will be returned. |
Type: values "specific" or "generic" | |
startIndex | parameter for controlling pagination, see GET Datasets Request Parameters |
pageSize | parameter for controlling pagination, see GET Datasets Request Parameters |
By default (and with proper access permissions), the full ILCD-formatted dataset is returned as HTML representation (if not otherwise specified). See the section "Response Elements" for response elements in overview.
HTTP/1.1 200 OK
Content-Type: application/xml
~~~~ {.myxml} ~~~~