{"id":1154,"date":"2022-11-07T18:59:16","date_gmt":"2022-11-07T23:59:16","guid":{"rendered":"https:\/\/pondinlet.ca\/?page_id=1154"},"modified":"2022-11-07T19:15:34","modified_gmt":"2022-11-08T00:15:34","slug":"service-request-ticket","status":"publish","type":"page","link":"https:\/\/pondinlet.ca\/in\/service-request-ticket\/","title":{"rendered":"Service Request Ticket"},"content":{"rendered":"<p>&nbsp;<\/p>\n\t\t\t<div id=\"wpsc-container\" style=\"display:none;\">\n\t\t\t\t<div class=\"wpsc-shortcode-container\" style=\"border: none !important;\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wpsc-body\"><\/div>\n\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"wpsc-page-snippets\" style=\"display: none;\">\n\t\t\t\t<div class=\"wpsc-editor-attachment upload-waiting\">\n\t\t\t\t\t<div class=\"attachment-label\"><\/div>\n\t\t\t\t\t<div class=\"attachment-remove\" onclick=\"wpsc_remove_attachment(this)\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"svg-inline--fa fa-times fa-w-11\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 352 512\"><path fill=\"currentColor\" d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"attachment-waiting\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t\/**\n\t\t\t\t * Get create ticket form\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_ticket_form() {\n\n\t\t\t\t\tif (wpsc_is_description_text()) {\n\t\t\t\t\t\tif ( confirm(supportcandy.translations.warning_message)) {\n\t\t\t\t\t\t\tcurrent_ticket = jQuery('#wpsc-current-ticket').val();\n\t\t\t\t\t\t\twpsc_clear_saved_draft_reply( current_ticket );\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\tif (supportcandy.is_reload != 1) {\n\t\t\t\t\t\twpsc_scroll_top();\n\t\t\t\t\t} else { supportcandy.is_reload = 0 }\n\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_ticket_form',\n\t\t\t\t\t\t_ajax_nonce: supportcandy.nonce\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get individual ticket\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_individual_ticket(id) {\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.ticket_list);\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'ticket-list');\n\t\t\t\t\tsearch_params.set('ticket-id', id);\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\t\/\/ set flag to differenciate between ticket list and individual ticket\n\t\t\t\t\tsupportcandy.ticketListIsIndividual = true;\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_individual_ticket',\n\t\t\t\t\t\tticket_id: id,\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t<\/script>\n\t\t\t\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_mc_calendar":[],"footnotes":""},"class_list":["post-1154","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Service Request Ticket - Hamlet of Pond Inlet<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pondinlet.ca\/in\/service-request-ticket\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Service Request Ticket - Hamlet of Pond Inlet\" \/>\n<meta property=\"og:description\" content=\"&nbsp;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pondinlet.ca\/in\/service-request-ticket\/\" \/>\n<meta property=\"og:site_name\" content=\"Hamlet of Pond Inlet\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hamletofpondinlet\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-08T00:15:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pondinlet.ca\/wp-content\/uploads\/2022\/10\/HOPI_Logo_Redrawn.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@pondinlet\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/service-request-ticket\\\/\",\"url\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/service-request-ticket\\\/\",\"name\":\"Service Request Ticket - Hamlet of Pond Inlet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/#website\"},\"datePublished\":\"2022-11-07T23:59:16+00:00\",\"dateModified\":\"2022-11-08T00:15:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/service-request-ticket\\\/#breadcrumb\"},\"inLanguage\":\"in-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pondinlet.ca\\\/in\\\/service-request-ticket\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/service-request-ticket\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Service Request Ticket\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/#website\",\"url\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/\",\"name\":\"Hamlet of Pond Inlet\",\"description\":\"Gateway to the Northern Passage\",\"publisher\":{\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"in-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/#organization\",\"name\":\"Hamlet of Pond Inlet\",\"url\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"in-CA\",\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pondinlet.ca\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/HOPI_Logo_Redrawn.png\",\"contentUrl\":\"https:\\\/\\\/pondinlet.ca\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/HOPI_Logo_Redrawn.png\",\"width\":512,\"height\":512,\"caption\":\"Hamlet of Pond Inlet\"},\"image\":{\"@id\":\"https:\\\/\\\/pondinlet.ca\\\/in\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hamletofpondinlet\",\"https:\\\/\\\/x.com\\\/pondinlet\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Service Request Ticket - Hamlet of Pond Inlet","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pondinlet.ca\/in\/service-request-ticket\/","og_locale":"en_US","og_type":"article","og_title":"Service Request Ticket - Hamlet of Pond Inlet","og_description":"&nbsp;","og_url":"https:\/\/pondinlet.ca\/in\/service-request-ticket\/","og_site_name":"Hamlet of Pond Inlet","article_publisher":"https:\/\/www.facebook.com\/hamletofpondinlet","article_modified_time":"2022-11-08T00:15:34+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/pondinlet.ca\/wp-content\/uploads\/2022\/10\/HOPI_Logo_Redrawn.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@pondinlet","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pondinlet.ca\/in\/service-request-ticket\/","url":"https:\/\/pondinlet.ca\/in\/service-request-ticket\/","name":"Service Request Ticket - Hamlet of Pond Inlet","isPartOf":{"@id":"https:\/\/pondinlet.ca\/in\/#website"},"datePublished":"2022-11-07T23:59:16+00:00","dateModified":"2022-11-08T00:15:34+00:00","breadcrumb":{"@id":"https:\/\/pondinlet.ca\/in\/service-request-ticket\/#breadcrumb"},"inLanguage":"in-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pondinlet.ca\/in\/service-request-ticket\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pondinlet.ca\/in\/service-request-ticket\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pondinlet.ca\/in\/"},{"@type":"ListItem","position":2,"name":"Service Request Ticket"}]},{"@type":"WebSite","@id":"https:\/\/pondinlet.ca\/in\/#website","url":"https:\/\/pondinlet.ca\/in\/","name":"Hamlet of Pond Inlet","description":"Gateway to the Northern Passage","publisher":{"@id":"https:\/\/pondinlet.ca\/in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pondinlet.ca\/in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"in-CA"},{"@type":"Organization","@id":"https:\/\/pondinlet.ca\/in\/#organization","name":"Hamlet of Pond Inlet","url":"https:\/\/pondinlet.ca\/in\/","logo":{"@type":"ImageObject","inLanguage":"in-CA","@id":"https:\/\/pondinlet.ca\/in\/#\/schema\/logo\/image\/","url":"https:\/\/pondinlet.ca\/wp-content\/uploads\/2022\/10\/HOPI_Logo_Redrawn.png","contentUrl":"https:\/\/pondinlet.ca\/wp-content\/uploads\/2022\/10\/HOPI_Logo_Redrawn.png","width":512,"height":512,"caption":"Hamlet of Pond Inlet"},"image":{"@id":"https:\/\/pondinlet.ca\/in\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hamletofpondinlet","https:\/\/x.com\/pondinlet"]}]}},"_links":{"self":[{"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/pages\/1154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/comments?post=1154"}],"version-history":[{"count":5,"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/pages\/1154\/revisions"}],"predecessor-version":[{"id":1161,"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/pages\/1154\/revisions\/1161"}],"wp:attachment":[{"href":"https:\/\/pondinlet.ca\/in\/wp-json\/wp\/v2\/media?parent=1154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}