Decompresses a zip archive and responds with the list of files and their associated content.
Version 1
HTTP RequestPOST /ado/v1/ZipArchiveDecompress
Header
| Parameter | Description |
|---|---|
| Ocp-Apim-Subscription-Key | The subscription key you received when you purchased a plan. |
Request Body
Mandatory
| Parameter | Type | Description |
|---|---|---|
| data | string | A base64 representation of the zip archive to decompress. |
Optional
| Parameter | Type | Description |
|---|---|---|
| getFileContents | boolean | Retrieve the contents of each file? If set to false, the contents of each file will be omitted in the response. |
Common
Further Documentation: Common Parameters
| Parameter | Type | Description |
|---|---|---|
| filter | String | A fully functioning SQL based WHERE statement that will filter the outgoing dataset to the records it determines as being included. |
| sortOrder | Object | Sorts the resulting dataset by the criteria provided. The object should contain property names that represent properties contained within the resulting dataset with a value corresponding to the desired sort direction (i.e. ASC or DESC). |
Examples
Example