GET operation for process datasets to retrieve a single dataset with all its dependencies
GET /processes/{uuid}/zipexport?version={version}
By default, the most recent version of the process dataset is retrieved. When specifying the version parameter, that specific version will be returned.
Name | Description |
---|---|
version | The version number of the dataset to retrieve. If omitted, always the most recent version is retrieved. |
Type: Version number of the form 00.00.000 | |
Default: None |
With proper access permissions, the full ILCD-formatted dataset along with all its dependent secondary datasets which are recursively collected up to a depth of 2 will be returned in an ILCD ZIP archive.
GET /processes/00000000-0000-0000-0000-000000000000/zipexport?format=xml&view=overview
HTTP/1.1 200 OK
Content-Type: application/zip