    <script>
    (function() {
        function initForm_17() {
            var formEl = document.getElementById('gform_17');
            if (!formEl) return;

            formEl.addEventListener('submit', function() {
                var btn = formEl.querySelector('[type="submit"]');
                if (!btn) return;

                // On attend confirmation que GF valide le formulaire
                // avant de désactiver (GF bloque le submit si invalide)
                setTimeout(function() {
                    // Vérifie s'il y a des erreurs de validation GF
                    var errors = formEl.querySelectorAll('.gfield_error, .validation_error');
                    if (errors.length === 0) {
                        btn.disabled = true;
                        btn.value    = btn.tagName === 'INPUT' ? 'Envoi en cours…' : btn.textContent;
                        if (btn.tagName !== 'INPUT') btn.textContent = 'Envoi en cours…';
                    }
                }, 100);
            });

            // Réactive le bouton si GF retourne une erreur de validation (AJAX)
            if (typeof jQuery !== 'undefined') {
                jQuery(document).on('gform_post_render', function(e, renderedFormId) {
                    if (renderedFormId === 17) {
                        var b = document.querySelector('#gform_17 [type="submit"]');
                        if (b) {
                            b.disabled    = false;
                            b.value       = b.dataset.originalLabel || 'Envoyer';
                            b.textContent = b.dataset.originalLabel || 'Envoyer';
                        }
                    }
                });
            }
        }

        if (document.readyState === 'loading') {
            document.addEventListener('DOMContentLoaded', initForm_17);
        } else {
            initForm_17();
        }
    })();
    </script>
    {"id":1479,"date":"2019-08-16T13:48:24","date_gmt":"2019-08-16T17:48:24","guid":{"rendered":"https:\/\/www.cpamontreal.ca\/?page_id=1479"},"modified":"2021-10-14T15:06:30","modified_gmt":"2021-10-14T19:06:30","slug":"newsletter","status":"publish","type":"page","link":"https:\/\/www.cpamontreal.ca\/en\/newsletter\/","title":{"rendered":"Newsletter"},"content":{"rendered":"[vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;header-image-row&#8221; css=&#8221;.vc_custom_1543437242235{background-image: url(https:\/\/www.cpamontreal.ca\/wp-content\/uploads\/2018\/11\/onglet-documents_.jpg?id=160) !important;}&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1601418168558{margin-bottom: 0px !important;}&#8221;]\n<h1>Resources<\/h1>\n[\/vc_column_text][\/vc_column][\/vc_row][vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;row-padding main-bg&#8221;][vc_column width=&#8221;1\/4&#8243;][vc_wp_custommenu nav_menu=&#8221;49&#8243; el_class=&#8221;sidebar-page-menu&#8221;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_column_text el_class=&#8221;orange&#8221; css=&#8221;.vc_custom_1565977684554{margin-bottom: 0px !important;}&#8221;]\n<h2>Newsletter<\/h2>\n[\/vc_column_text]<script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_17' ><form method='post' enctype='multipart\/form-data'  id='gform_17'  action='\/en\/wp-json\/wp\/v2\/pages\/1479' data-formid='17' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_17' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_17_1\" class=\"gfield gfield--type-text gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_17_1'>Nom<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_17_1' type='text' value='' class='medium'    placeholder='Last Name *' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_17_2\" class=\"gfield gfield--type-text gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_17_2'>Pr\u00e9nom *<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_17_2' type='text' value='' class='medium'    placeholder='First Name *' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_17_3\" class=\"gfield gfield--type-email gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_17_3'>Adresse courriel *<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_17_3' type='email' value='' class='medium'   placeholder='Email *' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_17_4\" class=\"gfield gfield--type-phone gf_right_half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_17_4'>Num\u00e9ro de cellulaire<\/label><div class='ginput_container ginput_container_phone'><input name='input_4' id='input_17_4' type='tel' value='' class='medium'  placeholder='Cell Phone'  aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_17_9\" class=\"gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >I am :<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_17_9'>\n\t\t\t<li class='gchoice gchoice_17_9_0'>\n\t\t\t\t<input name='input_9' type='radio' value='An employee'  id='choice_17_9_0'    \/>\n\t\t\t\t<label for='choice_17_9_0' id='label_17_9_0' class='gform-field-label gform-field-label--type-inline'>An employee<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_17_9_1'>\n\t\t\t\t<input name='input_9' type='radio' value='An employer'  id='choice_17_9_1'    \/>\n\t\t\t\t<label for='choice_17_9_1' id='label_17_9_1' class='gform-field-label gform-field-label--type-inline'>An employer<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_17_9_2'>\n\t\t\t\t<input name='input_9' type='radio' value='Other'  id='choice_17_9_2'    \/>\n\t\t\t\t<label for='choice_17_9_2' id='label_17_9_2' class='gform-field-label gform-field-label--type-inline'>Other<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_17_10\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >I would like to receive the following newsletters<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_17_10'>Please select the choice(s) that apply<\/div><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_17_10'><li class='gchoice gchoice_17_10_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.1' type='checkbox'  value='General'  id='choice_17_10_1'   aria-describedby=\"gfield_description_17_10\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_17_10_1' id='label_17_10_1' class='gform-field-label gform-field-label--type-inline'>General<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_17_10_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.2' type='checkbox'  value='Automotive mechanics'  id='choice_17_10_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_17_10_2' id='label_17_10_2' class='gform-field-label gform-field-label--type-inline'>Automotive mechanics<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_17_10_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.3' type='checkbox'  value='Bodywork'  id='choice_17_10_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_17_10_3' id='label_17_10_3' class='gform-field-label gform-field-label--type-inline'>Bodywork<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_17_10_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.4' type='checkbox'  value='Truck mechanics'  id='choice_17_10_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_17_10_4' id='label_17_10_4' class='gform-field-label gform-field-label--type-inline'>Truck mechanics<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_17_7\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Consent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_17_7'><li class='gchoice gchoice_17_7_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_7.1' type='checkbox'  value='I consent to receive electronic communications.'  id='choice_17_7_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_17_7_1' id='label_17_7_1' class='gform-field-label gform-field-label--type-inline'>I consent to receive electronic communications.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_17_8\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >I consent to receive text messages.<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_17_8'><li class='gchoice gchoice_17_8_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.1' type='checkbox'  value='I consent to receive text messages.'  id='choice_17_8_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_17_8_1' id='label_17_8_1' class='gform-field-label gform-field-label--type-inline'>I consent to receive text messages.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_17' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_17' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_17' id='gform_theme_17' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_17' id='gform_style_settings_17' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_17' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='17' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_17' value='WyJbXSIsImE5N2UxZWJhZmYzMDU3ZDY1NmRkMTdjMGNlNGE4NmIyIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_17' id='gform_target_page_number_17' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_17' id='gform_source_page_number_17' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"30\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 17, 'https:\/\/www.cpamontreal.ca\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_17').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_17');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_17').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_17').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_17').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_17').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_17').val();gformInitSpinner( 17, 'https:\/\/www.cpamontreal.ca\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [17, current_page]);window['gf_submitting_17'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_17').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [17]);window['gf_submitting_17'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_17').text());}else{jQuery('#gform_17').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"17\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_17\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_17\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_17\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 17, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n[\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"<p>[vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;header-image-row&#8221; css=&#8221;.vc_custom_1543437242235{background-image: url(https:\/\/www.cpamontreal.ca\/wp-content\/uploads\/2018\/11\/onglet-documents_.jpg?id=160) !important;}&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1601418168558{margin-bottom: 0px !important;}&#8221;] Resources [\/vc_column_text][\/vc_column][\/vc_row][vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;row-padding main-bg&#8221;][vc_column width=&#8221;1\/4&#8243;][vc_wp_custommenu nav_menu=&#8221;49&#8243; el_class=&#8221;sidebar-page-menu&#8221;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_column_text el_class=&#8221;orange&#8221; css=&#8221;.vc_custom_1565977684554{margin-bottom: 0px !important;}&#8221;] Newsletter [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":24,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":[],"_tribe_ticket_has_attendee_info_fields":false,"footnotes":""},"class_list":["post-1479","page","type-page","status-publish","hentry"],"acf":[],"ams_acf":[],"_links":{"self":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages\/1479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/comments?post=1479"}],"version-history":[{"count":2,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages\/1479\/revisions"}],"predecessor-version":[{"id":1998,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages\/1479\/revisions\/1998"}],"wp:attachment":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/media?parent=1479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}