ExportLeadFilter¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
createdAt |
model: DateRange | No | Date range to filter new leads on | |
smartListId |
integer (int32) | No | Id of smart list to retrieve leads from | |
smartListName |
string | No | Name of smart list to retrieve leads from | |
staticListId |
integer (int32) | No | Id of static list to retrieve leads from | |
staticListName |
string | No | Name of static list to retrieve leads from | |
updatedAt |
model: DateRange | No | Date range to filter updated leads on |
Generated example¶
{
"createdAt": {
"endAt": "string",
"startAt": "string"
},
"smartListId": 123,
"smartListName": "Example name",
"staticListId": 123,
"staticListName": "Example name",
"updatedAt": {
"endAt": "string",
"startAt": "string"
}
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.