Contact export request schema
| Name | Type | Description | Notes |
|---|---|---|---|
| format | FormatEnum | File extension to export contacts | |
| callbackUrl | URI | Url to receive the callback <a href='/usecases/callbacks/#exports-a-list-of-contacts' target='_blank'>[Go to callback documentation]</a> | [optional] |
| segments | List<String> | Array of segment IDs to filter contacts to export. Note: segments of type auto and tag are not yet supported but they are expected to be supported soon! | [optional] |
| fields | List<String> | Array of field IDs to be displayed in the exported file | [optional] |
| Name | Value |
|---|---|
| CSV | "csv" |
| XML | "xml" |