Skip to content

ExportCustomObjectFilter

Type: object

Properties

Property Type Required Description Constraints
updatedAt model: DateRange No Date range to filter updated custom objects 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

Generated example

{
  "updatedAt": {
    "endAt": "string",
    "startAt": "string"
  },
  "smartListId": 123,
  "smartListName": "Example name",
  "staticListId": 123,
  "staticListName": "Example name"
}

Referenced models

Source

Generated from swagger-mapi.json.