constant_contact_client 1.0.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +653 -27
- data/Gemfile.lock +52 -23
- data/README.md +23 -6
- data/constant_contact_client.gemspec +3 -3
- data/docs/AccountServicesApi.md +2 -2
- data/docs/BulkActivitiesApi.md +16 -12
- data/docs/ContactListsApi.md +5 -1
- data/docs/ContactsApi.md +84 -10
- data/docs/ContactsCustomFieldsApi.md +22 -22
- data/docs/EmailCampaignsApi.md +1 -1
- data/docs/EmailSchedulingApi.md +1 -1
- data/docs/EventsApi.md +881 -0
- data/docs/SMSReportingApi.md +86 -0
- data/docs/SocialApi.md +302 -0
- data/lib/constant_contact_client/api/account_services_api.rb +4 -4
- data/lib/constant_contact_client/api/bulk_activities_api.rb +19 -16
- data/lib/constant_contact_client/api/contact_lists_api.rb +12 -2
- data/lib/constant_contact_client/api/contact_tags_api.rb +2 -2
- data/lib/constant_contact_client/api/contacts_api.rb +89 -17
- data/lib/constant_contact_client/api/contacts_custom_fields_api.rb +29 -29
- data/lib/constant_contact_client/api/contacts_reporting_api.rb +2 -2
- data/lib/constant_contact_client/api/email_campaigns_ab_tests_api.rb +2 -2
- data/lib/constant_contact_client/api/email_campaigns_api.rb +4 -4
- data/lib/constant_contact_client/api/email_reporting_api.rb +2 -2
- data/lib/constant_contact_client/api/email_scheduling_api.rb +4 -4
- data/lib/constant_contact_client/api/events_api.rb +881 -0
- data/lib/constant_contact_client/api/landing_pages_reporting_api.rb +2 -2
- data/lib/constant_contact_client/api/segments_api.rb +2 -2
- data/lib/constant_contact_client/api/sms_reporting_api.rb +92 -0
- data/lib/constant_contact_client/api/social_api.rb +286 -0
- data/lib/constant_contact_client/api_client.rb +3 -3
- data/lib/constant_contact_client/api_error.rb +2 -2
- data/lib/constant_contact_client/configuration.rb +2 -2
- data/lib/constant_contact_client/models/ab_test_data.rb +2 -2
- data/lib/constant_contact_client/models/access_token_response.rb +2 -2
- data/lib/constant_contact_client/models/account_cancellation.rb +2 -2
- data/lib/constant_contact_client/models/account_email_create_response.rb +2 -2
- data/lib/constant_contact_client/models/account_email_input.rb +2 -2
- data/lib/constant_contact_client/models/account_info_dto.rb +266 -0
- data/lib/constant_contact_client/models/account_physical_address.rb +2 -2
- data/lib/constant_contact_client/models/account_suspension.rb +2 -2
- data/lib/constant_contact_client/models/activities.rb +2 -2
- data/lib/constant_contact_client/models/activity.rb +2 -2
- data/lib/constant_contact_client/models/activity_delete_custom_fields.rb +2 -2
- data/lib/constant_contact_client/models/activity_delete_list_response.rb +3 -3
- data/lib/constant_contact_client/models/activity_delete_lists_response.rb +2 -2
- data/lib/constant_contact_client/models/activity_delete_status.rb +2 -2
- data/lib/constant_contact_client/models/activity_errors.rb +2 -2
- data/lib/constant_contact_client/models/activity_export_status.rb +2 -2
- data/lib/constant_contact_client/models/activity_generic.rb +2 -2
- data/lib/constant_contact_client/models/activity_generic_status.rb +2 -2
- data/lib/constant_contact_client/models/activity_import.rb +2 -2
- data/lib/constant_contact_client/models/activity_links.rb +2 -2
- data/lib/constant_contact_client/models/activity_lists_membership.rb +2 -2
- data/lib/constant_contact_client/models/activity_reference.rb +2 -2
- data/lib/constant_contact_client/models/activity_status.rb +2 -2
- data/lib/constant_contact_client/models/activity_status_export_link.rb +2 -2
- data/lib/constant_contact_client/models/activity_status_link.rb +2 -2
- data/lib/constant_contact_client/models/activity_tagging.rb +2 -2
- data/lib/constant_contact_client/models/activity_tagging_status.rb +2 -2
- data/lib/constant_contact_client/models/add_account_email_address201_response.rb +2 -2
- data/lib/constant_contact_client/models/add_account_email_address_request.rb +2 -2
- data/lib/constant_contact_client/models/address_dto.rb +604 -0
- data/lib/constant_contact_client/models/address_dto1.rb +604 -0
- data/lib/constant_contact_client/models/api_error_schema_inner.rb +2 -2
- data/lib/constant_contact_client/models/attribute_dto.rb +323 -0
- data/lib/constant_contact_client/models/attribute_dto1.rb +323 -0
- data/lib/constant_contact_client/models/authorization_error_schema.rb +2 -2
- data/lib/constant_contact_client/models/automation_campaign.rb +274 -0
- data/lib/constant_contact_client/models/automation_campaign_active_definition.rb +235 -0
- data/lib/constant_contact_client/models/automation_campaign_structured_tags_inner.rb +232 -0
- data/lib/constant_contact_client/models/automation_flow.rb +215 -0
- data/lib/constant_contact_client/models/automation_flow_workflow_def.rb +262 -0
- data/lib/constant_contact_client/models/automation_structured_tag.rb +232 -0
- data/lib/constant_contact_client/models/automation_workflow_def.rb +262 -0
- data/lib/constant_contact_client/models/automation_workflow_definition.rb +235 -0
- data/lib/constant_contact_client/models/automation_workflow_definition_workflow.rb +215 -0
- data/lib/constant_contact_client/models/bounces_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/bounces_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/bulk_campaign_summary.rb +289 -0
- data/lib/constant_contact_client/models/bulk_email_campaign_summaries_page.rb +2 -16
- data/lib/constant_contact_client/models/bulk_email_campaign_summaries_percents.rb +2 -2
- data/lib/constant_contact_client/models/bulk_email_campaign_summary.rb +2 -23
- data/lib/constant_contact_client/models/bulk_sms_campaign_summaries_percents.rb +245 -0
- data/lib/constant_contact_client/models/campaign_activity_stats_query_result_email.rb +2 -2
- data/lib/constant_contact_client/models/campaign_activity_stats_result_generic_stats_email_activity.rb +2 -2
- data/lib/constant_contact_client/models/campaign_activity_summary.rb +2 -2
- data/lib/constant_contact_client/models/campaign_stats_query_result_email.rb +2 -2
- data/lib/constant_contact_client/models/campaign_stats_result_generic_stats_email_percents_email.rb +2 -2
- data/lib/constant_contact_client/models/check_in_tickets_request.rb +225 -0
- data/lib/constant_contact_client/models/clicks_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/clicks_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/company_logo.rb +2 -2
- data/lib/constant_contact_client/models/connection_dto.rb +224 -0
- data/lib/constant_contact_client/models/connection_response_dto.rb +218 -0
- data/lib/constant_contact_client/models/connection_status_dto.rb +276 -0
- data/lib/constant_contact_client/models/contact_campaign_activities_summary.rb +2 -2
- data/lib/constant_contact_client/models/contact_create_or_update_input.rb +17 -15
- data/lib/constant_contact_client/models/contact_create_or_update_response.rb +2 -2
- data/lib/constant_contact_client/models/contact_custom_field.rb +22 -17
- data/lib/constant_contact_client/models/contact_delete.rb +2 -2
- data/lib/constant_contact_client/models/contact_dto.rb +429 -0
- data/lib/constant_contact_client/models/contact_dto1.rb +430 -0
- data/lib/constant_contact_client/models/contact_list.rb +2 -2
- data/lib/constant_contact_client/models/contact_list_array.rb +2 -2
- data/lib/constant_contact_client/models/contact_list_put_post.rb +2 -2
- data/lib/constant_contact_client/models/contact_open_and_click_rates.rb +2 -2
- data/lib/constant_contact_client/models/contact_post_request.rb +15 -6
- data/lib/constant_contact_client/models/contact_put_request.rb +15 -6
- data/lib/constant_contact_client/models/contact_resource.rb +2 -2
- data/lib/constant_contact_client/models/contact_resubscribe_request.rb +224 -0
- data/lib/constant_contact_client/models/contact_sms_channel.rb +241 -0
- data/lib/constant_contact_client/models/contact_sms_channel_consents.rb +249 -0
- data/lib/constant_contact_client/models/contact_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/contact_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/contact_xref.rb +2 -2
- data/lib/constant_contact_client/models/contact_xrefs.rb +2 -2
- data/lib/constant_contact_client/models/contacts.rb +2 -2
- data/lib/constant_contact_client/models/contacts_counts.rb +2 -2
- data/lib/constant_contact_client/models/contacts_export.rb +62 -12
- data/lib/constant_contact_client/models/contacts_json_import.rb +2 -2
- data/lib/constant_contact_client/models/copy_event_request.rb +235 -0
- data/lib/constant_contact_client/models/create_contact_request.rb +15 -6
- data/lib/constant_contact_client/models/create_contact_request_email_address.rb +2 -2
- data/lib/constant_contact_client/models/create_csv_import_activity201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_csv_import_activity201_response_links.rb +2 -2
- data/lib/constant_contact_client/models/create_csv_import_activity201_response_status.rb +2 -2
- data/lib/constant_contact_client/models/create_custom_fields_request.rb +313 -0
- data/lib/constant_contact_client/models/create_custom_fields_request_choices_inner.rb +245 -0
- data/lib/constant_contact_client/models/create_delete_activity201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_delete_activity201_response_links.rb +2 -2
- data/lib/constant_contact_client/models/create_delete_activity201_response_links_self.rb +2 -2
- data/lib/constant_contact_client/models/create_delete_activity201_response_status.rb +2 -2
- data/lib/constant_contact_client/models/create_delete_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/create_email_campaign200_response.rb +2 -2
- data/lib/constant_contact_client/models/create_email_campaign200_response_campaign_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/create_email_campaign_request.rb +2 -2
- data/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner.rb +21 -2
- data/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner_physical_address_in_footer.rb +2 -2
- data/lib/constant_contact_client/models/create_event201_response.rb +708 -0
- data/lib/constant_contact_client/models/create_event201_response_event_promotions_inner.rb +256 -0
- data/lib/constant_contact_client/models/create_event201_response_event_settings.rb +265 -0
- data/lib/constant_contact_client/models/create_export_activity201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_export_activity201_response_status.rb +2 -2
- data/lib/constant_contact_client/models/create_export_activity_request.rb +62 -12
- data/lib/constant_contact_client/models/create_export_activity_request_exclude.rb +217 -0
- data/lib/constant_contact_client/models/create_import_json_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/create_import_json_activity_request_import_data_inner.rb +7 -14
- data/lib/constant_contact_client/models/create_list_add_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/create_list_add_activity_request_exclude.rb +2 -2
- data/lib/constant_contact_client/models/create_list_add_activity_request_source.rb +2 -2
- data/lib/constant_contact_client/models/create_list_delete_activity201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_list_delete_activity201_response_links.rb +2 -2
- data/lib/constant_contact_client/models/create_list_delete_activity201_response_links_self.rb +2 -2
- data/lib/constant_contact_client/models/create_list_delete_activity201_response_status.rb +2 -2
- data/lib/constant_contact_client/models/create_list_delete_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/create_list_remove_activity201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_list_remove_activity201_response_status.rb +2 -2
- data/lib/constant_contact_client/models/create_list_remove_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/create_list_remove_activity_request_exclude.rb +2 -2
- data/lib/constant_contact_client/models/create_list_remove_activity_request_source.rb +2 -2
- data/lib/constant_contact_client/models/create_or_update_contact200_response.rb +2 -2
- data/lib/constant_contact_client/models/create_or_update_contact_custom_field.rb +2 -2
- data/lib/constant_contact_client/models/create_or_update_contact_request.rb +17 -15
- data/lib/constant_contact_client/models/create_or_update_contact_request_custom_fields_inner.rb +2 -2
- data/lib/constant_contact_client/models/create_or_update_contact_request_sms_channel.rb +276 -0
- data/lib/constant_contact_client/models/create_or_update_contact_request_sms_channel_sms_channel_consents_inner.rb +310 -0
- data/lib/constant_contact_client/models/create_or_update_contact_request_street_address.rb +2 -2
- data/lib/constant_contact_client/models/create_resend_email_campaign201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_resend_email_campaign_request.rb +2 -2
- data/lib/constant_contact_client/models/create_segment201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_segment_request.rb +2 -2
- data/lib/constant_contact_client/models/create_social_post200_response.rb +272 -0
- data/lib/constant_contact_client/models/create_social_post_request.rb +262 -0
- data/lib/constant_contact_client/models/create_social_post_request_profile_posts_inner.rb +269 -0
- data/lib/constant_contact_client/models/create_social_post_request_profile_posts_inner_images_inner.rb +233 -0
- data/lib/constant_contact_client/models/create_social_post_request_profile_posts_inner_profiles_inner.rb +323 -0
- data/lib/constant_contact_client/models/create_tag_delete_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity201_response.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity201_response_links.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_results.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_self.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity201_response_status.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity_request_exclude.rb +2 -2
- data/lib/constant_contact_client/models/create_tag_remove_activity_request_source.rb +2 -2
- data/lib/constant_contact_client/models/cross_reference.rb +2 -2
- data/lib/constant_contact_client/models/cross_reference_response.rb +2 -2
- data/lib/constant_contact_client/models/{custom_field_resource.rb → custom_field.rb} +80 -11
- data/lib/constant_contact_client/models/custom_field_choice.rb +295 -0
- data/lib/constant_contact_client/models/custom_field_choice_put_request.rb +255 -0
- data/lib/constant_contact_client/models/custom_field_choice_request.rb +245 -0
- data/lib/constant_contact_client/models/custom_field_id100.rb +2 -2
- data/lib/constant_contact_client/models/custom_field_metadata.rb +266 -0
- data/lib/constant_contact_client/models/{custom_field_input.rb → custom_field_put_request.rb} +35 -28
- data/lib/constant_contact_client/models/custom_field_request.rb +313 -0
- data/lib/constant_contact_client/models/custom_fields.rb +2 -3
- data/lib/constant_contact_client/models/customer.rb +13 -3
- data/lib/constant_contact_client/models/customer_put.rb +2 -2
- data/lib/constant_contact_client/models/delete_list202_response.rb +3 -3
- data/lib/constant_contact_client/models/delete_tag202_response.rb +2 -2
- data/lib/constant_contact_client/models/delete_tag202_response_activity_errors_inner.rb +2 -2
- data/lib/constant_contact_client/models/delete_tag202_response_links.rb +2 -2
- data/lib/constant_contact_client/models/delete_tag202_response_links_self.rb +2 -2
- data/lib/constant_contact_client/models/delete_tag202_response_status.rb +2 -2
- data/lib/constant_contact_client/models/detailed_registration_dto.rb +316 -0
- data/lib/constant_contact_client/models/device_flow_response.rb +2 -2
- data/lib/constant_contact_client/models/did_not_opens_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/did_not_opens_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/email_address.rb +2 -2
- data/lib/constant_contact_client/models/email_address_post.rb +2 -2
- data/lib/constant_contact_client/models/email_address_put.rb +2 -2
- data/lib/constant_contact_client/models/email_campaign.rb +2 -2
- data/lib/constant_contact_client/models/email_campaign_account_information.rb +417 -0
- data/lib/constant_contact_client/models/email_campaign_account_information_message_settings.rb +256 -0
- data/lib/constant_contact_client/models/email_campaign_account_information_physical_address.rb +336 -0
- data/lib/constant_contact_client/models/email_campaign_activity.rb +2 -2
- data/lib/constant_contact_client/models/email_campaign_activity_input.rb +21 -2
- data/lib/constant_contact_client/models/email_campaign_activity_preview.rb +2 -2
- data/lib/constant_contact_client/models/email_campaign_complete.rb +2 -2
- data/lib/constant_contact_client/models/email_campaign_name.rb +2 -2
- data/lib/constant_contact_client/models/email_campaigns.rb +2 -2
- data/lib/constant_contact_client/models/email_link_click_count.rb +2 -2
- data/lib/constant_contact_client/models/email_links.rb +2 -2
- data/lib/constant_contact_client/models/email_physical_address.rb +2 -2
- data/lib/constant_contact_client/models/email_schedule_input.rb +2 -2
- data/lib/constant_contact_client/models/email_test_send_input.rb +2 -2
- data/lib/constant_contact_client/models/emails_link.rb +2 -2
- data/lib/constant_contact_client/models/emails_paging_links.rb +2 -2
- data/lib/constant_contact_client/models/event_copy_request_dto.rb +235 -0
- data/lib/constant_contact_client/models/event_dto.rb +708 -0
- data/lib/constant_contact_client/models/event_listing_dto.rb +344 -0
- data/lib/constant_contact_client/models/event_media_asset_dto.rb +265 -0
- data/lib/constant_contact_client/models/event_media_asset_dto1.rb +265 -0
- data/lib/constant_contact_client/models/event_meta_data_dto.rb +236 -0
- data/lib/constant_contact_client/models/event_meta_data_dto1.rb +236 -0
- data/lib/constant_contact_client/models/event_promotion_dto.rb +256 -0
- data/lib/constant_contact_client/models/event_registration_summary_metric_dto.rb +235 -0
- data/lib/constant_contact_client/models/event_settings_dto.rb +265 -0
- data/lib/constant_contact_client/models/file_object.rb +2 -2
- data/lib/constant_contact_client/models/file_status_array_inner.rb +2 -2
- data/lib/constant_contact_client/models/find_events200_response.rb +256 -0
- data/lib/constant_contact_client/models/find_events200_response_links.rb +233 -0
- data/lib/constant_contact_client/models/find_events200_response_records_inner.rb +344 -0
- data/lib/constant_contact_client/models/find_events200_response_records_inner_event_registration_summary_metrics.rb +235 -0
- data/lib/constant_contact_client/models/find_registrations_using_get200_response.rb +255 -0
- data/lib/constant_contact_client/models/find_registrations_using_get200_response_links.rb +232 -0
- data/lib/constant_contact_client/models/find_registrations_using_get200_response_records_inner.rb +345 -0
- data/lib/constant_contact_client/models/forwards_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/forwards_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/get_ab_test_email_campaign200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_account_details200_response.rb +13 -3
- data/lib/constant_contact_client/models/get_account_details200_response_company_logo.rb +2 -2
- data/lib/constant_contact_client/models/get_account_details200_response_physical_address.rb +2 -2
- data/lib/constant_contact_client/models/get_activity_by_id200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_all_account_email_addresses200_response_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_results.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_self.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_status.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response_links.rb +2 -2
- data/lib/constant_contact_client/models/get_all_activities200_response_links_next.rb +2 -2
- data/lib/constant_contact_client/models/get_all_bulk_sms_campaign_summaries200_response.rb +235 -0
- data/lib/constant_contact_client/models/get_all_bulk_sms_campaign_summaries200_response_aggregate_percents.rb +246 -0
- data/lib/constant_contact_client/models/get_all_bulk_sms_campaign_summaries200_response_bulk_sms_campaign_summaries_inner.rb +289 -0
- data/lib/constant_contact_client/models/get_all_bulk_sms_campaign_summaries200_response_bulk_sms_campaign_summaries_inner_unique_counts.rb +284 -0
- data/lib/constant_contact_client/models/get_all_bulk_sms_campaign_summaries200_response_links.rb +215 -0
- data/lib/constant_contact_client/models/get_all_bulk_sms_campaign_summaries200_response_links_next.rb +223 -0
- data/lib/constant_contact_client/models/get_all_contacts200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_all_custom_fields200_response.rb +2 -3
- data/lib/constant_contact_client/models/get_all_email_campaigns200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_all_email_campaigns200_response_campaigns_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_all_email_campaigns200_response_links.rb +2 -2
- data/lib/constant_contact_client/models/get_all_lists200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_all_segments200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_all_segments200_response_links.rb +2 -2
- data/lib/constant_contact_client/models/get_all_segments200_response_links_next.rb +2 -2
- data/lib/constant_contact_client/models/get_all_segments200_response_segments_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_all_tags200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_all_tags200_response_links.rb +2 -2
- data/lib/constant_contact_client/models/get_all_tags200_response_links_next.rb +2 -2
- data/lib/constant_contact_client/models/get_all_tags200_response_links_next_next.rb +2 -9
- data/lib/constant_contact_client/models/get_bounces_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_bounces_report200_response_links.rb +2 -9
- data/lib/constant_contact_client/models/get_bounces_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_campaign_activity_link_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_campaign_activity_link_report200_response_link_click_counts_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_clicks_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_clicks_report200_response_links.rb +2 -9
- data/lib/constant_contact_client/models/get_clicks_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_adds200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_adds200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_by_id200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_by_id200_response_custom_fields_inner.rb +22 -17
- data/lib/constant_contact_client/models/get_contact_by_id200_response_email_address.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_by_id200_response_notes_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_by_id200_response_phone_numbers_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel_sms_channel_consents_inner.rb +3 -2
- data/lib/constant_contact_client/models/get_contact_by_id200_response_street_addresses_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_counts200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_id_xrefs200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_id_xrefs200_response_xrefs_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_open_click_rate_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_tracking_count_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_campaign_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_links.rb +2 -9
- data/lib/constant_contact_client/models/get_contact_tracking_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_contact_tracking_report200_response_links.rb +2 -9
- data/lib/constant_contact_client/models/get_contact_tracking_report200_response_links_next.rb +2 -9
- data/lib/constant_contact_client/models/get_contact_tracking_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_custom_field200_response.rb +77 -8
- data/lib/constant_contact_client/models/get_custom_field200_response_choices_inner.rb +295 -0
- data/lib/constant_contact_client/models/get_custom_field200_response_metadata.rb +266 -0
- data/lib/constant_contact_client/models/get_did_not_opens_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_did_not_opens_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity200_response_document_properties.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity200_response_physical_address_in_footer.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity_preview200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner_stats.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity_schedule200_response_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_activity_send_history200_response_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_report200_response.rb +2 -16
- data/lib/constant_contact_client/models/get_email_campaign_report200_response_aggregate_percents.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner.rb +2 -23
- data/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner_unique_counts.rb +2 -58
- data/lib/constant_contact_client/models/get_email_campaign_xrefs200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_email_campaign_xrefs200_response_xrefs_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_opens_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_email_opens_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_sends_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_email_sends_report200_response_links.rb +2 -9
- data/lib/constant_contact_client/models/get_email_sends_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_stats_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_email_stats_report200_response_errors_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_percents.rb +2 -2
- data/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_stats.rb +2 -2
- data/lib/constant_contact_client/models/get_forwards_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_forwards_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_hashtag_groups200_response.rb +257 -0
- data/lib/constant_contact_client/models/get_hashtag_groups200_response_hashtag_groups_inner.rb +252 -0
- data/lib/constant_contact_client/models/get_hashtag_groups200_response_links.rb +215 -0
- data/lib/constant_contact_client/models/get_hashtag_groups200_response_links_next.rb +223 -0
- data/lib/constant_contact_client/models/get_hashtag_groups200_response_page.rb +274 -0
- data/lib/constant_contact_client/models/get_list200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_list_id_xrefs200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_list_id_xrefs200_response_xrefs_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_optouts_report200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_optouts_report200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_registration_info200_response.rb +316 -0
- data/lib/constant_contact_client/models/get_registration_info200_response_contact_inner.rb +278 -0
- data/lib/constant_contact_client/models/get_registration_info200_response_order_summary.rb +296 -0
- data/lib/constant_contact_client/models/get_registration_info200_response_order_summary_details_inner.rb +245 -0
- data/lib/constant_contact_client/models/get_registration_info200_response_tickets_inner.rb +266 -0
- data/lib/constant_contact_client/models/get_resend_email_campaign200_response_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner_history_details.rb +3 -13
- data/lib/constant_contact_client/models/get_social_connections200_response.rb +218 -0
- data/lib/constant_contact_client/models/get_social_connections200_response_connections_inner.rb +224 -0
- data/lib/constant_contact_client/models/get_social_connections200_response_connections_inner_account_info.rb +266 -0
- data/lib/constant_contact_client/models/get_social_connections200_response_connections_inner_connection_status.rb +276 -0
- data/lib/constant_contact_client/models/get_social_profiles200_response_inner.rb +348 -0
- data/lib/constant_contact_client/models/get_social_profiles200_response_inner_account_info.rb +266 -0
- data/lib/constant_contact_client/models/get_tag200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_clicks200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links_next.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner_sms_channel.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_opens200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_opens200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_updates200_response.rb +2 -2
- data/lib/constant_contact_client/models/get_unique_contact_updates200_response_tracking_activities_inner.rb +2 -2
- data/lib/constant_contact_client/models/get_user_privileges200_response_inner.rb +2 -2
- data/lib/constant_contact_client/models/hashtag_group_dto.rb +252 -0
- data/lib/constant_contact_client/models/headers_object.rb +2 -2
- data/lib/constant_contact_client/models/history_details.rb +3 -13
- data/lib/constant_contact_client/models/href.rb +214 -0
- data/lib/constant_contact_client/models/image_dto.rb +233 -0
- data/lib/constant_contact_client/models/item_dto.rb +444 -0
- data/lib/constant_contact_client/models/item_dto1.rb +444 -0
- data/lib/constant_contact_client/models/item_summary_dto.rb +263 -0
- data/lib/constant_contact_client/models/item_summary_dto1.rb +263 -0
- data/lib/constant_contact_client/models/jmml_sms_channel.rb +276 -0
- data/lib/constant_contact_client/models/jmml_sms_channel_consents.rb +310 -0
- data/lib/constant_contact_client/models/json_import_contact.rb +7 -14
- data/lib/constant_contact_client/models/line_item_details_dto.rb +245 -0
- data/lib/constant_contact_client/models/link.rb +2 -2
- data/lib/constant_contact_client/models/links.rb +25 -13
- data/lib/constant_contact_client/models/list_activity_add_contacts.rb +2 -2
- data/lib/constant_contact_client/models/list_activity_remove_contacts.rb +2 -2
- data/lib/constant_contact_client/models/list_id_list100.rb +2 -2
- data/lib/constant_contact_client/models/list_input.rb +2 -2
- data/lib/constant_contact_client/models/list_xref.rb +2 -2
- data/lib/constant_contact_client/models/list_xrefs.rb +2 -2
- data/lib/constant_contact_client/models/lpreporting_links.rb +2 -2
- data/lib/constant_contact_client/models/lpreporting_next.rb +2 -2
- data/lib/constant_contact_client/models/model_next.rb +2 -2
- data/lib/constant_contact_client/models/my_library_file_collection_inner.rb +2 -2
- data/lib/constant_contact_client/models/my_library_file_collection_inner_thumbnail.rb +2 -2
- data/lib/constant_contact_client/models/note.rb +2 -2
- data/lib/constant_contact_client/models/o_auth_error.rb +2 -2
- data/lib/constant_contact_client/models/online_meeting_dto.rb +272 -0
- data/lib/constant_contact_client/models/online_meeting_dto1.rb +273 -0
- data/lib/constant_contact_client/models/opens_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/opens_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/optouts_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/optouts_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/order_details_dto.rb +296 -0
- data/lib/constant_contact_client/models/order_ticket_keys_request_dto.rb +225 -0
- data/lib/constant_contact_client/models/p_contact_add_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_add_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_click_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_click_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_open_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_opens_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_update_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/p_contact_update_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/page_metadata_dto.rb +274 -0
- data/lib/constant_contact_client/models/paged_email_campaign_response.rb +2 -2
- data/lib/constant_contact_client/models/paged_hashtag_groups_dto.rb +257 -0
- data/lib/constant_contact_client/models/paged_response_link_rel_dto.rb +223 -0
- data/lib/constant_contact_client/models/paged_response_links_dto.rb +215 -0
- data/lib/constant_contact_client/models/paginated_registrations.rb +255 -0
- data/lib/constant_contact_client/models/pagination_dto_event_listing_dto.rb +256 -0
- data/lib/constant_contact_client/models/pagination_links.rb +2 -2
- data/lib/constant_contact_client/models/pagination_links_next.rb +2 -2
- data/lib/constant_contact_client/models/paging_links.rb +2 -2
- data/lib/constant_contact_client/models/partner_account.rb +2 -2
- data/lib/constant_contact_client/models/partner_account_links.rb +2 -2
- data/lib/constant_contact_client/models/partner_account_operations_request.rb +2 -2
- data/lib/constant_contact_client/models/partner_account_operations_request_account_operation_headers_inner.rb +2 -2
- data/lib/constant_contact_client/models/partner_account_operations_request_account_operation_path_parameters_inner.rb +2 -2
- data/lib/constant_contact_client/models/partner_account_operations_request_account_operation_query_parameters_inner.rb +2 -2
- data/lib/constant_contact_client/models/partner_account_site_owner_list_inner.rb +2 -2
- data/lib/constant_contact_client/models/partner_unsubscribe_response.rb +216 -0
- data/lib/constant_contact_client/models/partners_link.rb +2 -2
- data/lib/constant_contact_client/models/patch_email_campaign_name_request.rb +2 -2
- data/lib/constant_contact_client/models/path_param_object.rb +2 -2
- data/lib/constant_contact_client/models/payment_status_update_request_dto.rb +242 -0
- data/lib/constant_contact_client/models/percents_email.rb +2 -2
- data/lib/constant_contact_client/models/phone_number.rb +2 -2
- data/lib/constant_contact_client/models/phone_number_put.rb +2 -2
- data/lib/constant_contact_client/models/plan_info.rb +2 -2
- data/lib/constant_contact_client/models/plan_tiers_object.rb +2 -2
- data/lib/constant_contact_client/models/plan_tiers_object_current_tiers_inner.rb +2 -2
- data/lib/constant_contact_client/models/post_create_dto.rb +262 -0
- data/lib/constant_contact_client/models/post_custom_field_delete201_response.rb +2 -2
- data/lib/constant_contact_client/models/post_custom_field_delete_request.rb +2 -2
- data/lib/constant_contact_client/models/post_dto.rb +272 -0
- data/lib/constant_contact_client/models/post_tag_request.rb +2 -2
- data/lib/constant_contact_client/models/profile_dto.rb +348 -0
- data/lib/constant_contact_client/models/profile_post_dto.rb +269 -0
- data/lib/constant_contact_client/models/profile_post_profile_dto.rb +323 -0
- data/lib/constant_contact_client/models/promo_code_dto.rb +408 -0
- data/lib/constant_contact_client/models/promo_code_dto1.rb +408 -0
- data/lib/constant_contact_client/models/provision.rb +2 -2
- data/lib/constant_contact_client/models/provision_response.rb +2 -2
- data/lib/constant_contact_client/models/put_tag_request.rb +2 -2
- data/lib/constant_contact_client/models/query_param_object.rb +2 -2
- data/lib/constant_contact_client/models/registrant_information_lite_dto.rb +345 -0
- data/lib/constant_contact_client/models/registration_status_update_request_dto.rb +242 -0
- data/lib/constant_contact_client/models/registration_status_update_response_dto.rb +218 -0
- data/lib/constant_contact_client/models/registration_ticket_dto.rb +266 -0
- data/lib/constant_contact_client/models/registrations_links.rb +232 -0
- data/lib/constant_contact_client/models/reporting_links.rb +2 -9
- data/lib/constant_contact_client/models/reporting_next.rb +2 -9
- data/lib/constant_contact_client/models/reportingsms_links.rb +214 -0
- data/lib/constant_contact_client/models/reportingsms_next.rb +222 -0
- data/lib/constant_contact_client/models/resend_to_non_openers_input.rb +2 -2
- data/lib/constant_contact_client/models/resend_to_non_openers_object.rb +2 -2
- data/lib/constant_contact_client/models/resubscribe_contact_request.rb +224 -0
- data/lib/constant_contact_client/models/schedule_email_campaign_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/segment_data.rb +2 -2
- data/lib/constant_contact_client/models/segment_detail.rb +2 -2
- data/lib/constant_contact_client/models/segment_master.rb +2 -2
- data/lib/constant_contact_client/models/segment_name.rb +2 -2
- data/lib/constant_contact_client/models/segments_dto.rb +2 -2
- data/lib/constant_contact_client/models/segments_links.rb +221 -0
- data/lib/constant_contact_client/models/sends_tracking_activities_page.rb +2 -2
- data/lib/constant_contact_client/models/sends_tracking_activity.rb +2 -2
- data/lib/constant_contact_client/models/simple_field_dto.rb +278 -0
- data/lib/constant_contact_client/models/sms_campaign_summaries_page.rb +235 -0
- data/lib/constant_contact_client/models/sms_channel_consent_details.rb +3 -2
- data/lib/constant_contact_client/models/sso_user.rb +3 -3
- data/lib/constant_contact_client/models/stats_email.rb +2 -2
- data/lib/constant_contact_client/models/stats_email_activity.rb +2 -2
- data/lib/constant_contact_client/models/stats_error.rb +2 -2
- data/lib/constant_contact_client/models/status_display_label_dto.rb +226 -0
- data/lib/constant_contact_client/models/status_display_label_dto1.rb +226 -0
- data/lib/constant_contact_client/models/street_address.rb +2 -2
- data/lib/constant_contact_client/models/street_address_put.rb +2 -2
- data/lib/constant_contact_client/models/tag.rb +2 -2
- data/lib/constant_contact_client/models/tag_add_remove_contacts.rb +2 -2
- data/lib/constant_contact_client/models/tag_id_list500_limit.rb +2 -2
- data/lib/constant_contact_client/models/tag_post.rb +2 -2
- data/lib/constant_contact_client/models/tag_put.rb +2 -2
- data/lib/constant_contact_client/models/tags.rb +2 -2
- data/lib/constant_contact_client/models/tags_activity_links.rb +2 -2
- data/lib/constant_contact_client/models/tags_links.rb +2 -2
- data/lib/constant_contact_client/models/tags_paging_links.rb +2 -2
- data/lib/constant_contact_client/models/test_send_email_campaign_activity_request.rb +2 -2
- data/lib/constant_contact_client/models/ticket_summary_dto.rb +279 -0
- data/lib/constant_contact_client/models/ticket_summary_dto1.rb +279 -0
- data/lib/constant_contact_client/models/tier_object.rb +2 -2
- data/lib/constant_contact_client/models/track_dto.rb +377 -0
- data/lib/constant_contact_client/models/track_dto1.rb +377 -0
- data/lib/constant_contact_client/models/tracking_activity_sms_channel_dto.rb +2 -2
- data/lib/constant_contact_client/models/unique_email_counts.rb +2 -58
- data/lib/constant_contact_client/models/unique_sms_counts.rb +283 -0
- data/lib/constant_contact_client/models/update_account_request.rb +2 -2
- data/lib/constant_contact_client/models/update_contact_request.rb +15 -6
- data/lib/constant_contact_client/models/update_contact_request_email_address.rb +2 -2
- data/lib/constant_contact_client/models/update_contact_request_phone_numbers_inner.rb +2 -2
- data/lib/constant_contact_client/models/update_contact_request_sms_channel.rb +241 -0
- data/lib/constant_contact_client/models/update_contact_request_sms_channel_sms_channel_consents_inner.rb +249 -0
- data/lib/constant_contact_client/models/update_contact_request_street_addresses_inner.rb +2 -2
- data/lib/constant_contact_client/models/update_custom_field_request.rb +32 -25
- data/lib/constant_contact_client/models/update_custom_field_request_choices_inner.rb +255 -0
- data/lib/constant_contact_client/models/update_list200_response.rb +2 -2
- data/lib/constant_contact_client/models/update_list_request.rb +2 -2
- data/lib/constant_contact_client/models/update_registration_payment_status_using_put_request.rb +242 -0
- data/lib/constant_contact_client/models/update_registration_status_using_put207_response.rb +218 -0
- data/lib/constant_contact_client/models/update_registration_status_using_put_request.rb +242 -0
- data/lib/constant_contact_client/models/update_segment_name_request.rb +2 -2
- data/lib/constant_contact_client/models/webhooks_subscription_body.rb +2 -2
- data/lib/constant_contact_client/models/webhooks_subscription_collection_inner.rb +2 -2
- data/lib/constant_contact_client/models/webhooks_subscription_put_resp.rb +2 -2
- data/lib/constant_contact_client/models/webhooks_subscription_response.rb +2 -2
- data/lib/constant_contact_client/models/webhooks_test_send.rb +2 -2
- data/lib/constant_contact_client/version.rb +3 -3
- data/lib/constant_contact_client.rb +149 -4
- data/spec/spec_helper.rb +2 -2
- metadata +157 -9
data/CHANGELOG.md
CHANGED
|
@@ -3,54 +3,680 @@ All notable changes to this project will be documented in this file.
|
|
|
3
3
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
5
5
|
|
|
6
|
-
## 1.0
|
|
6
|
+
## 1.23.0 - 2026-07-15
|
|
7
|
+
### Added
|
|
8
|
+
- GET /contact_tags - the response property '_links/next/next/href' became optional for the status '200'
|
|
9
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
10
|
+
- GET /contacts - the response property 'contacts/items/custom_fields/items/value' became optional for the status '200'
|
|
11
|
+
- GET /contacts - the response property 'contacts/items/custom_fields/items/value' became optional for the status '202'
|
|
12
|
+
- POST /contacts - the response property 'custom_fields/items/value' became optional for the status '201'
|
|
13
|
+
- GET /contacts/{contact_id} - the response property 'custom_fields/items/value' became optional for the status '200'
|
|
14
|
+
- PUT /contacts/{contact_id} - the response property 'custom_fields/items/value' became optional for the status '200'
|
|
15
|
+
- GET /reports/contact_reports/{contact_id}/activity_details - the response property '_links/next' became optional for the status '200'
|
|
16
|
+
- GET /reports/contact_reports/{contact_id}/activity_details - the response property '_links/next/href' became optional for the status '200'
|
|
17
|
+
- GET /reports/contact_reports/{contact_id}/activity_summary - the response property '_links/next' became optional for the status '200'
|
|
18
|
+
- GET /reports/contact_reports/{contact_id}/activity_summary - the response property '_links/next/href' became optional for the status '200'
|
|
19
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/bounces - the response property '_links/next' became optional for the status '200'
|
|
20
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/bounces - the response property '_links/next/href' became optional for the status '200'
|
|
21
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/clicks - the response property '_links/next' became optional for the status '200'
|
|
22
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/clicks - the response property '_links/next/href' became optional for the status '200'
|
|
23
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/didnotopens - the response property '_links/next' became optional for the status '200'
|
|
24
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/didnotopens - the response property '_links/next/href' became optional for the status '200'
|
|
25
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/forwards - the response property '_links/next' became optional for the status '200'
|
|
26
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/forwards - the response property '_links/next/href' became optional for the status '200'
|
|
27
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/opens - the response property '_links/next' became optional for the status '200'
|
|
28
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/opens - the response property '_links/next/href' became optional for the status '200'
|
|
29
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/optouts - the response property '_links/next' became optional for the status '200'
|
|
30
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/optouts - the response property '_links/next/href' became optional for the status '200'
|
|
31
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/sends - the response property '_links/next' became optional for the status '200'
|
|
32
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/sends - the response property '_links/next/href' became optional for the status '200'
|
|
33
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/unique_opens - the response property '_links/next' became optional for the status '200'
|
|
34
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/unique_opens - the response property '_links/next/href' became optional for the status '200'
|
|
35
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links' became optional for the status '200'
|
|
36
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links/next' became optional for the status '200'
|
|
37
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links/next/href' became optional for the status '200'
|
|
38
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries' became optional for the status '200'
|
|
39
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/campaign_type' became optional for the status '200'
|
|
40
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/last_sent_date' became optional for the status '200'
|
|
41
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts' became optional for the status '200'
|
|
42
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/abuse' became optional for the status '200'
|
|
43
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/bounces' became optional for the status '200'
|
|
44
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/clicks' became optional for the status '200'
|
|
45
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/forwards' became optional for the status '200'
|
|
46
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/not_opened' became optional for the status '200'
|
|
47
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/opens' became optional for the status '200'
|
|
48
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/optouts' became optional for the status '200'
|
|
49
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/sends' became optional for the status '200'
|
|
50
|
+
- POST /contact_custom_fields - the 'type' request property's maxLength was set to '20'
|
|
51
|
+
- PUT /contact_custom_fields/{custom_field_id} - removed the request property 'type'
|
|
52
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
53
|
+
- POST /emails - the 'email_campaign_activities/items/preheader' request property's maxLength was set to '200'
|
|
54
|
+
- undefined undefined - removed the schema 'CustomFieldInput'
|
|
55
|
+
- undefined undefined - removed the schema 'CustomFieldResource'
|
|
56
|
+
- GET /account/summary - added the optional property 'encoded_partner_id' to the response with the '200' status
|
|
57
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
58
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
59
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
60
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
61
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
62
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
63
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
64
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/choices' to the response with the '200' status
|
|
65
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/metadata' to the response with the '200' status
|
|
66
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/version' to the response with the '200' status
|
|
67
|
+
- POST /contact_custom_fields - added the new optional request property 'choices'
|
|
68
|
+
- POST /contact_custom_fields - added the new optional request property 'metadata'
|
|
69
|
+
- POST /contact_custom_fields - added the new optional request property 'version'
|
|
70
|
+
- POST /contact_custom_fields - the request property 'label' became optional
|
|
71
|
+
- POST /contact_custom_fields - the request property 'type' became optional
|
|
72
|
+
- POST /contact_custom_fields - added the optional property 'choices' to the response with the '201' status
|
|
73
|
+
- POST /contact_custom_fields - added the optional property 'metadata' to the response with the '201' status
|
|
74
|
+
- POST /contact_custom_fields - added the optional property 'version' to the response with the '201' status
|
|
75
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'choices' to the response with the '200' status
|
|
76
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'metadata' to the response with the '200' status
|
|
77
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'version' to the response with the '200' status
|
|
78
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the new optional request property 'choices'
|
|
79
|
+
- PUT /contact_custom_fields/{custom_field_id} - the request property 'label' became optional
|
|
80
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'choices' to the response with the '200' status
|
|
81
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'metadata' to the response with the '200' status
|
|
82
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'version' to the response with the '200' status
|
|
83
|
+
- GET /contact_lists - added the new optional 'query' request parameter 'channel_type'
|
|
84
|
+
- GET /contact_lists - added the new optional 'query' request parameter 'include_sms_membership_count'
|
|
85
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
86
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
87
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
88
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
89
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
90
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
91
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
92
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
93
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
94
|
+
- GET /contacts - added the optional property 'contacts/items/custom_fields/items/choice_ids' to the response with the '200' status
|
|
95
|
+
- GET /contacts - added the optional property 'contacts/items/custom_fields/items/choice_ids' to the response with the '202' status
|
|
96
|
+
- POST /contacts - added the new optional request property 'custom_fields/items/choice_ids'
|
|
97
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
98
|
+
- POST /contacts - the request property 'custom_fields/items/value' became optional
|
|
99
|
+
- POST /contacts - added the optional property 'custom_fields/items/choice_ids' to the response with the '201' status
|
|
100
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
101
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
102
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
103
|
+
- GET /contacts/{contact_id} - added the optional property 'custom_fields/items/choice_ids' to the response with the '200' status
|
|
104
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'custom_fields/items/choice_ids'
|
|
105
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
106
|
+
- PUT /contacts/{contact_id} - the request property 'custom_fields/items/value' became optional
|
|
107
|
+
- PUT /contacts/{contact_id} - added the optional property 'custom_fields/items/choice_ids' to the response with the '200' status
|
|
108
|
+
- GET /events - endpoint added
|
|
109
|
+
- POST /events/default - endpoint added
|
|
110
|
+
- GET /events/{event_id} - endpoint added
|
|
111
|
+
- PATCH /events/{event_id} - endpoint added
|
|
112
|
+
- POST /events/{event_id}/check_in/tickets - endpoint added
|
|
113
|
+
- POST /events/{event_id}/copy - endpoint added
|
|
114
|
+
- GET /events/{event_id}/tracks/{track_id}/registrations - endpoint added
|
|
115
|
+
- PUT /events/{event_id}/tracks/{track_id}/registrations - endpoint added
|
|
116
|
+
- PUT /events/{event_id}/tracks/{track_id}/registrations/payment_status - endpoint added
|
|
117
|
+
- GET /events/{event_id}/tracks/{track_id}/registrations/{registration_id} - endpoint added
|
|
118
|
+
- POST /events/{event_id}/undo_check_in/tickets - endpoint added
|
|
119
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
120
|
+
- GET /social/connections - endpoint added
|
|
121
|
+
- GET /social/hashtags/groups - endpoint added
|
|
122
|
+
- POST /social/posts - endpoint added
|
|
123
|
+
- GET /social/profiles - endpoint added
|
|
7
124
|
|
|
8
|
-
## 1.0
|
|
125
|
+
## 1.9.0 - 2024-11-19
|
|
126
|
+
### Added
|
|
127
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
128
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
129
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
130
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
131
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
132
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
9
133
|
|
|
10
|
-
## 1.0
|
|
134
|
+
## 1.9.0 - 2025-07-10
|
|
135
|
+
### Added
|
|
136
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
137
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
138
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
139
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
140
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
141
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
142
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
143
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
144
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
145
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
146
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
147
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
148
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
149
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
150
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
151
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
152
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
153
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
154
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
155
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
156
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
157
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
158
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
159
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
11
160
|
|
|
12
|
-
## 1.0
|
|
161
|
+
## 1.8.0 - 2024-11-19
|
|
13
162
|
|
|
14
|
-
## 1.0
|
|
163
|
+
## 1.7.0 - 2024-11-19
|
|
15
164
|
|
|
16
|
-
## 1.0
|
|
165
|
+
## 1.7.0 - 2025-05-12
|
|
166
|
+
### Added
|
|
167
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
168
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
169
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
170
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
171
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
172
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
173
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
174
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
175
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
176
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
177
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
178
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
179
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
180
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
181
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
182
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
183
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
184
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
185
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
186
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
187
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
188
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
189
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
190
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
17
191
|
|
|
18
|
-
## 1.0
|
|
192
|
+
## 1.6.0 - 2024-11-18
|
|
19
193
|
|
|
20
|
-
## 1.0
|
|
194
|
+
## 1.6.0 - 2025-05-12
|
|
195
|
+
### Added
|
|
196
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
197
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
198
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
199
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
200
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
201
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
202
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
203
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
204
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
205
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
206
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
207
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
208
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
209
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
210
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
211
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit AND oauth2_access_code' was added to the API
|
|
212
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
213
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
214
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
215
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
216
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
217
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
218
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
219
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
21
220
|
|
|
22
|
-
## 1.0
|
|
221
|
+
## 1.6.0 - 2025-07-10
|
|
222
|
+
### Added
|
|
223
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
224
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
225
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
226
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
227
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
228
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
229
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
230
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
231
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
232
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
233
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
234
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
235
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
236
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
237
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
238
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit AND oauth2_access_code' was added to the API
|
|
239
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
240
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
241
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
242
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
243
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
244
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
245
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
246
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
23
247
|
|
|
24
|
-
## 1.0
|
|
25
|
-
|
|
26
|
-
## 1.0.89 - 2024-10-01
|
|
248
|
+
## 1.5.0 - 2024-10-08
|
|
27
249
|
|
|
28
|
-
## 1.0
|
|
250
|
+
## 1.5.0 - 2025-05-14
|
|
251
|
+
### Added
|
|
252
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
253
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
254
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
255
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
256
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
257
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
258
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
259
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
260
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
261
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
262
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
263
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
264
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit AND oauth2_access_code' was added to the API
|
|
265
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
266
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
267
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
268
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
269
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
270
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
271
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
272
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
273
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
274
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
275
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
29
276
|
|
|
30
|
-
## 1.0
|
|
277
|
+
## 1.5.0 - 2026-07-15
|
|
278
|
+
### Added
|
|
279
|
+
- GET /contact_tags - the response property '_links/next/next/href' became optional for the status '200'
|
|
280
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
281
|
+
- GET /contacts - the response property 'contacts/items/custom_fields/items/value' became optional for the status '200'
|
|
282
|
+
- GET /contacts - the response property 'contacts/items/custom_fields/items/value' became optional for the status '202'
|
|
283
|
+
- POST /contacts - the response property 'custom_fields/items/value' became optional for the status '201'
|
|
284
|
+
- GET /contacts/{contact_id} - the response property 'custom_fields/items/value' became optional for the status '200'
|
|
285
|
+
- PUT /contacts/{contact_id} - the response property 'custom_fields/items/value' became optional for the status '200'
|
|
286
|
+
- GET /reports/contact_reports/{contact_id}/activity_details - the response property '_links/next' became optional for the status '200'
|
|
287
|
+
- GET /reports/contact_reports/{contact_id}/activity_details - the response property '_links/next/href' became optional for the status '200'
|
|
288
|
+
- GET /reports/contact_reports/{contact_id}/activity_summary - the response property '_links/next' became optional for the status '200'
|
|
289
|
+
- GET /reports/contact_reports/{contact_id}/activity_summary - the response property '_links/next/href' became optional for the status '200'
|
|
290
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/bounces - the response property '_links/next' became optional for the status '200'
|
|
291
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/bounces - the response property '_links/next/href' became optional for the status '200'
|
|
292
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/clicks - the response property '_links/next' became optional for the status '200'
|
|
293
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/clicks - the response property '_links/next/href' became optional for the status '200'
|
|
294
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/didnotopens - the response property '_links/next' became optional for the status '200'
|
|
295
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/didnotopens - the response property '_links/next/href' became optional for the status '200'
|
|
296
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/forwards - the response property '_links/next' became optional for the status '200'
|
|
297
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/forwards - the response property '_links/next/href' became optional for the status '200'
|
|
298
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/opens - the response property '_links/next' became optional for the status '200'
|
|
299
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/opens - the response property '_links/next/href' became optional for the status '200'
|
|
300
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/optouts - the response property '_links/next' became optional for the status '200'
|
|
301
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/optouts - the response property '_links/next/href' became optional for the status '200'
|
|
302
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/sends - the response property '_links/next' became optional for the status '200'
|
|
303
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/sends - the response property '_links/next/href' became optional for the status '200'
|
|
304
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/unique_opens - the response property '_links/next' became optional for the status '200'
|
|
305
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/unique_opens - the response property '_links/next/href' became optional for the status '200'
|
|
306
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links' became optional for the status '200'
|
|
307
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links/next' became optional for the status '200'
|
|
308
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links/next/href' became optional for the status '200'
|
|
309
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries' became optional for the status '200'
|
|
310
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/campaign_type' became optional for the status '200'
|
|
311
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/last_sent_date' became optional for the status '200'
|
|
312
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts' became optional for the status '200'
|
|
313
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/abuse' became optional for the status '200'
|
|
314
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/bounces' became optional for the status '200'
|
|
315
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/clicks' became optional for the status '200'
|
|
316
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/forwards' became optional for the status '200'
|
|
317
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/not_opened' became optional for the status '200'
|
|
318
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/opens' became optional for the status '200'
|
|
319
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/optouts' became optional for the status '200'
|
|
320
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/sends' became optional for the status '200'
|
|
321
|
+
- POST /contact_custom_fields - the 'type' request property's maxLength was set to '20'
|
|
322
|
+
- PUT /contact_custom_fields/{custom_field_id} - removed the request property 'type'
|
|
323
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
324
|
+
- POST /emails - the 'email_campaign_activities/items/preheader' request property's maxLength was set to '200'
|
|
325
|
+
- undefined undefined - removed the schema 'CustomFieldInput'
|
|
326
|
+
- undefined undefined - removed the schema 'CustomFieldResource'
|
|
327
|
+
- GET /account/summary - added the optional property 'encoded_partner_id' to the response with the '200' status
|
|
328
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
329
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
330
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
331
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
332
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
333
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
334
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
335
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/choices' to the response with the '200' status
|
|
336
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/metadata' to the response with the '200' status
|
|
337
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/version' to the response with the '200' status
|
|
338
|
+
- POST /contact_custom_fields - added the new optional request property 'choices'
|
|
339
|
+
- POST /contact_custom_fields - added the new optional request property 'metadata'
|
|
340
|
+
- POST /contact_custom_fields - added the new optional request property 'version'
|
|
341
|
+
- POST /contact_custom_fields - the request property 'label' became optional
|
|
342
|
+
- POST /contact_custom_fields - the request property 'type' became optional
|
|
343
|
+
- POST /contact_custom_fields - added the optional property 'choices' to the response with the '201' status
|
|
344
|
+
- POST /contact_custom_fields - added the optional property 'metadata' to the response with the '201' status
|
|
345
|
+
- POST /contact_custom_fields - added the optional property 'version' to the response with the '201' status
|
|
346
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'choices' to the response with the '200' status
|
|
347
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'metadata' to the response with the '200' status
|
|
348
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'version' to the response with the '200' status
|
|
349
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the new optional request property 'choices'
|
|
350
|
+
- PUT /contact_custom_fields/{custom_field_id} - the request property 'label' became optional
|
|
351
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'choices' to the response with the '200' status
|
|
352
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'metadata' to the response with the '200' status
|
|
353
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'version' to the response with the '200' status
|
|
354
|
+
- GET /contact_lists - added the new optional 'query' request parameter 'channel_type'
|
|
355
|
+
- GET /contact_lists - added the new optional 'query' request parameter 'include_sms_membership_count'
|
|
356
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
357
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
358
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
359
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
360
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
361
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
362
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
363
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
364
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
365
|
+
- GET /contacts - added the optional property 'contacts/items/custom_fields/items/choice_ids' to the response with the '200' status
|
|
366
|
+
- GET /contacts - added the optional property 'contacts/items/custom_fields/items/choice_ids' to the response with the '202' status
|
|
367
|
+
- POST /contacts - added the new optional request property 'custom_fields/items/choice_ids'
|
|
368
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
369
|
+
- POST /contacts - the request property 'custom_fields/items/value' became optional
|
|
370
|
+
- POST /contacts - added the optional property 'custom_fields/items/choice_ids' to the response with the '201' status
|
|
371
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
372
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
373
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
374
|
+
- GET /contacts/{contact_id} - added the optional property 'custom_fields/items/choice_ids' to the response with the '200' status
|
|
375
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'custom_fields/items/choice_ids'
|
|
376
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
377
|
+
- PUT /contacts/{contact_id} - the request property 'custom_fields/items/value' became optional
|
|
378
|
+
- PUT /contacts/{contact_id} - added the optional property 'custom_fields/items/choice_ids' to the response with the '200' status
|
|
379
|
+
- GET /events - endpoint added
|
|
380
|
+
- POST /events/default - endpoint added
|
|
381
|
+
- GET /events/{event_id} - endpoint added
|
|
382
|
+
- PATCH /events/{event_id} - endpoint added
|
|
383
|
+
- POST /events/{event_id}/check_in/tickets - endpoint added
|
|
384
|
+
- POST /events/{event_id}/copy - endpoint added
|
|
385
|
+
- GET /events/{event_id}/tracks/{track_id}/registrations - endpoint added
|
|
386
|
+
- PUT /events/{event_id}/tracks/{track_id}/registrations - endpoint added
|
|
387
|
+
- PUT /events/{event_id}/tracks/{track_id}/registrations/payment_status - endpoint added
|
|
388
|
+
- GET /events/{event_id}/tracks/{track_id}/registrations/{registration_id} - endpoint added
|
|
389
|
+
- POST /events/{event_id}/undo_check_in/tickets - endpoint added
|
|
390
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
391
|
+
- GET /social/connections - endpoint added
|
|
392
|
+
- GET /social/hashtags/groups - endpoint added
|
|
393
|
+
- POST /social/posts - endpoint added
|
|
394
|
+
- GET /social/profiles - endpoint added
|
|
31
395
|
|
|
32
|
-
## 1.0
|
|
396
|
+
## 1.5.0 - 2026-07-15
|
|
397
|
+
### Added
|
|
398
|
+
- GET /contact_tags - the response property '_links/next/next/href' became optional for the status '200'
|
|
399
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
400
|
+
- GET /contacts - the response property 'contacts/items/custom_fields/items/value' became optional for the status '200'
|
|
401
|
+
- GET /contacts - the response property 'contacts/items/custom_fields/items/value' became optional for the status '202'
|
|
402
|
+
- POST /contacts - the response property 'custom_fields/items/value' became optional for the status '201'
|
|
403
|
+
- GET /contacts/{contact_id} - the response property 'custom_fields/items/value' became optional for the status '200'
|
|
404
|
+
- PUT /contacts/{contact_id} - the response property 'custom_fields/items/value' became optional for the status '200'
|
|
405
|
+
- GET /reports/contact_reports/{contact_id}/activity_details - the response property '_links/next' became optional for the status '200'
|
|
406
|
+
- GET /reports/contact_reports/{contact_id}/activity_details - the response property '_links/next/href' became optional for the status '200'
|
|
407
|
+
- GET /reports/contact_reports/{contact_id}/activity_summary - the response property '_links/next' became optional for the status '200'
|
|
408
|
+
- GET /reports/contact_reports/{contact_id}/activity_summary - the response property '_links/next/href' became optional for the status '200'
|
|
409
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/bounces - the response property '_links/next' became optional for the status '200'
|
|
410
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/bounces - the response property '_links/next/href' became optional for the status '200'
|
|
411
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/clicks - the response property '_links/next' became optional for the status '200'
|
|
412
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/clicks - the response property '_links/next/href' became optional for the status '200'
|
|
413
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/didnotopens - the response property '_links/next' became optional for the status '200'
|
|
414
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/didnotopens - the response property '_links/next/href' became optional for the status '200'
|
|
415
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/forwards - the response property '_links/next' became optional for the status '200'
|
|
416
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/forwards - the response property '_links/next/href' became optional for the status '200'
|
|
417
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/opens - the response property '_links/next' became optional for the status '200'
|
|
418
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/opens - the response property '_links/next/href' became optional for the status '200'
|
|
419
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/optouts - the response property '_links/next' became optional for the status '200'
|
|
420
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/optouts - the response property '_links/next/href' became optional for the status '200'
|
|
421
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/sends - the response property '_links/next' became optional for the status '200'
|
|
422
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/sends - the response property '_links/next/href' became optional for the status '200'
|
|
423
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/unique_opens - the response property '_links/next' became optional for the status '200'
|
|
424
|
+
- GET /reports/email_reports/{campaign_activity_id}/tracking/unique_opens - the response property '_links/next/href' became optional for the status '200'
|
|
425
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links' became optional for the status '200'
|
|
426
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links/next' became optional for the status '200'
|
|
427
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property '_links/next/href' became optional for the status '200'
|
|
428
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries' became optional for the status '200'
|
|
429
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/campaign_type' became optional for the status '200'
|
|
430
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/last_sent_date' became optional for the status '200'
|
|
431
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts' became optional for the status '200'
|
|
432
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/abuse' became optional for the status '200'
|
|
433
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/bounces' became optional for the status '200'
|
|
434
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/clicks' became optional for the status '200'
|
|
435
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/forwards' became optional for the status '200'
|
|
436
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/not_opened' became optional for the status '200'
|
|
437
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/opens' became optional for the status '200'
|
|
438
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/optouts' became optional for the status '200'
|
|
439
|
+
- GET /reports/summary_reports/email_campaign_summaries - the response property 'bulk_email_campaign_summaries/items/unique_counts/sends' became optional for the status '200'
|
|
440
|
+
- POST /contact_custom_fields - the 'type' request property's maxLength was set to '20'
|
|
441
|
+
- PUT /contact_custom_fields/{custom_field_id} - removed the request property 'type'
|
|
442
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
443
|
+
- POST /emails - the 'email_campaign_activities/items/preheader' request property's maxLength was set to '200'
|
|
444
|
+
- undefined undefined - removed the schema 'CustomFieldInput'
|
|
445
|
+
- undefined undefined - removed the schema 'CustomFieldResource'
|
|
446
|
+
- GET /account/summary - added the optional property 'encoded_partner_id' to the response with the '200' status
|
|
447
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
448
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
449
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
450
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
451
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
452
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
453
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
454
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/choices' to the response with the '200' status
|
|
455
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/metadata' to the response with the '200' status
|
|
456
|
+
- GET /contact_custom_fields - added the optional property 'custom_fields/items/version' to the response with the '200' status
|
|
457
|
+
- POST /contact_custom_fields - added the new optional request property 'choices'
|
|
458
|
+
- POST /contact_custom_fields - added the new optional request property 'metadata'
|
|
459
|
+
- POST /contact_custom_fields - added the new optional request property 'version'
|
|
460
|
+
- POST /contact_custom_fields - the request property 'label' became optional
|
|
461
|
+
- POST /contact_custom_fields - the request property 'type' became optional
|
|
462
|
+
- POST /contact_custom_fields - added the optional property 'choices' to the response with the '201' status
|
|
463
|
+
- POST /contact_custom_fields - added the optional property 'metadata' to the response with the '201' status
|
|
464
|
+
- POST /contact_custom_fields - added the optional property 'version' to the response with the '201' status
|
|
465
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'choices' to the response with the '200' status
|
|
466
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'metadata' to the response with the '200' status
|
|
467
|
+
- GET /contact_custom_fields/{custom_field_id} - added the optional property 'version' to the response with the '200' status
|
|
468
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the new optional request property 'choices'
|
|
469
|
+
- PUT /contact_custom_fields/{custom_field_id} - the request property 'label' became optional
|
|
470
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'choices' to the response with the '200' status
|
|
471
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'metadata' to the response with the '200' status
|
|
472
|
+
- PUT /contact_custom_fields/{custom_field_id} - added the optional property 'version' to the response with the '200' status
|
|
473
|
+
- GET /contact_lists - added the new optional 'query' request parameter 'channel_type'
|
|
474
|
+
- GET /contact_lists - added the new optional 'query' request parameter 'include_sms_membership_count'
|
|
475
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
476
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
477
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
478
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit AND oauth2_access_code' was added to the API
|
|
479
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
480
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
481
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
482
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
483
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
484
|
+
- GET /contacts - added the optional property 'contacts/items/custom_fields/items/choice_ids' to the response with the '200' status
|
|
485
|
+
- GET /contacts - added the optional property 'contacts/items/custom_fields/items/choice_ids' to the response with the '202' status
|
|
486
|
+
- POST /contacts - added the new optional request property 'custom_fields/items/choice_ids'
|
|
487
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
488
|
+
- POST /contacts - the request property 'custom_fields/items/value' became optional
|
|
489
|
+
- POST /contacts - added the optional property 'custom_fields/items/choice_ids' to the response with the '201' status
|
|
490
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
491
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
492
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
493
|
+
- GET /contacts/{contact_id} - added the optional property 'custom_fields/items/choice_ids' to the response with the '200' status
|
|
494
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'custom_fields/items/choice_ids'
|
|
495
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
496
|
+
- PUT /contacts/{contact_id} - the request property 'custom_fields/items/value' became optional
|
|
497
|
+
- PUT /contacts/{contact_id} - added the optional property 'custom_fields/items/choice_ids' to the response with the '200' status
|
|
498
|
+
- GET /events - endpoint added
|
|
499
|
+
- POST /events/default - endpoint added
|
|
500
|
+
- GET /events/{event_id} - endpoint added
|
|
501
|
+
- PATCH /events/{event_id} - endpoint added
|
|
502
|
+
- POST /events/{event_id}/check_in/tickets - endpoint added
|
|
503
|
+
- POST /events/{event_id}/copy - endpoint added
|
|
504
|
+
- GET /events/{event_id}/tracks/{track_id}/registrations - endpoint added
|
|
505
|
+
- PUT /events/{event_id}/tracks/{track_id}/registrations - endpoint added
|
|
506
|
+
- PUT /events/{event_id}/tracks/{track_id}/registrations/payment_status - endpoint added
|
|
507
|
+
- GET /events/{event_id}/tracks/{track_id}/registrations/{registration_id} - endpoint added
|
|
508
|
+
- POST /events/{event_id}/undo_check_in/tickets - endpoint added
|
|
509
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
510
|
+
- GET /social/connections - endpoint added
|
|
511
|
+
- GET /social/hashtags/groups - endpoint added
|
|
512
|
+
- POST /social/posts - endpoint added
|
|
513
|
+
- GET /social/profiles - endpoint added
|
|
33
514
|
|
|
34
|
-
## 1.0
|
|
515
|
+
## 1.4.0 - 2025-05-08
|
|
516
|
+
### Added
|
|
517
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
518
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
519
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
520
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
521
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
522
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
523
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
524
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
525
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
526
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
527
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
528
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
529
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
530
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
531
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
532
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
533
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
534
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
535
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
536
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
537
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
538
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
539
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
35
540
|
|
|
36
|
-
## 1.0
|
|
541
|
+
## 1.3.0 - 2025-05-08
|
|
542
|
+
### Added
|
|
543
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
544
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
545
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
546
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
547
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
548
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
549
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
550
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
551
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
552
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
553
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
554
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
555
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
556
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
557
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
558
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
559
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
560
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
561
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
562
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
563
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
564
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
565
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
37
566
|
|
|
38
|
-
## 1.0
|
|
567
|
+
## 1.3.0 - 2025-05-13
|
|
568
|
+
### Added
|
|
569
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
570
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
571
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
572
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
573
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
574
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
575
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
576
|
+
- POST /activities/contacts_file_import - the 'list_ids' request property type/format changed from 'array'/'' to 'string'/'csv'
|
|
577
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
578
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
579
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
580
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
581
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
582
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
583
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
584
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
585
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
586
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
587
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
588
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
589
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
590
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
591
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
592
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
39
593
|
|
|
40
|
-
## 1.0
|
|
594
|
+
## 1.2.0 - 2024-10-07
|
|
41
595
|
|
|
42
|
-
## 1.0
|
|
596
|
+
## 1.2.0 - 2025-05-08
|
|
597
|
+
### Added
|
|
598
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
599
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
600
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
601
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
602
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
603
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
604
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
605
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
606
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
607
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
608
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
609
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
610
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
611
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
612
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
613
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
614
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
615
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
616
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
617
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
618
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
619
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
620
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
43
621
|
|
|
44
|
-
## 1.0
|
|
622
|
+
## 1.2.0 - 2025-05-08
|
|
623
|
+
### Added
|
|
624
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
625
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
626
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
627
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
628
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
629
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
630
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
631
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
632
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
633
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
634
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
635
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
636
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
637
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
638
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit AND oauth2_access_code' was added to the API
|
|
639
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
640
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
641
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
642
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
643
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
644
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
645
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
646
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
45
647
|
|
|
46
|
-
## 1.0
|
|
648
|
+
## 1.1.0 - 2024-10-07
|
|
47
649
|
|
|
48
|
-
## 1.0
|
|
650
|
+
## 1.1.0 - 2024-10-08
|
|
49
651
|
|
|
50
|
-
## 1.0
|
|
652
|
+
## 1.1.0 - 2025-05-08
|
|
653
|
+
### Added
|
|
654
|
+
- GET /contacts - removed the enum value 'sms_channel' from the 'query' request parameter 'include'
|
|
655
|
+
- GET /contacts/sms_engagement_history/{contact_id} - removed the optional property '/items/history_details/source_ip' from the response with the '200' status
|
|
656
|
+
- POST /account/summary/physical_address - removed the non-success response with the status '404'
|
|
657
|
+
- POST /activities/contact_exports - added the new optional request property 'exclude'
|
|
658
|
+
- POST /activities/contact_exports - added the new optional request property 'new_subscriber'
|
|
659
|
+
- POST /activities/contact_exports - added the new optional request property 'tag_ids'
|
|
660
|
+
- POST /activities/contacts_file_import - added the new optional request property 'sms_permission_to_send'
|
|
661
|
+
- POST /activities/contacts_json_import - the request property 'import_data/items/email' became optional
|
|
662
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
663
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
664
|
+
- GET /contact_tags - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
665
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
666
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
667
|
+
- DELETE /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
668
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code AND oauth2_implicit' was added to the API
|
|
669
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_access_code' was removed from the API
|
|
670
|
+
- GET /contact_tags/{tag_id} - the endpoint scheme security 'oauth2_implicit' was removed from the API
|
|
671
|
+
- POST /contacts - added the new optional request property 'sms_channel'
|
|
672
|
+
- PUT /contacts/resubscribe/{contact_id} - endpoint added
|
|
673
|
+
- POST /contacts/sign_up_form - added the new optional request property 'sms_channel'
|
|
674
|
+
- POST /contacts/sign_up_form - the request property 'email_address' became optional
|
|
675
|
+
- PUT /contacts/{contact_id} - added the new optional request property 'sms_channel'
|
|
676
|
+
- GET /reports/summary_reports/sms_campaign_summaries - endpoint added
|
|
51
677
|
|
|
52
|
-
## 1.0.
|
|
678
|
+
## 1.0.106 - 2024-10-07
|
|
53
679
|
|
|
54
|
-
## 1.0.
|
|
680
|
+
## 1.0.101 - 2024-10-04
|
|
55
681
|
|
|
56
|
-
## 1.0.
|
|
682
|
+
## 1.0.90 - 2024-10-01
|