InteractionDatesQueryParams: {
    with_interaction_dates?: boolean;
} | {
    with_interaction_dates: true;
    with_interaction_persons: true;
}

Type declaration

  • Optionalwith_interaction_dates?: boolean

    When true, interaction dates will be present on the returned resources.

Type declaration

  • with_interaction_dates: true
  • with_interaction_persons: true

    When true, persons for each interaction will be returned. Used in conjunction with InteractionDatesQueryParams.with_interaction_dates