Skip to content

ExportProgramMemberFilter

Type: object

Properties

Property Type Required Description Constraints
programId integer (int32) No Id of program to retrieve members from. Cannot be used in combination with "programIds" filter
programIds array No Array of program ids to retrieve members from. Cannot be used in combination with "programId" filter
isExhausted boolean No Filter program membership records for people who have exhausted content
nurtureCadence string No Filter program membership records for a given nurture cadence enum: paused, normal
statusNames array No Array of program member status names. Can be default and/or user-defined. Multiple status names are ORed together.
updatedAt model: DateRange No Date range to filter program members on

Generated example

{
  "programId": 123,
  "programIds": [
    123
  ],
  "isExhausted": true,
  "nurtureCadence": "paused",
  "statusNames": [
    "Example name"
  ],
  "updatedAt": {
    "endAt": "string",
    "startAt": "string"
  }
}

Referenced models

Source

Generated from swagger-mapi.json.