{"id":2566,"date":"2019-03-25T17:40:11","date_gmt":"2019-03-25T20:40:11","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/using-databases-in-e3-chapter-2-connection-with-the-database\/"},"modified":"2023-03-07T16:47:47","modified_gmt":"2023-03-07T19:47:47","slug":"using-databases-in-e3-chapter-2-connection-with-the-database","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/using-databases-in-e3-chapter-2-connection-with-the-database\/","title":{"rendered":"Using Databases in E3: Chapter 2 &#8211; Connection with the Database."},"content":{"rendered":"<p align=\"justify\">To establish a connection with a database in E3 using the Organizer, first you must create a Database object, according to the following figure:<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_001.png\" alt=\"\" width=\"352\" height=\"411\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 1<\/b>: Inserting a Database object<\/span><\/p>\n<p align=\"justify\">Accessing the properties of the object just created in the <b>Database<\/b> field, it is possible to choose which database is used (Figure 2).<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_002.png\" alt=\"\" width=\"443\" height=\"333\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 2<\/b>: Available databases for connection<\/span><\/p>\n<p align=\"justify\">After choosing a database, you must configure the communication. Next, the configuration for each database available.<\/p>\n<p align=\"justify\"><b>Access<\/b><\/p>\n<p align=\"justify\">When selecting the Access database you can create, from E3, not only the database connection, but also the .mdb (the extension for Access files) file itself. In the figure 3 you can see the configuration screen.<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_003.png\" alt=\"\" width=\"443\" height=\"333\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 3<\/b>: Access configuration<\/span><\/p>\n<p align=\"justify\">Where:<\/p>\n<div align=\"justify\">\n<ul>\n<li><b>MDB File<\/b>: Name of the .mdb file used in the project<\/li>\n<li><b>DB Password<\/b>: Password of the Access database<\/li>\n<li><b>User<\/b>: Database user connected via E3<\/li>\n<li><b>Password<\/b>: Password of the user who performs the logon<\/li>\n<li><b>Test Connection<\/b>: Tests the database connection<\/li>\n<\/ul>\n<\/div>\n<p align=\"justify\">When testing the connection, if the items listed previously are correctly configured, the following message is returned:<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_004.png\" alt=\"\" width=\"315\" height=\"119\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 4:<\/b> Successful connection<\/span><\/p>\n<p align=\"justify\"><b>SQL Server<\/b><\/p>\n<p align=\"justify\">When selecting the SQL Server database, you must first create a database manually, using the SQL Server own management tool. For this, you must connect to the SQL Server using the server name, username, and password, as displayed in figure 5.<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_005.png\" alt=\"\" width=\"416\" height=\"308\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 5<\/b>: SQL Server logon screen<\/span><\/p>\n<p>After establishing a database connection, you must create a new Database object.<\/p>\n<ol>\n<li>Right-click the <b>Databases<\/b> item and choose the <b>New Database<\/b> option, according to the Figure 6.<\/li>\n<\/ol>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_006.png\" alt=\"\" width=\"297\" height=\"257\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 6:<\/b> Creating a new database<\/span><\/p>\n<ol start=\"2\">\n<li>\n<div align=\"justify\">In the <b>Database Name<\/b> field type the name of the database to create. Then, click the <b>OK<\/b> button.<\/div>\n<\/li>\n<\/ol>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_007.png\" alt=\"\" width=\"500\" height=\"107\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 7<\/b>: Naming the database<\/span><\/p>\n<ol start=\"3\">\n<li>\n<div align=\"justify\">Then, check if the database appears on the list of databases.<\/div>\n<\/li>\n<\/ol>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_008.png\" alt=\"\" width=\"291\" height=\"230\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 8<\/b>: List of available databases<\/span><\/p>\n<ol start=\"4\">\n<li>Back to E3, in the Organizer, insert a new database in the project and configure the communication parameters, using previously informed data:<\/li>\n<\/ol>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_009.png\" alt=\"\" width=\"443\" height=\"333\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 9:<\/b> Configuring communication with SQL Server database<\/span><\/p>\n<p align=\"justify\">Onde:<\/p>\n<div align=\"justify\">\n<ul>\n<li><b>Server<\/b>: Name of the computer hosting the database<\/li>\n<li><b>Database<\/b>: Name of the database to use<\/li>\n<li><b>Network Library<\/b>: Protocol used when communicating with the database<\/li>\n<li><b>User<\/b>: Database user connected via E3<\/li>\n<li><b>Password<\/b>: Password of the user who performs the logon<\/li>\n<li><b>Test Connection<\/b>: Tests the database connection<\/li>\n<\/ul>\n<\/div>\n<p align=\"justify\"><b>Oracle<\/b><\/p>\n<p align=\"justify\">To use a database on an Oracle server, you must create a service (<i>Net Service Name<\/i>) manualmente (<a href=\"http:\/\/kb.elipse.com.br\/pt-br\/questions\/21\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/kb.elipse.com.br\/en-us\/questions\/85<\/a>). After that, you must configure the database in E3, via Organizer, this way:<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_010.png\" alt=\"\" width=\"443\" height=\"333\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 10<\/b>: Configuring communication with an Oracle database<\/span><\/p>\n<p align=\"justify\">Where:<\/p>\n<div align=\"justify\">\n<ul>\n<li><b>Connection<\/b>: Name of the Net Service<\/li>\n<li><b>Use TIMESTAMP type<\/b> and <b>Use ADO Oracle Drivers<\/b>: These options must be checked in case of using date\/time information with a precision of milliseconds.<\/li>\n<li><b>User<\/b>: User of the database connected via E3<\/li>\n<li><b>Password<\/b>: Password of the user who performs thelogon<\/li>\n<li><b>Test Connection<\/b>: Tests the database connection<\/li>\n<\/ul>\n<\/div>\n<p align=\"justify\"><b>NOTE<\/b>: When Oracle runs on the same machine as the E3 Server, there is no need to install the Oracle client, and you must also leave the <b>Connection<\/b> field empty.<\/p>\n<p align=\"justify\">If the configuration is correct, when pressing the <b>Test Connection<\/b> button a window indicating success is displayed.<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_011.png\" alt=\"\" width=\"315\" height=\"119\" align=\"bottom\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 11<\/b>: Successful communication with the database<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>To establish a connection with a database in E3 using the Organizer, first you must create a Database object, according to the following figure: Figure 1: Inserting a Database object&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":[735],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using Databases in E3: Chapter 2 - Connection with the Database.[:] - 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\/using-databases-in-e3-chapter-2-connection-with-the-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Databases in E3: Chapter 2 - Connection with the Database.\" \/>\n<meta property=\"og:description\" content=\"To establish a connection with a database in E3 using the Organizer, first you must create a Database object, according to the following figure: Figure 1: Inserting a Database object&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/\" \/>\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:40:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-07T19:47:47+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_001.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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Using Databases in E3: Chapter 2 &#8211; Connection with the Database.\",\"datePublished\":\"2019-03-25T20:40:11+00:00\",\"dateModified\":\"2023-03-07T19:47:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/\"},\"wordCount\":526,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"DataBases\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/\",\"url\":\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/\",\"name\":\"[:pt]Using Databases in E3: Chapter 2 - Connection with the Database.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:40:11+00:00\",\"dateModified\":\"2023-03-07T19:47:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Databases in E3: Chapter 2 &#8211; Connection with the Database.\"}]},{\"@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 Databases in E3: Chapter 2 - Connection with the Database.[:] - 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\/using-databases-in-e3-chapter-2-connection-with-the-database\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Using Databases in E3: Chapter 2 - Connection with the Database.[:] - Elipse Knowledgebase","og_description":"To establish a connection with a database in E3 using the Organizer, first you must create a Database object, according to the following figure: Figure 1: Inserting a Database object&hellip;","og_url":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:40:11+00:00","article_modified_time":"2023-03-07T19:47:47+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4208\/kb_4208_fig_001.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Using Databases in E3: Chapter 2 &#8211; Connection with the Database.","datePublished":"2019-03-25T20:40:11+00:00","dateModified":"2023-03-07T19:47:47+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/"},"wordCount":526,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["DataBases"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/","url":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/","name":"[:pt]Using Databases in E3: Chapter 2 - Connection with the Database.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:40:11+00:00","dateModified":"2023-03-07T19:47:47+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/using-databases-in-e3-chapter-2-connection-with-the-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Using Databases in E3: Chapter 2 &#8211; Connection with the Database."}]},{"@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\/2566"}],"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=2566"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2566\/revisions"}],"predecessor-version":[{"id":14322,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2566\/revisions\/14322"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=2566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=2566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=2566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}