Skip to content

ExportActivityFilter

Type: object

Properties

Property Type Required Description Constraints
activityTypeIds array No List of activity type ids to filter on
primaryAttributeValueIds array No List of primary attribute ids to filter on
primaryAttributeValues array No List of primary attribute values to filter on
createdAt model: DateRange Yes Date range to filter new activities on

Generated example

{
  "activityTypeIds": [
    123
  ],
  "primaryAttributeValueIds": [
    123
  ],
  "primaryAttributeValues": [
    "string"
  ],
  "createdAt": {
    "endAt": "string",
    "startAt": "string"
  }
}

Referenced models

Source

Generated from swagger-mapi.json.