GET operation to retrieve product flows that are specific or generic for a given product flow.
flows/
flows/
flows/
Name | Description |
---|---|
depth | Specifies how many levels of ancestry/descent should be traversed. If 0, all ancestors/descendants will be returned. |
Type: Integer | |
Default: 0 (all) | |
productType | 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" |
The response returned is a list of flow overview objects, wrapped in a dataSetList object. See the section "DataSetList Response Elements" for a detailed description.
HTTP/1.1 200 OK
Content-Type: application/xml
~~~~ {.myxml} ~~~~