{"id":3575,"date":"2019-03-25T17:44:57","date_gmt":"2019-03-25T20:44:57","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/"},"modified":"2019-07-04T17:01:26","modified_gmt":"2019-07-04T20:01:26","slug":"using-the-viewer-in-elipse-e3-chapter-1-viewer-settings","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/","title":{"rendered":"Using the Viewer in Elipse E3: Chapter 1 &#8211; Viewer Settings."},"content":{"rendered":"<div align=\"justify\">\n<p><b><span style=\"color: #3366ff; font-size: large;\">Inactivity<\/span><\/b><\/p>\n<p>With the Viewer&#8217;s inactivity tool, you can set up actions to be executed if the computer is idle for a while. This feature is similar to Window&#8217;s screen saving.<\/p>\n<p>To set up this feature, follow these procedures:<\/p>\n<ul>\n<li>Access the Viewer&#8217;s properties at <b>Viewer <\/b>page.<\/li>\n<li>Enable and choose the inactivity time.<\/li>\n<\/ul>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/1.png\" alt=\"\" width=\"334\" height=\"33\" align=\"Baseline\" border=\"0\" \/><\/div>\n<ul>\n<li>At the Viewer&#8217;s scripts tool, create a script at <i>OnInactive <\/i>event.<\/li>\n<\/ul>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/2.png\" alt=\"\" width=\"301\" height=\"140\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p><b><span style=\"color: #3366ff; font-size: large;\">Communication<\/span><\/b><\/p>\n<p>By default, whenever a communication error occurs, the screen objects will display the <b><i>???<\/i><\/b> text. To disable this option or to change the text, follow these procedures:<\/p>\n<ul>\n<li>Access the Viewer&#8217;s properties.<\/li>\n<li>On <b>Communication errors<\/b> tab, either uncheck <b>View communication errors<\/b> option or change the text displayed.<\/li>\n<\/ul>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/3.png\" alt=\"\" width=\"328\" height=\"230\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p><span style=\"font-size: large;\"><b><span style=\"color: #3366ff;\">Dedicated computer <\/span><\/b><\/span><\/p>\n<p>You can set up your workstation to be dedicated to the supervisory. This will keep the operator from minimizing, closing, or accessing other programs, and only an administrator will be able to leave the application.<\/p>\n<p>To do so, check the <b>Disable task switching<\/b> option at the Viewer&#8217;s properties.<\/p>\n<div align=\"center\">\u00a0<img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/4.png\" alt=\"\" width=\"328\" height=\"272\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>When task switching is disabled, no screen&#8217;s title bar will display the <b>Minimize <\/b>and <b>Close <\/b>buttons.<\/p>\n<p>This property can be edited at run time by calling the <i>SetDisableTaskSwitching <\/i>method of the Viewer&#8217;s <b>_Top<\/b> frame. To do so, follow these procedures:<\/p>\n<ul>\n<li>Insert a button onto a screen and create a script at <i>Click <\/i>event.<\/li>\n<li>Open the AppBrowser and locate <b>_Top<\/b>, which is inside the Viewer.<\/li>\n<li>To your right, select <i>SetDisableTaskSwitching <\/i>method and paste it to the script.<\/li>\n<li>Change the parameter to True if you want to enable the restriction, and False to disable it.<\/li>\n<\/ul>\n<p>Script examples:<\/p>\n<div align=\"left\"><span style=\"font-family: Courier New;\">&#8216;Disable task switching <\/span><br \/>\n<span style=\"font-family: Courier New;\">Application.Item(&#8220;_top&#8221;).SetDisableTaskSwitching true<\/span><\/p>\n<p><span style=\"font-family: Courier New;\">&#8216;Enable task switching<\/span><br \/>\n<span style=\"font-family: Courier New;\">Application.Item(&#8220;_top&#8221;).SetDisableTaskSwitching false<\/span><\/div>\n<p>This method (<i>SetDisableTaskSwitching<\/i>) has been available at Elipse E3 since version 3.2.<\/p>\n<p><span style=\"font-size: large;\"><b><span style=\"color: #3366ff;\">Formatting screens <\/span><\/b><\/span><\/p>\n<p>To format the title bar, there are two possibilities:<\/p>\n<p><b>Setting up all screens <\/b><\/p>\n<p>By default, all screens follow the Viewer settings.<\/p>\n<ul>\n<li>At the Organizer, access the Viewer&#8217;s properties.<\/li>\n<li>At <b>Settings<\/b>, choose the desired options.<\/li>\n<\/ul>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/5.png\" alt=\"\" width=\"372\" height=\"142\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p><b>Setting up the screen to be opened <\/b><\/p>\n<p>When you call a screen via scripts, you can change the settings&#8217; parameters.<\/p>\n<ul>\n<li>Create a button with a script using <b>Open Screen<\/b> pick.<\/li>\n<li>Select the screen to be opened.<\/li>\n<li>Click <b>Window style<\/b> button.<\/li>\n<\/ul>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/6.png\" alt=\"\" width=\"483\" height=\"367\" align=\"Baseline\" border=\"0\" \/><\/div>\n<ul>\n<li>Uncheck <b>Use default window settings<\/b> option and choose the desired options for these settings.<\/li>\n<\/ul>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/7.png\" alt=\"\" width=\"289\" height=\"426\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>These settings will be applied only on the window being called.<\/p>\n<p><span style=\"color: #3366ff; font-size: large;\"><b>Windows taskbar<\/b><\/span><\/p>\n<p>To hide the Windows taskbar, uncheck the <b>Title Bar<\/b> option at the Viewer&#8217;s properties. This causes it to be displayed on full screen, thus automatically hiding the Windows taskbar.<\/p>\n<p><b><span style=\"color: #3366ff; font-size: large;\">E3Cache<\/span><\/b><\/p>\n<p>Whenever an application is running and a Viewer\/WebViewer is opened pointing to the E3Server, the <b>E3Cache <\/b>folder will be created in the <b>%TEMP%<\/b> directory (or in any folder specified by the user when the Viewer\/WebViewer is executed via command line) in the computer running the Viewer\/WebViewer.<\/p>\n<p>For example:<\/p>\n<ul>\n<li>C:\\Users\\<i>UserName<\/i>\\AppData\\Local\\Temp\\E3Cache<\/li>\n<li>C:\\Documents and Settings\\<i>UserName<\/i>\\Local Settings\\Temp\\E3Cache<\/li>\n<\/ul>\n<p>In this folder, all resources (figures), screens, frames, and libraries (*.lib) are copied before they are used. Then, when the graphic part of the project is no longer edited, you will be able to open the Viewer\/WebViewer faster, because the resources will not need to be downloaded again.<\/p>\n<p>The Viewer&#8217;s <i>CacheEnable <\/i>property controls its screen cache, that is: when switching tasks, it defines whether the screen will be reused when it&#8217;s opened again (because its resources are all stored in memory) or if it will be reloaded (which takes longer).<\/p>\n<p>Even with the memory cache on, the screen can be reloaded, in case it has been edited and applied in the domain.<\/p>\n<p><b><span style=\"color: #3366ff; font-size: large;\">Exercises<\/span><\/b><\/p>\n<ol>\n<li>Create an application where, if the operator is inactive for longer than 5 minutes, the user is logged out and the initial screen returns.<\/li>\n<li>Set up the application so that when communication with the device fails, the message <b><span style=\"color: #ff0000;\">ERROR <\/span><\/b>appears in red.<\/li>\n<li>Add a logic operation to the application establishing that if the operator is not a part of the <b>Operators <\/b>group, the computer will be dedicated to the application.<\/li>\n<\/ol>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Inactivity With the Viewer&#8217;s inactivity tool, you can set up actions to be executed if the computer is idle for a while. This feature is similar to Window&#8217;s screen saving.&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[767],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using the Viewer in Elipse E3: Chapter 1 - Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:] - Elipse Knowledgebase<\/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:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.\" \/>\n<meta property=\"og:description\" content=\"Inactivity With the Viewer&#8217;s inactivity tool, you can set up actions to be executed if the computer is idle for a while. This feature is similar to Window&#8217;s screen saving.&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:44:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-04T20:01:26+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/1.png\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Using the Viewer in Elipse E3: Chapter 1 &#8211; Viewer Settings.\",\"datePublished\":\"2019-03-25T20:44:57+00:00\",\"dateModified\":\"2019-07-04T20:01:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/\"},\"wordCount\":1343,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Viewer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/\",\"name\":\"[:pt]Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:en]Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:44:57+00:00\",\"dateModified\":\"2019-07-04T20:01:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using the Viewer in Elipse E3: Chapter 1 &#8211; Viewer Settings.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using the Viewer in Elipse E3: Chapter 1 - Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:] - Elipse Knowledgebase","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:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:en]Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:] - Elipse Knowledgebase","og_description":"Inactivity With the Viewer&#8217;s inactivity tool, you can set up actions to be executed if the computer is idle for a while. This feature is similar to Window&#8217;s screen saving.&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:44:57+00:00","article_modified_time":"2019-07-04T20:01:26+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5274\/1.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Using the Viewer in Elipse E3: Chapter 1 &#8211; Viewer Settings.","datePublished":"2019-03-25T20:44:57+00:00","dateModified":"2019-07-04T20:01:26+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/"},"wordCount":1343,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Viewer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/","url":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/","name":"[:pt]Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:en]Using the Viewer in Elipse E3: Chapter 1 - Viewer Settings.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:44:57+00:00","dateModified":"2019-07-04T20:01:26+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/using-the-viewer-in-elipse-e3-chapter-1-viewer-settings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Using the Viewer in Elipse E3: Chapter 1 &#8211; Viewer Settings."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3575"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=3575"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3575\/revisions"}],"predecessor-version":[{"id":7421,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3575\/revisions\/7421"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=3575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=3575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=3575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}