{"id":50547,"date":"2010-11-19T17:43:15","date_gmt":"2010-11-19T14:43:15","guid":{"rendered":"https:\/\/www.altoros.com\/blog\/?p=50547"},"modified":"2024-09-23T08:29:05","modified_gmt":"2024-09-23T05:29:05","slug":"how-to-exchange-data-with-a-mobile-client-when-it-is-offline","status":"publish","type":"post","link":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/","title":{"rendered":"How to Exchange Data with a Mobile Client Offline?"},"content":{"rendered":"<p><center><small>(<a href=\"https:\/\/commons.wikimedia.org\/wiki\/File:Geolocalisation.png\" rel=\"noopener\" target=\"_blank\">Featured image credit<\/a>)<\/small><\/center><\/p>\n<p>&nbsp;<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_79_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#About_the_project\" >About the project<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#The_offline_mode\" >The offline mode<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#Choosing_the_data_to_be_transmitted\" >Choosing the data to be transmitted<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#Enabling_data_accuracy\" >Enabling data accuracy<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#Further_reading\" >Further reading<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"About_the_project\"><\/span>About the project<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>In the previous <a href=\"https:\/\/www.altoros.com\/blog\/how-to-omit-inaccuracy-in-receiving-position-and-distance-data-from-gps\/\">blog post<\/a>, we explored how to achieve accuracy when receiving position and distance data from GPS. This blog post shares project details of the logistics application created by engineers at Altoros on the customer&#8217;s request. The purpose of the application was to exchange data with a mobile client used by the company\u2019s cargo vehicles. The mobile client tracked the driver\u2019s location and sent it to the server. This data, including the distance covered by the vehicle, was graphically presented on a visual map in real time. The solution also helped calculate the distance, fuel costs, and other expenses.<\/p>\n<p>We discovered that natural inaccuracies in getting coordinates through GPS influenced both the route displayed and the database load. To avoid saving redundant data, we decided to filter it out on the level of the application architecture.<\/p>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"The_offline_mode\"><\/span>The offline mode<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Since the mobile client does not always work in the online mode, you can hardly exchange data with it in real time constantly. The signal may disappear due to the absence of satellites, poor weather conditions, or extreme locations, such as a winding road up in the mountains, a tunnel, etc. Therefore, there existed the need to figure out what data needs to be sent to the server when the device is back online.<\/p>\n<p>If a truck is moving with its average speed during the period being offline, then all the data sent when the online mode is on stays relevant. However, if the truck is stuck in a traffic jam, moves very slowly, or stays in a parking lot, the device keeps recording multiple cargo coordinates within a certain range. This data is thought to be redundant and inaccurate. This way, there is no need data is saved in the offline mode and then sent to the server. Otherwise, the route will be displayed incorrectly, causing database redundancy and a heavy traffic load.<\/p>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Choosing_the_data_to_be_transmitted\"><\/span>Choosing the data to be transmitted<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>To solve this issue, we decided to have the mobile client save only those coordinates that comply with certain criteria.<\/p>\n<ul>\n<li style=\"margin-bottom: 6px;\">Coordinates should be recorded every 30 seconds, provided that the location of the cargo has changed over 100 meters during this period of time. Otherwise, the mobile client should wait for another 30 seconds.<\/li>\n<li style=\"margin-bottom: 6px;\">If the 100-meter limit is not reached every 30 seconds, the coordinate may never be recorded at all. That is why the initial coordinates of the cargo should also be taken into account. The coordinate should be recorded, disregarding the time limits if it exceeds 100 meters from the position where we started tracking the vehicle\u2019s route.<\/li>\n<li style=\"margin-bottom: 6px;\">We wanted the position data to be accurate within 50 meters. So, the position is not recorded if it was captured with less than three satellites. In this case, the coordinates cannot be detected with a given accuracy.<\/li>\n<\/ul>\n<p>New settings helped to minimize the number of coordinates recorded by the handheld device. Now, only the data that has been filtered out by the mobile client will be sent to the server.<\/p>\n<p>This allowed the logistics application to reduce data redundancy and traffic load, display the route on the visual map correctly, and calculate the exact distance covered by the vehicle.<\/p>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Enabling_data_accuracy\"><\/span>Enabling data accuracy<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The solution proved to be beneficial not only from the technical side. Providing accurate data from the handheld terminal allows calculating the distance passed by the vehicle more precisely. This enabled the customer\u2019s account managers to calculate fuel costs and driver\u2019s salary correctly. In addition, the solution allowed for cutting down hosting and bandwidth fees, as the traffic load was also significantly reduced when sending this data to the server.<\/p>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Further_reading\"><\/span>Further reading<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<ul>\n<li><a href=\"https:\/\/www.altoros.com\/blog\/how-to-omit-inaccuracy-in-receiving-position-and-distance-data-from-gps\/\">How to Omit Inaccuracy in Receiving Position and Distance Data from GPS?<\/a><\/li>\n<li><a href=\"https:\/\/www.altoros.com\/blog\/a-cross-platform-air-3-5-app-created-as-a-hobby-got-published-in-itunes-and-google-play\/\">A Cross-Platform AIR 3.5 App Created as a Hobby Got Published in iTunes and Google Play<\/a><\/li>\n<li><a href=\"https:\/\/www.altoros.com\/blog\/mandrill-free-smtp-server-for-applications-2\/\" target=\"_blank\" rel=\"noopener noreferrer\">Mandrill\u2014a Free SMTP Server for Applications<\/a><\/li>\n<\/ul>\n<hr \/>\n<p><center><small>The post was written by <a href=\"https:\/\/www.linkedin.com\/in\/stepanch\/\" rel=\"noopener\" target=\"_blank\">Stepan Churyukanov<\/a> and <a href=\"https:\/\/www.altoros.com\/blog\/author\/igorzubchenok\/\">Igor Zubchenok<\/a>,<br \/>\nedited by <a href=\"https:\/\/www.altoros.com\/blog\/author\/ekaterina\/\">Katherine Vasilega<\/a> and <a href=\"https:\/\/www.altoros.com\/blog\/author\/alex\/\">Alex Khizhniak<\/a>.<\/small><\/center><\/p>\n","protected":false},"excerpt":{"rendered":"<p>(Featured image credit)<\/p>\n<p>&nbsp;<\/p>\n<p>About the project<\/p>\n<p>In the previous blog post, we explored how to achieve accuracy when receiving position and distance data from GPS. This blog post shares project details of the logistics application created by engineers at Altoros on the customer&#8217;s request. The purpose of the application was to exchange [&#8230;]<\/p>\n","protected":false},"author":69,"featured_media":67870,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[214],"tags":[1043,895],"class_list":["post-50547","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-logistics","tag-research-and-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Exchange Data with a Mobile Client Offline? | Altoros<\/title>\n<meta name=\"description\" content=\"Learn how to enable accuracy, while exchanging mobile data in the online and offline modes, thus reducing logistics costs.\" \/>\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.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Exchange Data with a Mobile Client Offline? | Altoros\" \/>\n<meta property=\"og:description\" content=\"(Featured image credit) &nbsp; About the project In the previous blog post, we explored how to achieve accuracy when receiving position and distance data from GPS. This blog post shares project details of the logistics application created by engineers at Altoros on the customer&#8217;s request. The purpose of the application was to exchange [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/\" \/>\n<meta property=\"og:site_name\" content=\"Altoros\" \/>\n<meta property=\"article:published_time\" content=\"2010-11-19T14:43:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-23T05:29:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1473\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Igor Zubchenok\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Igor Zubchenok\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/\",\"url\":\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/\",\"name\":\"How to Exchange Data with a Mobile Client Offline? | Altoros\",\"isPartOf\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png\",\"datePublished\":\"2010-11-19T14:43:15+00:00\",\"dateModified\":\"2024-09-23T05:29:05+00:00\",\"author\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/4ec19c813b8bbfa62cbd87a09aad845a\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#primaryimage\",\"url\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png\",\"contentUrl\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png\",\"width\":2000,\"height\":1473},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.altoros.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Exchange Data with a Mobile Client Offline?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.altoros.com\/blog\/#website\",\"url\":\"https:\/\/www.altoros.com\/blog\/\",\"name\":\"Altoros\",\"description\":\"Insight\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.altoros.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/4ec19c813b8bbfa62cbd87a09aad845a\",\"name\":\"Igor Zubchenok\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2020\/04\/Igor-Zubchenok-96x96.jpg\",\"contentUrl\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2020\/04\/Igor-Zubchenok-96x96.jpg\",\"caption\":\"Igor Zubchenok\"},\"description\":\"Igor Zubchenok is a project manager at Altoros, responsible for leading the .NET and C++ teams. He is highly knowledgeable about software engineering, algorithms design, and Java-based development.\",\"url\":\"https:\/\/www.altoros.com\/blog\/author\/igorzubchenok\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Exchange Data with a Mobile Client Offline? | Altoros","description":"Learn how to enable accuracy, while exchanging mobile data in the online and offline modes, thus reducing logistics costs.","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.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/","og_locale":"en_US","og_type":"article","og_title":"How to Exchange Data with a Mobile Client Offline? | Altoros","og_description":"(Featured image credit) &nbsp; About the project In the previous blog post, we explored how to achieve accuracy when receiving position and distance data from GPS. This blog post shares project details of the logistics application created by engineers at Altoros on the customer&#8217;s request. The purpose of the application was to exchange [...]","og_url":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/","og_site_name":"Altoros","article_published_time":"2010-11-19T14:43:15+00:00","article_modified_time":"2024-09-23T05:29:05+00:00","og_image":[{"width":2000,"height":1473,"url":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png","type":"image\/png"}],"author":"Igor Zubchenok","twitter_misc":{"Written by":"Igor Zubchenok","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/","url":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/","name":"How to Exchange Data with a Mobile Client Offline? | Altoros","isPartOf":{"@id":"https:\/\/www.altoros.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#primaryimage"},"image":{"@id":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#primaryimage"},"thumbnailUrl":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png","datePublished":"2010-11-19T14:43:15+00:00","dateModified":"2024-09-23T05:29:05+00:00","author":{"@id":"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/4ec19c813b8bbfa62cbd87a09aad845a"},"breadcrumb":{"@id":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#primaryimage","url":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png","contentUrl":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/11\/gps-geolocalisation-wiki.png","width":2000,"height":1473},{"@type":"BreadcrumbList","@id":"https:\/\/www.altoros.com\/blog\/how-to-exchange-data-with-a-mobile-client-when-it-is-offline\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.altoros.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Exchange Data with a Mobile Client Offline?"}]},{"@type":"WebSite","@id":"https:\/\/www.altoros.com\/blog\/#website","url":"https:\/\/www.altoros.com\/blog\/","name":"Altoros","description":"Insight","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.altoros.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/4ec19c813b8bbfa62cbd87a09aad845a","name":"Igor Zubchenok","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2020\/04\/Igor-Zubchenok-96x96.jpg","contentUrl":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2020\/04\/Igor-Zubchenok-96x96.jpg","caption":"Igor Zubchenok"},"description":"Igor Zubchenok is a project manager at Altoros, responsible for leading the .NET and C++ teams. He is highly knowledgeable about software engineering, algorithms design, and Java-based development.","url":"https:\/\/www.altoros.com\/blog\/author\/igorzubchenok\/"}]}},"_links":{"self":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts\/50547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/users\/69"}],"replies":[{"embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/comments?post=50547"}],"version-history":[{"count":14,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts\/50547\/revisions"}],"predecessor-version":[{"id":67878,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts\/50547\/revisions\/67878"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/media\/67870"}],"wp:attachment":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/media?parent=50547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/categories?post=50547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/tags?post=50547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}