@SanfordWhiteman by query I mean the REST API call.
Any idea why does the export file include all the fields when the request only asks for two
{
"format": "CSV",
"filter": {
"createdAt": {
"startAt": "2020-06-07T23:59:59-00:00",
"endAt": "2020-06-10T23:59:59-00:00"
},
"activityTypeIds": [
13
],
"fields": ["leadId", "attributes"]
}
}
... View more