{"id":25485,"date":"2021-05-25T06:13:13","date_gmt":"2021-05-25T06:13:13","guid":{"rendered":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/?p=25485"},"modified":"2021-05-25T06:13:15","modified_gmt":"2021-05-25T06:13:15","slug":"using-restful-api-in-sage-crm-part-1","status":"publish","type":"post","link":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/","title":{"rendered":"Using RESTful API in Sage CRM \u2013 Part 1"},"content":{"rendered":"\n<p>The <strong><a href=\"https:\/\/www.greytrix.com\/product\/crm-development\/sage-crm\" target=\"_blank\" rel=\"noreferrer noopener\">Sage CRM<\/a> RESTful API<\/strong> allow developers and system administrators to programmatically manipulate entity records in Sage CRM. Sage provides a RESTful API which enables developers and system administrators to create, read, update, and delete record for entities in Sage CRM with the help of standard HTTP methods such as GET, POST, PATCH, and DELETE. With the help of RESTful API, developer can work on entities without accessing the Sage CRM system. To access and use the RESTful API with Sage CRM there must be an active user with logon permissions. Disabled or Users set as resource are not supported.<\/p>\n\n\n\n<p>The RESTful API provides access to Sage CRM entities via URL paths. To use the RESTful API, your application must make an HTTP request in a specific format and parse the response. The RESTful API always returns JSON responses.<\/p>\n\n\n\n<p><strong><em>New Post:<\/em><\/strong> <a rel=\"noreferrer noopener\" href=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/11\/sage-crm-2021-r1-documents-reports-configuration-updates\/\" target=\"_blank\">Sage CRM 2021 R1: Documents &amp; Reports Configuration Updates<\/a><\/p>\n\n\n\n<p>In this blog, we are going to discuss about how to call RESTful API using HTTP methods for create, read, update, and delete entities in Sage CRM. Before that, let\u2019s see the URL Format used to call using HTTP Method.<\/p>\n\n\n\n<p>To access a Sage CRM record data via the RESTful API, use the following URL format for your HTTP request:<br><strong>http:\/\/{server}\/sdata\/{installName}j\/sagecrm2\/-\/{resource}<\/strong><\/p>\n\n\n\n<p>Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{server} is the Sage CRM server name or IP address.<\/li><li>{installName} is the Sage CRM installation name specified in the Setup Wizard. The default installation name is CRM.<\/li><li>{resource} is the Sage CRM entity name you want to access.<\/li><\/ul>\n\n\n\n<p>Follow the below steps one by one to achieve the same: <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Create new ASP.NET Project and add an empty web form.<\/li><li>Add grid view in the web form to perform create, read, update, and delete operations using RESTful API with the help of standard HTTP methods such as GET, POST, PUT, PATCH, and DELETE.<\/li><li>Add below code to read all records of an entity. With the help of GET method of HTTP you can get the result. Here we are considering the example of Notes entity against the Company entity. Refer below screen shot for your reference &#8211;<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" \nclass=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px;\" src=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg\" \nalt=\"Read records with the help of GET Method\"><\/a>\n\n<font size=\"2\"><center><i>Read records with the help of GET Method<\/i><\/center><\/font><\/p><\/figure>\n\n\n\n<p>4. To perform an insert operation, use below code with the help of POST method of HTTP. Refer below code for your reference. If response from JSON is \u201cCreated\u201d that means record inserted successfully in CRM. You can insert multiple records of the same entity by sending a single POST request.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/02_INSERT.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" \nclass=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px;\" src=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/02_INSERT.jpg\" \nalt=\"To Perform INSERT operation with the help of POST Method\"><\/a>\n\n<font size=\"2\"><center><i>To Perform INSERT operation with the help of POST Method<\/i><\/center><\/font><\/p><\/figure>\n\n\n\n<p>5. For updating entity record using RESTful API, just change the method type as PATCH and call below URL for updating entity record. You can refer the code from point no. 4.<br><strong>http:\/\/{server}\/sdata\/{installName}j\/sagecrm2\/-\/Notes(&#8216;NoteId&#8217;)?returnPartial=false<\/strong><\/p>\n\n\n\n<p>6. Now for deleting entity record from CRM using RESTful API, change the method type as DELETE and use below URL format for deleting entity from CRM. You can refer the code from point no. 3.<br><strong>http:\/\/{server}\/sdata\/{installName}j\/sagecrm2\/-\/Notes(&#8216;NoteId&#8217;)<\/strong><\/p>\n\n\n\n<p>In this way developers can easily perform the Insert, read, update, and delete operations for entities using Sage CRM RESTful API with the help of standard HTTP methods such as GET, POST, PATCH, and DELETE. In the next part of the blog, we will discuss about how to host the asp.net project in IIS as well as how display the web form in CRM.<\/p>\n\n\n\n<p><span style=\"font-size: Medium;\"><strong>About Us<\/strong><\/span><\/p>\n\n\n\n<p>Greytrix \u2013 a globally recognized and one of the oldest Sage Development Partners is a one-stop solution provider for Sage ERP and Sage CRM organizational needs. Being acknowledged and rewarded for multi-man years of experience and expertise, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third-party add-on development, and implementation competence.<\/p>\n\n\n\n<p>Greytrix\u00a0has some unique integration solutions developed for Sage CRM with Sage ERPs namely\u00a0Sage X3,\u00a0Sage Intacct,\u00a0Sage 100,\u00a0Sage 500,\u00a0and\u00a0Sage 300. We also offer best-in-class\u00a0Sage ERP\u00a0and\u00a0Sage CRM\u00a0customization and development services\u00a0to\u00a0Business\u00a0Partners,\u00a0End\u00a0Users, and Sage PSG worldwide. Greytrix\u00a0helps in\u00a0the migration of Sage CRM from\u00a0Salesforce | ACT! | SalesLogix | Goldmine | Sugar CRM | Maximizer. Our Sage CRM Product Suite includes\u00a0add-ons like\u00a0 Greytrix Business Manager,\u00a0Sage CRM Project Manager,\u00a0Sage CRM Resource Planner,\u00a0Sage CRM Contract Manager,\u00a0Sage CRM Event Manager,\u00a0Sage CRM Budget Planner,\u00a0Gmail Integration,\u00a0Sage CRM Mobile Service Signature,\u00a0Sage CRM CTI Framework.<gwmw style=\"display:none;\"><gwmw style=\"display:none;\"><gwmw style=\"display:none;\"><gwmw style=\"display:none;\"><\/gwmw><\/gwmw><gwmw style=\"display:none;\"><\/gwmw><\/gwmw><\/gwmw><\/p>\n\n\n\n<p>Greytrix is a recognized\u00a0Sage Champion Partner\u00a0for GUMU&#x2122; Sage X3 \u2013 Sage CRM integration listed on\u00a0Sage Marketplace and Sage CRM \u2013 Sage Intacct integration listed on Sage Intacct Marketplace. The GUMU&#x2122; Cloud framework by Greytrix forms the backbone of cloud integrations that are managed in real-time for the processing and execution of application programs at the click of a button.<gwmw style=\"display:none;\"><gwmw style=\"display:none;\"><gwmw style=\"display:none;\"><gwmw style=\"display:none;\"><\/gwmw><\/gwmw><gwmw style=\"display:none;\"><\/gwmw><\/gwmw><\/gwmw><\/p>\n\n\n\n<p>For more information on our integration solutions, please contact us at&nbsp;<a href=\"mailto:sage@greytrix.com\">sage@greytrix.com<\/a>. We will be glad to assist you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Sage CRM RESTful API allow developers and system administrators to programmatically manipulate entity records in Sage CRM. Sage provides a RESTful API which enables developers and system administrators to create, read, update, and delete record for entities in Sage CRM with the help of standard HTTP methods such as GET, POST, PATCH, and DELETE.\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/\">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,6,7,9,11,65,73,77,98,119,136,163,205,4291,282,284,285,332],"tags":[4396,4398,4395,4397,4394,4393,4392],"class_list":["post-25485","post","type-post","status-publish","format-standard","hentry","category-net-api","category-access","category-access-key","category-account","category-action-sage-crm","category-codeless","category-configuration","category-context","category-customization","category-display","category-enhancements","category-format-sage-crm","category-keys","category-new-feature","category-performance","category-permissions","category-person","category-sage-crm","tag-asp-net-project","tag-get-method","tag-http-methods","tag-restful-api","tag-sage-crm-restful-api","tag-using-restful-api-in-sage-crm","tag-using-restful-api-in-sage-crm-part-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using RESTful API in Sage CRM \u2013 Part 1 - Sage CRM \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\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using RESTful API in Sage CRM \u2013 Part 1 - Sage CRM \u2013 Tips, Tricks and Components\" \/>\n<meta property=\"og:description\" content=\"The Sage CRM RESTful API allow developers and system administrators to programmatically manipulate entity records in Sage CRM. Sage provides a RESTful API which enables developers and system administrators to create, read, update, and delete record for entities in Sage CRM with the help of standard HTTP methods such as GET, POST, PATCH, and DELETE.\u2026 Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Sage CRM \u2013 Tips, Tricks and Components\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-25T06:13:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-25T06:13:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg\" \/>\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\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/\",\"name\":\"Using RESTful API in Sage CRM \u2013 Part 1 - Sage CRM \u2013 Tips, Tricks and Components\",\"isPartOf\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg\",\"datePublished\":\"2021-05-25T06:13:13+00:00\",\"dateModified\":\"2021-05-25T06:13:15+00:00\",\"author\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#\/schema\/person\/402abe5da07cd7f9bfeb6acfa41fae39\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#primaryimage\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg\",\"contentUrl\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using RESTful API in Sage CRM \u2013 Part 1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#website\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/\",\"name\":\"Sage CRM \u2013 Tips, Tricks and Components\",\"description\":\"Explore the possibilities with Sage CRM insights through our comprehensive blogs. As a leading Sage partner, Greytrix helps businesses maximize their Sage CRM potential with its rich expertise and immense knowledge. Here, you will find blogs that feature expert advice, tips &amp; tricks, best practices, and comprehensive guides on customizing and configuring Sage CRM for your business. Stay informed with our regular updates and expert insights!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/?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\/sagecrm\/#\/schema\/person\/402abe5da07cd7f9bfeb6acfa41fae39\",\"name\":\"Greytrix\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#\/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\/sagecrm\/author\/greytrix\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using RESTful API in Sage CRM \u2013 Part 1 - Sage CRM \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\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/","og_locale":"en_US","og_type":"article","og_title":"Using RESTful API in Sage CRM \u2013 Part 1 - Sage CRM \u2013 Tips, Tricks and Components","og_description":"The Sage CRM RESTful API allow developers and system administrators to programmatically manipulate entity records in Sage CRM. Sage provides a RESTful API which enables developers and system administrators to create, read, update, and delete record for entities in Sage CRM with the help of standard HTTP methods such as GET, POST, PATCH, and DELETE.\u2026 Read More &raquo;","og_url":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/","og_site_name":"Sage CRM \u2013 Tips, Tricks and Components","article_published_time":"2021-05-25T06:13:13+00:00","article_modified_time":"2021-05-25T06:13:15+00:00","og_image":[{"url":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg","type":"","width":"","height":""}],"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\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/","url":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/","name":"Using RESTful API in Sage CRM \u2013 Part 1 - Sage CRM \u2013 Tips, Tricks and Components","isPartOf":{"@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#primaryimage"},"image":{"@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#primaryimage"},"thumbnailUrl":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg","datePublished":"2021-05-25T06:13:13+00:00","dateModified":"2021-05-25T06:13:15+00:00","author":{"@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#\/schema\/person\/402abe5da07cd7f9bfeb6acfa41fae39"},"breadcrumb":{"@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#primaryimage","url":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg","contentUrl":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-content\/uploads\/2021\/05\/01_READ-1024x293.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/2021\/05\/25\/using-restful-api-in-sage-crm-part-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/"},{"@type":"ListItem","position":2,"name":"Using RESTful API in Sage CRM \u2013 Part 1"}]},{"@type":"WebSite","@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#website","url":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/","name":"Sage CRM \u2013 Tips, Tricks and Components","description":"Explore the possibilities with Sage CRM insights through our comprehensive blogs. As a leading Sage partner, Greytrix helps businesses maximize their Sage CRM potential with its rich expertise and immense knowledge. Here, you will find blogs that feature expert advice, tips &amp; tricks, best practices, and comprehensive guides on customizing and configuring Sage CRM for your business. Stay informed with our regular updates and expert insights!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/?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\/sagecrm\/#\/schema\/person\/402abe5da07cd7f9bfeb6acfa41fae39","name":"Greytrix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/#\/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\/sagecrm\/author\/greytrix\/"}]}},"_links":{"self":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/posts\/25485","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/comments?post=25485"}],"version-history":[{"count":4,"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/posts\/25485\/revisions"}],"predecessor-version":[{"id":25493,"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/posts\/25485\/revisions\/25493"}],"wp:attachment":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/media?parent=25485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/categories?post=25485"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagecrm\/wp-json\/wp\/v2\/tags?post=25485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}