{"id":4413,"date":"2014-01-10T18:18:29","date_gmt":"2014-01-10T12:48:29","guid":{"rendered":"http:\/\/live-42gears-site.pantheonsite.io\/blog\/?p=4413"},"modified":"2023-01-04T07:29:41","modified_gmt":"2023-01-04T07:29:41","slug":"surefox-ios-javascript-api","status":"publish","type":"post","link":"https:\/\/www.42gears.com\/nl\/blog\/surefox-ios-javascript-api\/","title":{"rendered":"SureFox iOS Javascript API"},"content":{"rendered":"<table width=\"210\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: left;\" colspan=\"2\" width=\"128\" height=\"20\"><span style=\"color: #585858; font-size: small;\"><strong>Applies to<\/strong><\/span>:<\/td>\n<\/tr>\n<tr>\n<td height=\"20\"><span style=\"color: #0080ff; font-size: small;\"><strong>Product<\/strong><\/span><\/td>\n<td height=\"20\"><strong><span style=\"color: #fe8f8f; font-size: small;\">SureFox<\/span><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\" height=\"20\"><span style=\"color: #0080ff; font-size: small;\"><strong>Platform<\/strong><\/span><\/td>\n<td height=\"20\"><strong><span style=\"color: #fe8f8f; font-size: small;\">iOS<\/span><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><strong><a title=\"SureFox for iOS\" href=\"http:\/\/live-42gears-site.pantheonsite.io\/surefox\/surefox_ios.html\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #045fb4;\"><span style=\"text-decoration: underline;\">SureFox iOS<\/span><\/span><\/a><\/strong> now comes with built-in set of Javascript APIs. Embed them in your web application to&nbsp;perform&nbsp;variety&nbsp;of actions such as&nbsp;refreshing the page or resetting SureFox Idle Timer.<\/p>\n<p>In order to use these methods, make changes in your web page by making functions as: <em>window.location = \u201c<\/em><em><span style=\"color: #688a08;\">sfcallback:reload<\/span>\u201d<\/em><\/p>\n<p>List of methods available:<\/p>\n<table width=\"638\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<thead>\n<tr>\n<td valign=\"top\" width=\"167\">\n<p align=\"center\"><strong>Method<\/strong><\/p>\n<\/td>\n<td valign=\"top\" width=\"269\">\n<p align=\"center\"><strong>Syntax<\/strong><\/p>\n<\/td>\n<td valign=\"top\" width=\"203\">\n<p align=\"center\"><strong>Description<\/strong><\/p>\n<\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td valign=\"top\" width=\"167\">reload<\/td>\n<td valign=\"top\" width=\"269\">sfcallback:reload<\/td>\n<td valign=\"top\" width=\"203\">Reloads current page<\/td>\n<\/tr>\n<tr>\n<td width=\"167\">home<\/td>\n<td width=\"269\">sfcallback:home<\/td>\n<td valign=\"top\" width=\"203\">Go to Home or Run at startup page<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"167\">resetSureFoxIdleTimer<\/td>\n<td valign=\"top\" width=\"269\">sfcallback:resetSureFoxIdleTimer<\/td>\n<td valign=\"top\" width=\"203\">Resets the Idle Timer of SureFox<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"167\">getuuid<\/td>\n<td valign=\"top\" width=\"269\">sfcallback:getuuid:printuuid<\/td>\n<td valign=\"top\" width=\"203\">Get Device Unique ID<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Examples:<\/p>\n<p><strong>Reload Current WebPage onClick():<\/strong><\/p>\n<div style=\"font-size: 10px; width: 710px; height: 700px; overflow: auto; border: 1px dashed #000000;\">\n<p>&nbsp;&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>&lt;style type=&#8221;text\/css&#8221;&gt;<\/p>\n<p>&nbsp;<\/p>\n<p>&lt;\/&lt;style&gt;<\/p>\n<p>&lt;script type=&#8221;text\/javascript&#8221;&gt;<\/p>\n<p>function refreshNow()<\/p>\n<p>{<\/p>\n<p>window.location = &#8220;sfcallback:reload&#8221;;<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body&gt;<\/p>\n<p>&lt;div &gt;<\/p>\n<p>&lt;span style=&#8221;width:116px;margin-bottom:10px;&#8221;<\/p>\n<p>onclick=&#8221;refreshNow()&#8221;&gt;Refresh Now&lt;\/span&gt;<\/p>\n<p>&lt;\/div&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<\/div>\n<p><strong>Go to Home Page \/ Home Screen onClick():<\/strong><\/p>\n<div style=\"font-size: 10px; width: 710px; height: 650px; overflow: auto; border: 1px dashed #000000;\">\n<p>&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>&lt;script type=&#8221;text\/javascript&#8221;&gt;<\/p>\n<p>function goHome()<\/p>\n<p>{<\/p>\n<p>window.location = &#8220;sfcallback:home&#8221;;<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body&gt;<\/p>\n<p>&lt;div &gt;<\/p>\n<p>&lt;span style=&#8221;width:116px;margin-bottom:10px;&#8221;<\/p>\n<p>onclick=\u201cgoHome()&#8221;&gt;Go Home&lt;\/span&gt;<\/p>\n<p>&lt;\/div&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<\/div>\n<p><strong>Reset SureFox IdleTimer<\/strong>: In example, on page load a timer starts which calls \u201c<em>resetSureFoxIdleTimer<\/em>\u201d after the given time interval. If the SureFox IdleTimeout value is more than the interval, this script will cancel SureFox Idle Timer.<\/p>\n<div style=\"font-size: 10px; width: 710px; height: 780px; overflow: auto; border: 1px dashed #000000;\">\n<p>&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>&lt;script type=\u201ctext\/javascript&#8221;&gt;<\/p>\n<p>function resetSureFoxIdleTimer()<\/p>\n<p>{<\/p>\n<p>window.location = &#8220;sfcallback:resetSureFoxIdleTimer&#8221;;<\/p>\n<p>}<\/p>\n<p>var count = 30;<\/p>\n<p>function autoResetIdleTimer(){<\/p>\n<p>setInterval(function(){<\/p>\n<p>if(count==0){<\/p>\n<p>resetSureFoxIdleTimer();<\/p>\n<p>count = 30;<\/p>\n<p>}<\/p>\n<p>count&#8211;;<\/p>\n<p>},1000);<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body onload=\u201cautoResetIdleTimer()&#8221;&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<\/div>\n<p><strong>Get Unique Device ID <\/strong>: Once the function (printuuid) mentioned below gets implemented, we can do anything with the UUID. In our example, we have done an alert. Give any function name (printuuid, printUUID, print1 etc.) however not name the function as \u201cprint\u201c (it will call the print function of the browser).<\/p>\n<div style=\"font-size: 10px; width: 710px; height: 780px; overflow: auto; border: 1px dashed #000000;\">\n<p>&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>&lt;script type=&#8221;text\/javascript&#8221;&gt;<\/p>\n<p>function getUUID()<\/p>\n<p>{<\/p>\n<p>window.location=&#8221;sfcallback:getuuid:print1&#8243;;<\/p>\n<p>}<\/p>\n<p>function print1(uuid)<\/p>\n<p>{<\/p>\n<p>alert(uuid);<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body&gt;<\/p>\n<p>&lt;button onclick=&#8221;getUUID()&#8221; style=&#8217;width:50px;height:50px;&#8217;\/&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<\/div>\n<p>For any more details contact us on&nbsp;<a href=\"mailto:techsupport@42gears.com\"><span style=\"color: #045fb4;\">techsupport@42gears.com<\/span><\/a><\/p>\n<p>For free trail, <a title=\"Download SureFox for iOS\" href=\"http:\/\/live-42gears-site.pantheonsite.io\/surefox\/surefox_ios.html\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #045fb4;\">click here<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Applies to: Product SureFox Platform iOS &nbsp; SureFox iOS now comes with built-in set of Javascript APIs. Embed them in your web application to&nbsp;perform&nbsp;variety&nbsp;of actions such as&nbsp;refreshing the page or resetting SureFox Idle Timer. In order to use these methods, make changes in your web page by making functions as: window.location = \u201csfcallback:reload\u201d List of&hellip;<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[39,12,16],"tags":[172,13,175,15],"class_list":["post-4413","post","type-post","status-publish","format-standard","hentry","category-development","category-ios","category-surefox","tag-apis","tag-ios","tag-script","tag-surefox"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v24.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SureFox iOS Javascript API - 42Gears Mobility Systems<\/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:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SureFox iOS Javascript API\" \/>\n<meta property=\"og:description\" content=\"Applies to: Product SureFox Platform iOS &nbsp; SureFox iOS now comes with built-in set of Javascript APIs. Embed them in your web application to&nbsp;perform&nbsp;variety&nbsp;of actions such as&nbsp;refreshing the page or resetting SureFox Idle Timer. In order to use these methods, make changes in your web page by making functions as: window.location = \u201csfcallback:reload\u201d List of&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/\" \/>\n<meta property=\"og:site_name\" content=\"42Gears Mobility Systems\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/42gears\" \/>\n<meta property=\"article:published_time\" content=\"2014-01-10T12:48:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-04T07:29:41+00:00\" \/>\n<meta name=\"author\" content=\"42Gears Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@42Gears\" \/>\n<meta name=\"twitter:site\" content=\"@42Gears\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"42Gears Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/surefox-ios-javascript-api\/\"},\"author\":{\"name\":\"42Gears Team\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\"},\"headline\":\"SureFox iOS Javascript API\",\"datePublished\":\"2014-01-10T12:48:29+00:00\",\"dateModified\":\"2023-01-04T07:29:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/surefox-ios-javascript-api\/\"},\"wordCount\":437,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"keywords\":[\"APIs\",\"iOS\",\"script\",\"SureFox\"],\"articleSection\":[\"Development\",\"iOS\",\"SureFox\"],\"inLanguage\":\"nl\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/surefox-ios-javascript-api\/\",\"url\":\"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/\",\"name\":\"SureFox iOS Javascript API - 42Gears Mobility Systems\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/#website\"},\"datePublished\":\"2014-01-10T12:48:29+00:00\",\"dateModified\":\"2023-01-04T07:29:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#breadcrumb\"},\"inLanguage\":\"nl\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.42gears.com\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SureFox iOS Javascript API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.42gears.com\/#website\",\"url\":\"https:\/\/www.42gears.com\/\",\"name\":\"42Gears Mobility Systems\",\"description\":\"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown\",\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.42gears.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.42gears.com\/#organization\",\"name\":\"MDM - 42Gears\",\"url\":\"https:\/\/www.42gears.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"contentUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"width\":499,\"height\":330,\"caption\":\"MDM - 42Gears\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/42gears\",\"https:\/\/x.com\/42Gears\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\",\"name\":\"42Gears Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"caption\":\"42Gears Team\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SureFox iOS Javascript API - 42Gears Mobility Systems","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:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/","og_locale":"nl_NL","og_type":"article","og_title":"SureFox iOS Javascript API","og_description":"Applies to: Product SureFox Platform iOS &nbsp; SureFox iOS now comes with built-in set of Javascript APIs. Embed them in your web application to&nbsp;perform&nbsp;variety&nbsp;of actions such as&nbsp;refreshing the page or resetting SureFox Idle Timer. In order to use these methods, make changes in your web page by making functions as: window.location = \u201csfcallback:reload\u201d List of&hellip;","og_url":"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/","og_site_name":"42Gears Mobility Systems","article_publisher":"https:\/\/www.facebook.com\/42gears","article_published_time":"2014-01-10T12:48:29+00:00","article_modified_time":"2023-01-04T07:29:41+00:00","author":"42Gears Team","twitter_card":"summary_large_image","twitter_creator":"@42Gears","twitter_site":"@42Gears","twitter_misc":{"Written by":"42Gears Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#article","isPartOf":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/surefox-ios-javascript-api\/"},"author":{"name":"42Gears Team","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d"},"headline":"SureFox iOS Javascript API","datePublished":"2014-01-10T12:48:29+00:00","dateModified":"2023-01-04T07:29:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/surefox-ios-javascript-api\/"},"wordCount":437,"commentCount":0,"publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"keywords":["APIs","iOS","script","SureFox"],"articleSection":["Development","iOS","SureFox"],"inLanguage":"nl","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.42gears.com\/fr\/blog\/surefox-ios-javascript-api\/","url":"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/","name":"SureFox iOS Javascript API - 42Gears Mobility Systems","isPartOf":{"@id":"https:\/\/www.42gears.com\/#website"},"datePublished":"2014-01-10T12:48:29+00:00","dateModified":"2023-01-04T07:29:41+00:00","breadcrumb":{"@id":"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#breadcrumb"},"inLanguage":"nl","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.42gears.com\/blog\/surefox-ios-javascript-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.42gears.com\/nl\/"},{"@type":"ListItem","position":2,"name":"SureFox iOS Javascript API"}]},{"@type":"WebSite","@id":"https:\/\/www.42gears.com\/#website","url":"https:\/\/www.42gears.com\/","name":"42Gears Mobility Systems","description":"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown","publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.42gears.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl"},{"@type":"Organization","@id":"https:\/\/www.42gears.com\/#organization","name":"MDM - 42Gears","url":"https:\/\/www.42gears.com\/","logo":{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","contentUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","width":499,"height":330,"caption":"MDM - 42Gears"},"image":{"@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/42gears","https:\/\/x.com\/42Gears"]},{"@type":"Person","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d","name":"42Gears Team","image":{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","caption":"42Gears Team"}}]}},"author_meta":{"ID":"7","user_nicename":"42gears","user_email":"42gears@gmail.com","user_registered":"2015-07-15 04:55:37","display_name":"42Gears Team","first_name":"42Gears","last_name":"Team"},"_links":{"self":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts\/4413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/comments?post=4413"}],"version-history":[{"count":2,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts\/4413\/revisions"}],"predecessor-version":[{"id":84922,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts\/4413\/revisions\/84922"}],"wp:attachment":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/media?parent=4413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/categories?post=4413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/tags?post=4413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}