GET api/ContractExports?filter={filter}&format={format}
Create an export file of all contract metadata with optional filtering
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter |
Json representation of ContractFilter (optional) |
string |
None. |
| format |
Format of the export file (xlsx,csv,txt) |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Base64 encoded string containing the exported file
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
