{"id":26633,"date":"2019-07-31T14:05:02","date_gmt":"2019-07-31T14:05:02","guid":{"rendered":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/?p=26633"},"modified":"2020-06-23T05:35:37","modified_gmt":"2020-06-23T05:35:37","slug":"date-time-type-conversion-for-sage-300-date-fields","status":"publish","type":"post","link":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/","title":{"rendered":"Date\/Time type conversion for Sage 300 date fields"},"content":{"rendered":"\n<p>As we all are aware that Sage 300 stores the Audit Date and Audit Time in the SQL tables. Many times there are necessity to check the audits for organizational purpose but user cannot identify the time stored in the table due to its structure. We will be discussing the conversion of the time and date to the format user requires in this blog.<\/p>\n\n\n\n<p>New Stuff:- <a href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/29\/how-to-use-existing-session-using-comapi-in-c\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"How to use existing session using COMAPI in C# (opens in a new tab)\">How to use existing session using COMAPI in C#<\/a><\/p>\n\n\n\n<p>In Sage 300 AUDTTIME and AUDTDATE are the fields in which you will get the date and time where all transactions are posted\/updated in Sage 300. The fields are only accessible from SQL tables and not available on the screens. <\/p>\n\n\n\n<p><strong>Audit Date\/Time<\/strong><strong>:<\/strong><\/p>\n\n\n\n<p>In the SQL Audit date is\nstores in the yyyyMMdd format. If a user wants to format the date into the date\nand time format, so we provided an example of date type conversion for Sage 300\ndate fields.<\/p>\n\n\n\n<p><strong>Sage 300 ERP SQL Date \/ Time Conversion: <\/strong><strong><\/strong><\/p>\n\n\n\n<p>SQL Server allows us to set up custom user-created\nqueries. You can run the following query then you can get output like\n\u201c30\/07\/2019 16:03:32\u201d<\/p>\n\n\n\n<p><strong>SQL Query: <\/strong><\/p>\n\n\n\n<p>select <\/p>\n\n\n\n<p>DATEADD(mi, DATEDIFF(mi, GETUTCDATE(), GETDATE()),<\/p>\n\n\n\n<p>CONVERT(VARCHAR(10),CONVERT(Date,CONVERT(VARCHAR(8),AUDTDATE))) + &#8216; &#8216; +<\/p>\n\n\n\n<p>LEFT(LEFT(Right(&#8216;00000000&#8217; + Convert(varchar(8),AUDTTIME),8),4),2) + &#8216;:&#8217; + <\/p>\n\n\n\n<p>RIGHT(LEFT(right(&#8216;00000000&#8217; + Convert(varchar(8),AUDTTIME),8),4),2) <\/p>\n\n\n\n<p>+ &#8216;:&#8217; + RIGHT(LEFT(right(&#8216;00000000&#8217;\n+ Convert(varchar(8),AUDTTIME),8), 6) ,2)<\/p>\n\n\n\n<p>)<\/p>\n\n\n\n<p>from tablename<\/p>\n\n\n\n<p><strong>Audit Time<\/strong><strong>:<\/strong><\/p>\n\n\n\n<p><strong>GMT format\nof the Audit time<\/strong><strong>:\n<\/strong><\/p>\n\n\n\n<p>In sage 300 AUDTIME is based on GMT\nformat, if user wants to translate the AUDTIME in a different time zone, the\nuser will need to revise the SQL statement. We have converted the GMT time\nformat into the Central Time zone. Refer the below SQL query for the Central\nTime zone.<\/p>\n\n\n\n<p><strong>Example : <\/strong><\/p>\n\n\n\n<p>Standard AUDTIME format is : 10333254 (10:33:32\nGMT)<\/p>\n\n\n\n<p>After running the query below you\nget an output like : 16:03:32 IST<\/p>\n\n\n\n<p>SQL stmt to format AUDTIME :<\/p>\n\n\n\n<p>select <\/p>\n\n\n\n<p>LEFT(CONVERT(time,DATEADD(HOUR,5,DATEADD(MINUTE,30,(LEFT(LEFT(Right(&#8216;00000000&#8217; + Convert(varchar(8),AUDTTIME),8),4),2) + &#8216;:&#8217; + RIGHT(LEFT(right(&#8216;00000000&#8217;\n+ Convert(varchar(8),AUDTTIME),8),4),2)))),103),5)<\/p>\n\n\n\n<p>+&#8217;:&#8217;+ <\/p>\n\n\n\n<p>RIGHT(LEFT(right(&#8216;00000000&#8217; + Convert(varchar(8),AUDTTIME),8), 6) &#8211; 60000,2)<\/p>\n\n\n\n<p>AS <\/p>\n\n\n\n<p>RECTIME<\/p>\n\n\n\n<p>from tablename<\/p>\n\n\n\n<p><strong>About Us:- <\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/www.greytrix.com\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Greytrix<\/a> a globally recognized Premier Sage Gold Development Partner is a one stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/\" target=\"_blank\">Greytrix<\/a> offers unique GUMU&#x2122; integrated solutions of&nbsp;<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-crm\/gumu-sage-300-erp-integration\" target=\"_blank\">Sage 300 with Sage CRM,<\/a>&nbsp;<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp\/gumu-300-salesforce-integration\" target=\"_blank\">Salesforce.com&nbsp;<\/a>and&nbsp;<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp\/ecommerce-magento-integration\" target=\"_blank\">Magento eCommerce<\/a> along with Sage 300 Migration from <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/resources\/sage-erp-crm-migration.pdf\" target=\"_blank\">Sage 50 US, Sage 50 CA, Sage PRO, QuickBooks, Sage Business Vision and Sage Business Works<\/a>. We also offer best-in-class&nbsp;<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/erp-development\/sage-300-erp-development\" target=\"_blank\">Sage 300 customization and development services<\/a>&nbsp;and integration service for applications such as <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/erp-development\/sage-300-integration-services\" target=\"_blank\">POS | WMS | Payroll | Shipping System | Business Intelligence | eCommerce for Sage 300 ERP<\/a> and in Sage 300c development services we offer services such as upgrades of older codes and screens to new web screens, newer integrations using sdata and web services &nbsp;to Sage business partners, end users and Sage PSG worldwide. Greytrix offers over 20+ Sage 300 productivity enhancing utilities that we can help you with such as <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/greymatrix-apparel-solution\" target=\"_blank\">GreyMatrix<\/a>, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/greytrix-document-attachement\" target=\"_blank\">Document Attachment<\/a>, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/greytrix-document-numbering\" target=\"_blank\">Document Numbering<\/a>, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/auto-bank-reconciliation\" target=\"_blank\">Auto-Bank Reconciliation<\/a>, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/purchase-approval-system\" target=\"_blank\">Purchase Approval System<\/a>, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/three-way-po-matching\" target=\"_blank\">Three way PO matching<\/a>, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/bill-of-lading\" target=\"_blank\">Bill of Lading<\/a> and <a href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp-add-ons\/vat-middle-east\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">VAT for Middle East<\/a>.<\/p>\n\n\n\n<p>For more details on Sage 300 and 300c Services, please contact us at&nbsp;<a href=\"mailto:accpac@greytrix.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">accpac@greytrix.com<\/a>. We will be glad to assist you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As we all are aware that Sage 300 stores the Audit Date and Audit Time in the SQL tables. Many times there are necessity to check the audits for organizational purpose but user cannot identify the time stored in the table due to its structure. We will be discussing the conversion of the time and\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[3286,3285,3284],"class_list":["post-26633","post","type-post","status-publish","format-standard","hentry","category-sage-accpac","tag-posted-updated-date-and-time-in-sage-300","tag-sage-300-audtdate","tag-sage-300-audtime"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Date\/Time type conversion for Sage 300 date fields - Sage 300 ERP \u2013 Tips, Tricks and Components<\/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.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Date\/Time type conversion for Sage 300 date fields - Sage 300 ERP \u2013 Tips, Tricks and Components\" \/>\n<meta property=\"og:description\" content=\"As we all are aware that Sage 300 stores the Audit Date and Audit Time in the SQL tables. Many times there are necessity to check the audits for organizational purpose but user cannot identify the time stored in the table due to its structure. We will be discussing the conversion of the time and\u2026 Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/\" \/>\n<meta property=\"og:site_name\" content=\"Sage 300 ERP \u2013 Tips, Tricks and Components\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-31T14:05:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-23T05:35:37+00:00\" \/>\n<meta name=\"author\" content=\"Greytrix\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Greytrix\" \/>\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.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/\",\"name\":\"Date\/Time type conversion for Sage 300 date fields - Sage 300 ERP \u2013 Tips, Tricks and Components\",\"isPartOf\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website\"},\"datePublished\":\"2019-07-31T14:05:02+00:00\",\"dateModified\":\"2020-06-23T05:35:37+00:00\",\"author\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Date\/Time type conversion for Sage 300 date fields\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/\",\"name\":\"Sage 300 ERP \u2013 Tips, Tricks and Components\",\"description\":\"Explore the world of Sage 300 with our insightful blogs, expert tips, and the latest updates. We\u2019ll empower you to leverage Sage 300 to its fullest potential. As your one-stop partner, Greytrix delivers exceptional solutions and integrations for Sage 300. Our blogs extend our support to businesses, covering the latest insights and trends. Dive in and transform your Sage 300 experience with us! \",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2\",\"name\":\"Greytrix\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g\",\"caption\":\"Greytrix\"},\"url\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/author\/greytrix\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Date\/Time type conversion for Sage 300 date fields - Sage 300 ERP \u2013 Tips, Tricks and Components","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.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/","og_locale":"en_US","og_type":"article","og_title":"Date\/Time type conversion for Sage 300 date fields - Sage 300 ERP \u2013 Tips, Tricks and Components","og_description":"As we all are aware that Sage 300 stores the Audit Date and Audit Time in the SQL tables. Many times there are necessity to check the audits for organizational purpose but user cannot identify the time stored in the table due to its structure. We will be discussing the conversion of the time and\u2026 Read More &raquo;","og_url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/","og_site_name":"Sage 300 ERP \u2013 Tips, Tricks and Components","article_published_time":"2019-07-31T14:05:02+00:00","article_modified_time":"2020-06-23T05:35:37+00:00","author":"Greytrix","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Greytrix","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/","url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/","name":"Date\/Time type conversion for Sage 300 date fields - Sage 300 ERP \u2013 Tips, Tricks and Components","isPartOf":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website"},"datePublished":"2019-07-31T14:05:02+00:00","dateModified":"2020-06-23T05:35:37+00:00","author":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2"},"breadcrumb":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2019\/07\/31\/date-time-type-conversion-for-sage-300-date-fields\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/"},{"@type":"ListItem","position":2,"name":"Date\/Time type conversion for Sage 300 date fields"}]},{"@type":"WebSite","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website","url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/","name":"Sage 300 ERP \u2013 Tips, Tricks and Components","description":"Explore the world of Sage 300 with our insightful blogs, expert tips, and the latest updates. We\u2019ll empower you to leverage Sage 300 to its fullest potential. As your one-stop partner, Greytrix delivers exceptional solutions and integrations for Sage 300. Our blogs extend our support to businesses, covering the latest insights and trends. Dive in and transform your Sage 300 experience with us! ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2","name":"Greytrix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g","caption":"Greytrix"},"url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/author\/greytrix\/"}]}},"_links":{"self":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts\/26633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/comments?post=26633"}],"version-history":[{"count":2,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts\/26633\/revisions"}],"predecessor-version":[{"id":28280,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts\/26633\/revisions\/28280"}],"wp:attachment":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/media?parent=26633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/categories?post=26633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/tags?post=26633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}