{"id":6541,"date":"2014-02-11T06:10:15","date_gmt":"2014-02-11T14:10:15","guid":{"rendered":"http:\/\/www.seedcode.com\/?p=6541"},"modified":"2014-02-11T06:10:15","modified_gmt":"2014-02-11T14:10:15","slug":"syncing-found-sets","status":"publish","type":"post","link":"https:\/\/seedcode.com\/syncing-found-sets\/","title":{"rendered":"Syncing Found Sets"},"content":{"rendered":"<p>Developers love that GoZync can be set to pull just a found set of records down to an iPhone or iPad. Folks use this to deliver just one user&#8217;s records&#8211;usually very specific things like &#8220;my customer visits for today&#8221; or &#8220;my active orders in this territory&#8221;.<\/p>\n<div class=\"lightbox\">\n<figure id=\"attachment_6547\" aria-describedby=\"caption-attachment-6547\" style=\"width: 184px\" class=\"wp-caption alignright\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2014\/02\/QuickContact.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\" wp-image-6547    \" alt=\"The QuickContact example file from GoZync: modded to sync flagged records.\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2014\/02\/QuickContact.png\" width=\"184\" height=\"353\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/QuickContact.png 781w, https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/QuickContact-156x300.png 156w, https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/QuickContact-533x1024.png 533w, https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/QuickContact-768x1475.png 768w\" sizes=\"(max-width: 184px) 100vw, 184px\" \/><\/a><figcaption id=\"caption-attachment-6547\" class=\"wp-caption-text\">The QuickContact example file from GoZync: modded to sync flagged records.<\/figcaption><\/figure>\n<div>\n<p>Less well known but almost cooler is that you can give your users the ability to &#8220;push&#8221; just a found set of records back to the office. This is great for when you&#8217;ve modified a lot of local records, but only a few of them are &#8220;done&#8221; (only some quotes are finished, only some orders have been signed). Users need a way to send just these &#8220;done&#8221; records back to the server.<\/p>\n<h2>You&#8217;re In Charge of Which Records Sync<\/h2>\n<p>Out of the box, <a title=\"GoZync: FileMaker Sync for Pro, Go and iPad\" href=\"http:\/\/www.seedcode.com\/filemaker-sync-gozync\/\">GoZync<\/a> will sync any records that have changed since the last sync. You can also run the script &#8220;Zync It &#8211; this record&#8221; to sync just the one record you&#8217;re currently on (that really big sale you want to get back to the office right away).<\/p>\n<p>But you can also let uses tag which records they want to sync and GoZync will sync those flagged records, leaving other modified records alone.<\/p>\n<p>Here is a video of syncing found sets in action:<\/p>\n<p>[ba-youtubeflex videoid=&#8221;IAr8uQoDt1I&#8221;]<\/p>\n<h2>Behind the Scenes of Syncing Found Sets<\/h2>\n<figure id=\"attachment_6545\" aria-describedby=\"caption-attachment-6545\" style=\"width: 344px\" class=\"wp-caption alignright\"><img decoding=\"async\" class=\"size-full wp-image-6545\" alt=\"Clearing a flag within the sync transaction in GoZync: simple.\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2014\/02\/pusher.png\" width=\"344\" height=\"210\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/pusher.png 344w, https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/pusher-300x183.png 300w\" sizes=\"(max-width: 344px) 100vw, 344px\" \/><figcaption id=\"caption-attachment-6545\" class=\"wp-caption-text\">Clearing a flag within the sync transaction in GoZync: simple.<\/figcaption><\/figure>\n<p>One of the subtle things happening here is that we need to clear the flag when a record is successfully pushed to the server. This is actually quite tricky as a number of things could happen during the sync (record lock, network disconnect, etc.) and we <em>wouldn&#8217;t<\/em> want to clear the sync flag in those cases.<\/p>\n<p>Fortunately, this is what having a &#8220;<a href=\"http:\/\/www.seedcode.com\/pmwiki\/pmwiki.php?n=GoZync4.Transactional\">transactional<\/a>&#8221; sync is all about: anything goes wrong during the sync and ALL edits are reverted, including the clearing of that &#8220;sync&#8221; flag.<\/p>\n<p>While the video above shows us managing this flag with an auto-enter calc, GoZync 4 lets us you do this in a script: the same script you&#8217;d use to mark records as <a href=\"http:\/\/www.seedcode.com\/pmwiki\/pmwiki.php?n=GoZync4.CheckingOutRecords\">checked out<\/a>, for example. Details in the instructions referenced below.<\/p>\n<h2>Adding This to Your Own Files<\/h2>\n<p>Once you&#8217;ve added GoZync to your file, follow the <a href=\"http:\/\/www.seedcode.com\/pmwiki\/pmwiki.php?n=GoZync4.PushingFoundSets\">instructions here<\/a> to add a flag field governing which records are <strong>pushed<\/strong> back to the server.<\/p>\n<p>To control which records are <strong>pulled<\/strong> down to your iPads and iPhones it&#8217;s even easier: GoZync will look within the results of a find request for records that have changed since the last sync. If you can <a href=\"http:\/\/www.seedcode.com\/pmwiki\/pmwiki.php?n=GoZync4.DownloadingFoundSets\">write a find request<\/a>, you can sync that found set down to your users.<\/p>\n<p>This, of course, is part of the GoZync philosophy: GoZync is written solely in FileMaker&#8230;so modifying its behavior is just modding FileMaker scripts and calcs.<\/p>\n<p><!--more--><\/p>\n<p>[ba-box background=&#8221;#778899&#8243; border=&#8221;#708090&#8243; textcolor=&#8221;#F7F7F7&#8243;][jetpack_subscription_form][\/ba-box]<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Developers love that GoZync can be set to pull just a found set of records down to an iPhone or iPad. Folks use this to deliver just one user&#8217;s records&#8211;usually very specific things like &#8220;my customer visits for today&#8221; or &#8220;my active orders in this territory&#8221;. Less well known but almost cooler is that you can give your users the ability to &#8220;push&#8221; just a found set of records back to the office. This is great for when you&#8217;ve modified a lot of local records, but only a few of them are &#8220;done&#8221; (only some quotes are finished, only some orders have been signed). Users need a way to send just these &#8220;done&#8221; records back to the server. You&#8217;re In Charge of Which Records Sync Out of the box, GoZync will sync any records that have changed since the last sync. You can also run the script &#8220;Zync It &#8211; this record&#8221; to sync just the one record you&#8217;re currently on (that really big sale you want to get back to the office right away). But you can also let uses tag which records they want to sync and GoZync will sync those flagged records, leaving other modified records alone. Here is a video of syncing found sets in action: [ba-youtubeflex videoid=&#8221;IAr8uQoDt1I&#8221;] Behind the Scenes of Syncing Found Sets One of the subtle things happening here is that we need to clear the flag when a record is successfully pushed to the server. This is actually quite tricky as a number of things could happen during the sync (record lock, network disconnect, etc.) and we wouldn&#8217;t want to clear the sync flag in those cases. Fortunately, this is what having a &#8220;transactional&#8221; sync is all about: anything goes wrong during the sync and ALL edits are reverted, including the clearing of that &#8220;sync&#8221; flag. While the video above shows us managing this flag with an auto-enter calc, GoZync 4 lets us you do this in a script: the same script you&#8217;d use to mark records as checked out, for example. Details in the instructions referenced below. Adding This to Your Own Files Once you&#8217;ve added GoZync to your file, follow the instructions here to add a flag field governing which records are pushed back to the server. To control which records are pulled down to your iPads and iPhones it&#8217;s even easier: GoZync will look within the results of a find request for records that have changed since the last sync. If you can write a find request, you can sync that found set down to your users. This, of course, is part of the GoZync philosophy: GoZync is written solely in FileMaker&#8230;so modifying its behavior is just modding FileMaker scripts and calcs.<\/p>\n","protected":false},"author":1,"featured_media":6552,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[15],"class_list":["post-6541","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-gozync"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Syncing FileMaker Found Sets - SeedCode<\/title>\n<meta name=\"description\" content=\"Developers love that GoZync makes syncing found sets to iPhone or iPad easy: you can also &quot;push&quot; a subset of modified records back to the server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seedcode.com\/syncing-found-sets\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Syncing FileMaker Found Sets - SeedCode\" \/>\n<meta property=\"og:description\" content=\"Developers love that GoZync makes syncing found sets to iPhone or iPad easy: you can also &quot;push&quot; a subset of modified records back to the server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/syncing-found-sets\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2014-02-11T14:10:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png\" \/>\n\t<meta property=\"og:image:width\" content=\"109\" \/>\n\t<meta property=\"og:image:height\" content=\"110\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"seedcode\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"seedcode\" \/>\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:\/\/seedcode.com\/syncing-found-sets\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/\"},\"author\":{\"name\":\"seedcode\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\"},\"headline\":\"Syncing Found Sets\",\"datePublished\":\"2014-02-11T14:10:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/\"},\"wordCount\":513,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png\",\"keywords\":[\"GoZync\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/syncing-found-sets\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/\",\"url\":\"https:\/\/seedcode.com\/syncing-found-sets\/\",\"name\":\"Syncing FileMaker Found Sets - SeedCode\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png\",\"datePublished\":\"2014-02-11T14:10:15+00:00\",\"description\":\"Developers love that GoZync makes syncing found sets to iPhone or iPad easy: you can also \\\"push\\\" a subset of modified records back to the server.\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/syncing-found-sets\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png\",\"width\":109,\"height\":110},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/syncing-found-sets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Syncing Found Sets\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\",\"name\":\"seedcode\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"caption\":\"seedcode\"},\"sameAs\":[\"https:\/\/seedcode.com\"],\"url\":\"https:\/\/seedcode.com\/author\/seedcode\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Syncing FileMaker Found Sets - SeedCode","description":"Developers love that GoZync makes syncing found sets to iPhone or iPad easy: you can also \"push\" a subset of modified records back to the server.","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:\/\/seedcode.com\/syncing-found-sets\/","og_locale":"en_US","og_type":"article","og_title":"Syncing FileMaker Found Sets - SeedCode","og_description":"Developers love that GoZync makes syncing found sets to iPhone or iPad easy: you can also \"push\" a subset of modified records back to the server.","og_url":"https:\/\/seedcode.com\/syncing-found-sets\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2014-02-11T14:10:15+00:00","og_image":[{"width":109,"height":110,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png","type":"image\/png"}],"author":"seedcode","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"seedcode","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/syncing-found-sets\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/syncing-found-sets\/"},"author":{"name":"seedcode","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f"},"headline":"Syncing Found Sets","datePublished":"2014-02-11T14:10:15+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/syncing-found-sets\/"},"wordCount":513,"commentCount":0,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png","keywords":["GoZync"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/syncing-found-sets\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/syncing-found-sets\/","url":"https:\/\/seedcode.com\/syncing-found-sets\/","name":"Syncing FileMaker Found Sets - SeedCode","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png","datePublished":"2014-02-11T14:10:15+00:00","description":"Developers love that GoZync makes syncing found sets to iPhone or iPad easy: you can also \"push\" a subset of modified records back to the server.","breadcrumb":{"@id":"https:\/\/seedcode.com\/syncing-found-sets\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/syncing-found-sets\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/syncing-found-sets\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/02\/Modified.png","width":109,"height":110},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/syncing-found-sets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"Syncing Found Sets"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f","name":"seedcode","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","caption":"seedcode"},"sameAs":["https:\/\/seedcode.com"],"url":"https:\/\/seedcode.com\/author\/seedcode\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/6541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=6541"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/6541\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/6552"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=6541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=6541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=6541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}