{"id":3505,"date":"2023-04-12T15:37:04","date_gmt":"2023-04-12T15:37:04","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/"},"modified":"2026-01-22T17:48:39","modified_gmt":"2026-01-22T17:48:39","slug":"div-and-if-vs-divf-and-iff-in-workday-adaptive-planning","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/","title":{"rendered":"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning?"},"content":{"rendered":"<p>When building out your sheets in Adaptive Insights it is critical to keep in mind the sheet\u2019s load time and performance. There are many ways to improve load time of your sheets, one of which is to optimize the <strong>DIV <\/strong>and <strong>IF<\/strong> functions.<\/p>\n<p><strong>DIV vs DIVF <\/strong><\/p>\n<p>By adding an \u2018F\u2019 at the end of the <strong>DIV <\/strong>function, your <strong>DIVF <\/strong>function will evaluate faster than the previous <strong>DIV <\/strong>function. Both functions have the same syntax:<\/p>\n<ul>\n<li>DIV( N, D )<\/li>\n<li>DIVF( N, D )<\/li>\n<\/ul>\n<p>The <strong>DIV <\/strong>function is used to help avoid errors that occur when a function divides by 0 with a valid numerator. In a normal N\/D formula if the denominator is 0, it will generate an error. With the <strong>DIV<\/strong> function, if the denominator is 0, it will return a 0. If the numerator of the function throws an error the <strong>DIV <\/strong>function will produce that error as well.<\/p>\n<p>The reason <strong>DIVF <\/strong>evaluates faster than its counterpart is because it will evaluate the denominator portion first, and if its value is 0, the function will not continue to evaluate. Even if the numerator throws an error, the <strong>DIVF <\/strong>function will return a 0.<\/p>\n<p>The below Formula Pane screenshots illustrate the differences:<\/p>\n<p><strong>N\/D Formula<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-716\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/Div1-min.jpg\" alt=\"\" width=\"469\" height=\"93\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>IF ACCT.SN.SN_Quantity = 0, then, answer = Zero Denominator Error.<\/li>\n<li>IF ACCT.SN.SN_ASP = Error1, then, answer = Error1.<\/li>\n<\/ul>\n<p><strong>DIV Formula<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-712\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/DIV2-min.jpg\" alt=\"\" width=\"467\" height=\"91\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>IF ACCT.SN.SN_Quantity = 0, then, answer = 0.<\/li>\n<li>IF ACCT.SN.SN_ASP = Error1, then, answer = Error1.<\/li>\n<\/ul>\n<p><strong>DIVF Formula<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-713\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/DIV3-min.jpg\" alt=\"\" width=\"465\" height=\"97\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>IF ACCT.SN.SN_Quantity = 0, then, answer = 0.<\/li>\n<li>IF ACCT.SN.SN_ASP = Error1, then, answer = 0.<\/li>\n<\/ul>\n<p><strong>IF vs IFF<\/strong><\/p>\n<p>Similarly, to the DIV function, by adding an \u2018F\u2019 at the end of the <strong>IF <\/strong>formula, your <strong>IFF <\/strong>formula will evaluate faster than the previous <strong>IF <\/strong>formula. Both functions also have the same syntax:<\/p>\n<ul>\n<li>IF( x, y )<\/li>\n<li>IFF( x, y )<\/li>\n<\/ul>\n<p>The <strong>IFF <\/strong>formula evaluates the \u2018x\u2019 condition first and if that condition is met the formula does not evaluate the \u2018y\u2019 condition, whereas the <strong>IF <\/strong>formula evaluates the entire formula every time ( \u2018x\u2019 and \u2018y\u2019 conditions).<\/p>\n<p>The below <strong>IF <\/strong>formula would be evaluated from top to bottom:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-714\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/DIV4-min.jpg\" alt=\"\" width=\"467\" height=\"95\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>In the below <strong>IFF <\/strong>formula, if the Yellow section conditions are met, then the formula produces the Green section and the evaluation ends. The Red section is only evaluated if the Yellow section conditions are not met.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-715 size-full\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/DIV5-min.jpg\" alt=\"\" width=\"464\" height=\"94\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>It is good practice to create the initial formulas with the <strong>DIV <\/strong>and <strong>IF <\/strong>statements to test that both conditions are working correctly.\u00a0 Once validated, it is recommended to use the <strong>DIVF <\/strong>and <strong>IFF <\/strong>statements.<\/p>\n<p>A nice side note to help remember the differences; In both cases the additional <strong>\u2018F\u2019 <\/strong>stands for<strong> FAST<\/strong>!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When building out your sheets in Adaptive Insights it is critical to keep in mind the sheet\u2019s load time and performance. There are many ways to improve load time of your sheets, one of which is to optimize the DIV and IF functions. DIV vs DIVF By adding an \u2018F\u2019 at the end of the&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":[23],"tags":[35,69,54],"class_list":["post-3505","post","type-post","status-publish","format-standard","hentry","category-workday-adaptive-planning","tag-development","tag-workday-adaptive-planning","tag-workday-adaptive-planning-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning? - 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\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"When building out your sheets in Adaptive Insights it is critical to keep in mind the sheet\u2019s load time and performance. There are many ways to improve load time of your sheets, one of which is to optimize the DIV and IF functions. DIV vs DIVF By adding an \u2018F\u2019 at the end of the&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:37:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T17:48:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/02\/Clare-Hutton.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"240\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning?\",\"datePublished\":\"2023-04-12T15:37:04+00:00\",\"dateModified\":\"2026-01-22T17:48:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/\"},\"wordCount\":467,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/Div1-min.jpg\",\"keywords\":[\"Development\",\"Workday Adaptive Planning\",\"Workday Adaptive Planning Development\"],\"articleSection\":[\"Workday Adaptive Planning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/\",\"name\":\"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/Div1-min.jpg\",\"datePublished\":\"2023-04-12T15:37:04+00:00\",\"dateModified\":\"2026-01-22T17:48:39+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/Div1-min.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/Div1-min.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning?\"}]},{\"@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":"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning? - 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\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/","og_locale":"en_US","og_type":"article","og_title":"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning? - QueBIT","og_description":"When building out your sheets in Adaptive Insights it is critical to keep in mind the sheet\u2019s load time and performance. There are many ways to improve load time of your sheets, one of which is to optimize the DIV and IF functions. DIV vs DIVF By adding an \u2018F\u2019 at the end of the&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:37:04+00:00","article_modified_time":"2026-01-22T17:48:39+00:00","og_image":[{"width":240,"height":300,"url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/02\/Clare-Hutton.jpg","type":"image\/jpeg"}],"author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning?","datePublished":"2023-04-12T15:37:04+00:00","dateModified":"2026-01-22T17:48:39+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/"},"wordCount":467,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/Div1-min.jpg","keywords":["Development","Workday Adaptive Planning","Workday Adaptive Planning Development"],"articleSection":["Workday Adaptive Planning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/","url":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/","name":"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/Div1-min.jpg","datePublished":"2023-04-12T15:37:04+00:00","dateModified":"2026-01-22T17:48:39+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/Div1-min.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2019\/08\/Div1-min.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/div-and-if-vs-divf-and-iff-in-workday-adaptive-planning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"What is the difference between DIV and IF versus DIVF and IFF in Workday Adaptive Planning?"}]},{"@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\/3505","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=3505"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3505\/revisions"}],"predecessor-version":[{"id":5146,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3505\/revisions\/5146"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3505"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3505"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}