{"id":3388,"date":"2023-04-12T15:32:59","date_gmt":"2023-04-12T15:32:59","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/"},"modified":"2026-01-16T16:56:21","modified_gmt":"2026-01-16T16:56:21","slug":"tm1-save-data-to-tm1-cube-save-data","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/","title":{"rendered":"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube?"},"content":{"rendered":"<p>IBM has rebranded IBM Cognos TM1 to IBM Planning Analytics however the server is still referred to as the \u201cTM1 Server\u201d, hence references to TM1 in the rest of the article.<\/p>\n<p>Running a full TM1 Save Data to commit in-memory changes to disk locks up the entire model and depending on the size and number of changes can take anywhere from a couple seconds to an hour.<\/p>\n<p>To reduce the time and the locking, the TM1 TurboIntegrator (TI) function CubeSaveData can be used instead for each of the cubes in the model and run in parallel to cut an hour into a couple minutes depending on the model.<\/p>\n<p>It is important to note that if your entire model only consists of one or two cubes this is not going to give you a huge performance gain but if you have many cubes and models in one TM1 server this could be tremendously useful.<\/p>\n<p>This is also a great introduction to the TM1RunTI utility and the use of parallel processing in TM1.<\/p>\n<p>IBM has a helpful guide for setting up parallel processing using TM1RunTI but if you are using local security and don\u2019t mind your processing containing the full command you can follow the steps below instead.<\/p>\n<p>To set up parallel processing follow this IBM guide:<\/p>\n<p>https:\/\/www.ibm.com\/support\/knowledgecenter\/en\/SS9RXT_10.2.2\/com.ibm.swg.ba.cognos.tm1_turb.10.2.2.doc\/c_tm1_op_usingtm1runti.html<\/p>\n<p><strong>Simple Steps:<\/strong><\/p>\n<ol>\n<li>Create Cube Save Data process with Cube as a parameter.\n<ol>\n<li>Create a pCube parameter<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-603 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/Tm1save1a-min.jpg\" alt=\"\" width=\"463\" height=\"100\" \/><\/li>\n<li>In Prolog place CUBESAVEDATA (pCube)<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-604 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/Tm1save1b-min.jpg\" alt=\"\" width=\"357\" height=\"289\" \/><\/li>\n<\/ol>\n<\/li>\n<li>Set up parallel processing<\/li>\n<\/ol>\n<p>The TM1RunTI Command consists of multiple parts that can be stored in a Global Variables cube for ease of use.<\/p>\n<ul>\n<li>Admin Host<\/li>\n<li>Server Name<\/li>\n<li>TM1 Run TI directory<\/li>\n<li>CAM Namespace (if not local security)<\/li>\n<li>Admin User<\/li>\n<li>Admin Password (if not using a password file and key)<\/li>\n<li>Password File (if not using password)<\/li>\n<li>Password Key File<\/li>\n<li>Process Name<\/li>\n<li>Any parameters associated with the process<\/li>\n<li>Create a Save Data process that cycles through all the cubes, and launches the Cube Save data process for each one. Example of a PROLOG tab on my local machine:<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-605 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/Tm1save3-min.jpg\" alt=\"\" width=\"689\" height=\"313\" \/><\/p>\n<p>Notice that the <a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/SSD29G_2.0.0\/com.ibm.swg.ba.cognos.tm1_ref.2.0.0.doc\/r_tm1_ref_tifun_executecommand.html\">EXECUTECOMMAND function<\/a> is called with a second parameter of 0. This instructs the TI process to continue to the next line of code without waiting for the current line to complete.<\/p>\n<p>This example uses local security and passes along the \u201cadmin\u201d and \u201capple\u201d username and password. Here the vPath is the location of the tm1runti.exe file<\/p>\n<p>vPath = &#8216;C:Program Filesibmcognostm1_64bin64tm1runti.exe\u2019<\/p>\n<p>The Command follows the following format if using password and local security<\/p>\n<p>&#8216;&#8221;&#8216; | sRunTIDir | &#8216;&#8221; -adminhost &#8220;&#8216;| sAdminHost | &#8216;&#8221; -server &#8220;&#8216;| sServerName | &#8216;&#8221; -user &#8216; | sAdminUser | &#8216; -pwd &#8216; | password | \u2018 -process \u2018 | ProcessName | \u2018 parameter=\u2019\u2019\u2019 | pParameter;<\/p>\n<p>The Command follows the following format if using Password File and Key<\/p>\n<p>&#8216;&#8221;&#8216; | sRunTIDir | &#8216;&#8221; -adminhost &#8220;&#8216;| sAdminHost | &#8216;&#8221; -server &#8220;&#8216;| sServerName | &#8216;&#8221; -user &#8216; | sAdminUser |&#8217; -CAMNamespace &#8216; | sCAMNmspace |&#8217; -passwordfile &#8216; | sAdmin_pwdfile |&#8217; -passwordkeyfile &#8216; | sAdmin_pwdkeyfile | \u2018 -process \u2018 | ProcessName | \u2018 parameter=\u2019\u2019\u2019 | pParameter;<\/p>\n<p>***Please note that copying and pasting the above will cause some issues with quotes \u2013 please see this <a href=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/TM1-Cube-Save-Data.txt\"><u>text file<\/u><\/a> if you want to copy and paste this example.<\/p>\n<ol start=\"4\">\n<li>Run and monitor <a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/SSD29G_2.0.0\/com.ibm.swg.ba.cognos.tm1_cloud_mg.2.0.0.doc\/c_tm1_cloud_tm1opsconsole.html\">TM1 Operations Console<\/a> or log files to check that multiple processes fired.<\/li>\n<li>Troubleshoot by using ASCIIOUTPUT on the execute command line to check the formatting (the quotes can get tricky).<\/li>\n<li>Create chore to run.<\/li>\n<li>Schedule the Chore to run. If you are not sure how often is appropriate, we suggest a minimum of twice daily.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>IBM has rebranded IBM Cognos TM1 to IBM Planning Analytics however the server is still referred to as the \u201cTM1 Server\u201d, hence references to TM1 in the rest of the article. Running a full TM1 Save Data to commit in-memory changes to disk locks up the entire model and depending on the size and number&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[43,36,49],"class_list":["post-3388","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-administration","tag-planning-analytics","tag-planning-analytics-administration"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube? - QueBIT<\/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:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"IBM has rebranded IBM Cognos TM1 to IBM Planning Analytics however the server is still referred to as the \u201cTM1 Server\u201d, hence references to TM1 in the rest of the article. Running a full TM1 Save Data to commit in-memory changes to disk locks up the entire model and depending on the size and number&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:32:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T16:56:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/our-managers-bg-min.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube?\",\"datePublished\":\"2023-04-12T15:32:59+00:00\",\"dateModified\":\"2026-01-16T16:56:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/\"},\"wordCount\":587,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Tm1save1a-min.jpg\",\"keywords\":[\"Administration\",\"Planning Analytics\",\"Planning Analytics Administration\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/\",\"name\":\"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Tm1save1a-min.jpg\",\"datePublished\":\"2023-04-12T15:32:59+00:00\",\"dateModified\":\"2026-01-16T16:56:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Tm1save1a-min.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Tm1save1a-min.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/tm1-save-data-to-tm1-cube-save-data\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube? - QueBIT","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:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube? - QueBIT","og_description":"IBM has rebranded IBM Cognos TM1 to IBM Planning Analytics however the server is still referred to as the \u201cTM1 Server\u201d, hence references to TM1 in the rest of the article. Running a full TM1 Save Data to commit in-memory changes to disk locks up the entire model and depending on the size and number&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:32:59+00:00","article_modified_time":"2026-01-16T16:56:21+00:00","og_image":[{"width":1920,"height":600,"url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/our-managers-bg-min.jpg","type":"image\/jpeg"}],"author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube?","datePublished":"2023-04-12T15:32:59+00:00","dateModified":"2026-01-16T16:56:21+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/"},"wordCount":587,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/Tm1save1a-min.jpg","keywords":["Administration","Planning Analytics","Planning Analytics Administration"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/","url":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/","name":"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/Tm1save1a-min.jpg","datePublished":"2023-04-12T15:32:59+00:00","dateModified":"2026-01-16T16:56:21+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/Tm1save1a-min.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/03\/Tm1save1a-min.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/tm1-save-data-to-tm1-cube-save-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Do I Use the \u201cSave Data\u201d Command to Persist Changes in a TM1 (Planning Analytics) Cube?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3388"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3388\/revisions"}],"predecessor-version":[{"id":4999,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3388\/revisions\/4999"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3388"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3388"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}