{"id":13549,"date":"2024-12-10T00:09:29","date_gmt":"2024-12-09T23:09:29","guid":{"rendered":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/"},"modified":"2024-12-12T06:31:13","modified_gmt":"2024-12-12T05:31:13","slug":"graph-api-scripts-automate-teams-meetings","status":"publish","type":"post","link":"https:\/\/nboldapp.com\/fr\/graph-api-scripts-automate-teams-meetings\/","title":{"rendered":"Graph API Scripts: Automate Teams Meetings"},"content":{"rendered":"<p><strong>Want to save time managing Teams meetings?<\/strong> <a href=\"https:\/\/learn.microsoft.com\/en-us\/graph\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"display: inline;\">Microsoft Graph API<\/a> lets you automate key tasks like scheduling, modifying, and sending invitations. This means fewer errors, consistent settings, and compliance with organizational policies. Tools like <a href=\"https:\/\/nboldapp.com\/\" style=\"display: inline;\">nBold<\/a> and <a href=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/products\/power-automate\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"display: inline;\">Power Automate<\/a> further streamline workflows with templates and advanced automation.<\/p>\n<h3 id=\"key-benefits-of-automating-teams-meetings%3A\" tabindex=\"-1\">Key Benefits of Automating Teams Meetings:<\/h3>\n<ul>\n<li><strong>Time Savings<\/strong>: Automate scheduling and reduce setup time.<\/li>\n<li><strong>Error Reduction<\/strong>: Ensure consistent meeting settings.<\/li>\n<li><strong>Policy Compliance<\/strong>: Align with security and organizational rules.<\/li>\n<li><strong>Scalability<\/strong>: Handle high meeting volumes efficiently.<\/li>\n<\/ul>\n<h3 id=\"quick-overview-of-what-you-can-automate%3A\" tabindex=\"-1\">Quick Overview of What You Can Automate:<\/h3>\n<ul>\n<li><strong>Meeting Creation<\/strong>: Use Calendar and Cloud Communications APIs for scheduling.<\/li>\n<li><strong>Real-Time Updates<\/strong>: Modify meeting details and adjust participant lists.<\/li>\n<li><strong>Notifications<\/strong>: Automate invitations, reminders, and attendance management.<\/li>\n<\/ul>\n<p><strong>Security Tip<\/strong>: Follow Microsoft\u2019s guidelines for secure API usage, including limiting permissions and monitoring activities.<\/p>\n<p>Whether you\u2019re using Graph API directly or third-party tools like nBold, automating Teams meetings can simplify operations and improve collaboration. Start with a pilot project to test workflows before scaling.<\/p>\n<h2 id=\"top-graph-api-scripts-for-teams-meetings\" tabindex=\"-1\" class=\"sb\">Top Graph API Scripts for Teams Meetings<\/h2>\n<h3 id=\"creating-teams-meetings-with-scripts\" tabindex=\"-1\">Creating Teams Meetings with Scripts<\/h3>\n<p>With Microsoft Graph API, you can programmatically create Teams meetings using two key tools: the Calendar API for basic scheduling and the Cloud Communications API for advanced features like custom policies and recording settings <a href=\"https:\/\/learn.microsoft.com\/en-us\/graph\/choose-online-meeting-api\" target=\"_blank\" style=\"display: inline;\" rel=\"nofollow noopener noreferrer\"><sup>[1]<\/sup><\/a>.<\/p>\n<p>These APIs work hand-in-hand to automate everything from simple scheduling tasks to more complex meeting setups. This allows organizations to establish consistent processes while still accommodating various meeting requirements.<\/p>\n<p>Once a meeting is set up, the Graph API also makes it easy to manage and adjust meetings in real time to meet changing needs.<\/p>\n<h3 id=\"modifying-and-managing-meetings\" tabindex=\"-1\">Modifying and Managing Meetings<\/h3>\n<p>Using Graph API scripts, administrators can make real-time updates to meetings as business needs shift. The Cloud Communications API allows you to modify meeting details, adjust participant lists, and enforce security settings &#8211; all while staying aligned with organizational policies.<\/p>\n<p>But it\u2019s not just about managing logistics. Keeping participants informed is just as important, and that\u2019s where automated tools for sending invitations and updates come into play.<\/p>\n<h3 id=\"automating-invitations-and-notifications\" tabindex=\"-1\">Automating Invitations and Notifications<\/h3>\n<p>Graph API simplifies communication by automating tasks like sending invitations, reminders, and managing attendance. With batch operations, you can handle large-scale meeting tasks efficiently &#8211; especially useful for events spanning multiple time zones.<\/p>\n<p>Tools like nBold take this a step further by integrating standardized meeting templates and automating the entire process, from scheduling to follow-ups. This makes it easier for organizations to tailor workflows to their <a href=\"https:\/\/nboldapp.com\/5-collaboration-challenges-nbold-can-solve\/\" style=\"display: inline;\">collaboration needs<\/a> while saving time and effort.<\/p>\n<h2 id=\"graph-api-send-automatic-teams-meeting-invite\" tabindex=\"-1\" class=\"sb\">Graph API Send Automatic Teams Meeting Invite<\/h2>\n<p><iframe class=\"sb-iframe\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/UmB9OFFuuD4\" frameborder=\"0\" loading=\"lazy\" allowfullscreen style=\"width: 100%; height: auto; aspect-ratio: 16\/9;\"><\/iframe><\/p>\n<h6 id=\"sbb-itb-8be0fd2\" tabindex=\"-1\">sbb-itb-8be0fd2<\/h6>\n<h2 id=\"tips-for-secure-and-reliable-automation\" tabindex=\"-1\" class=\"sb\">Tips for Secure and Reliable Automation<\/h2>\n<p>Automation works best when APIs are used securely and efficiently, ensuring smooth operations and protecting sensitive data.<\/p>\n<h3 id=\"keeping-api-use-secure-and-compliant\" tabindex=\"-1\">Keeping API Use Secure and Compliant<\/h3>\n<p>Follow Microsoft&#8217;s security guidelines to keep your API usage secure. Regularly update your authentication protocols and limit application access with specific <a href=\"https:\/\/docs.nbold.co\/trust-center\/microsoft-graph-permissions\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">permission scopes<\/a>. Proper token management, credential rotation, and adherence to industry regulations are also critical.<\/p>\n<p>Here are some key security practices to follow:<\/p>\n<ul>\n<li><strong>Set precise permission scopes<\/strong> to control access.<\/li>\n<li><strong>Conduct regular security audits<\/strong> to uncover vulnerabilities.<\/li>\n<li><strong>Monitor API activities<\/strong> to detect and address any unusual behavior.<\/li>\n<\/ul>\n<h3 id=\"improving-performance-and-avoiding-issues\" tabindex=\"-1\">Improving Performance and Avoiding Issues<\/h3>\n<p>Optimizing API calls and handling errors effectively can help maintain smooth operations. Retry mechanisms and proactive error handling are particularly useful.<\/p>\n<p>Take a look at these common challenges and their solutions:<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Challenge<\/th>\n<th>Solution<\/th>\n<th>Impact<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>API Throttling<\/td>\n<td>Use exponential backoff<\/td>\n<td>Cuts failed requests by up to 90%<\/td>\n<\/tr>\n<tr>\n<td>Rate Limits<\/td>\n<td>Batch API calls<\/td>\n<td>Boosts throughput while staying compliant<\/td>\n<\/tr>\n<tr>\n<td>Response Times<\/td>\n<td>Cache data<\/td>\n<td>Enhances performance by 40-60%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>To ensure top performance, monitor how your APIs are being used. Keep an eye on response times, error rates, and resource usage to catch potential problems early. Adjust your strategies based on these insights.<\/p>\n<p>When using third-party tools, confirm they align with Microsoft&#8217;s authentication methods and fit within your organization&#8217;s security policies.<\/p>\n<h2 id=\"using-third-party-tools-with-graph-api\" tabindex=\"-1\" class=\"sb\">Using Third-Party Tools with Graph API<\/h2>\n<p>Third-party tools enhance what Graph API can do, helping organizations create more advanced and scalable automation workflows for Teams.<\/p>\n<h3 id=\"how-nbold-enhances-teams-collaboration\" tabindex=\"-1\">How <a href=\"https:\/\/nboldapp.com\/\" style=\"display: inline;\">nBold<\/a> Enhances Teams Collaboration<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/mars-images.imgix.net\/seobot\/screenshots\/nboldapp.com-efa6e611952e27c0802594bb2dbe4532.jpg?auto=compress\" alt=\"nBold\" style=\"width:100%;\"><\/p>\n<p>nBold boosts Teams automation with specialized templates and workflow solutions. By leveraging Graph API permissions like <code>Calendars.ReadWrite.Shared<\/code> and <code>Group.Read.All<\/code>, it streamlines meeting management and team collaboration.<\/p>\n<p>Here are some of its standout features:<\/p>\n<ul>\n<li><strong>Custom team templates<\/strong> with ready-to-use channels<\/li>\n<li><strong>Automated folder structures<\/strong> and file templates<\/li>\n<li><strong><a href=\"https:\/\/nboldapp.com\/microsoft-teams-templates\/planner-template\/\" style=\"display: inline;\">Integrated planner board templates<\/a><\/strong><\/li>\n<\/ul>\n<p>These features help teams stay organized and run meetings more efficiently.<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Automation Feature<\/th>\n<th>Graph API Integration<\/th>\n<th>Business Benefit<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Team Templates<\/td>\n<td>Automated channel creation<\/td>\n<td>Cuts team setup time by 50%<\/td>\n<\/tr>\n<tr>\n<td>Meeting Management<\/td>\n<td>Calendar integration<\/td>\n<td>Speeds up meeting scheduling<\/td>\n<\/tr>\n<tr>\n<td>Resource Organization<\/td>\n<td>File structure automation<\/td>\n<td>Simplifies document organization<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>While nBold focuses on template-driven automation, tools like Power Automate and <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/azure-functions\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"display: inline;\">Azure Functions<\/a> bring additional flexibility for creating broader workflows.<\/p>\n<h3 id=\"other-tools-for-teams-automation\" tabindex=\"-1\">Other Tools for Teams Automation<\/h3>\n<p>Microsoft Power Automate and Azure Functions provide customizable workflows tailored to Teams automation.<\/p>\n<p>When selecting third-party tools, keep these factors in mind:<\/p>\n<ul>\n<li><strong>Authentication compatibility<\/strong> with Microsoft\u2019s security protocols<\/li>\n<li><strong>API permission requirements<\/strong> that align with your organization\u2019s policies<\/li>\n<li><strong>Integration options<\/strong> with existing systems<\/li>\n<li><strong>Capacity to scale<\/strong> as automation needs grow<\/li>\n<\/ul>\n<h2 id=\"summary-and-next-steps\" tabindex=\"-1\" class=\"sb\">Summary and Next Steps<\/h2>\n<h3 id=\"key-points-recap\" tabindex=\"-1\">Key Points Recap<\/h3>\n<p>The Graph API simplifies automating Teams meeting tasks by leveraging Calendar and Cloud Communications APIs <a href=\"https:\/\/learn.microsoft.com\/en-us\/graph\/choose-online-meeting-api\" target=\"_blank\" style=\"display: inline;\" rel=\"nofollow noopener noreferrer\"><sup>[1]<\/sup><\/a>. This automation covers meeting setup, management, and follow-up, helping businesses save time and streamline operations.<\/p>\n<p>Here are the main areas of improvement in Teams meeting management:<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Automation Area<\/th>\n<th>Business Impact<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Meeting Creation<\/td>\n<td>Reduces time with standardized templates<\/td>\n<\/tr>\n<tr>\n<td>Calendar Management<\/td>\n<td>Handles scheduling and resolves conflicts automatically<\/td>\n<\/tr>\n<tr>\n<td>Resource Allocation<\/td>\n<td>Simplifies booking rooms and equipment<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Tools like <strong>nBold<\/strong> further enhance these capabilities by providing ready-made templates and automated workflows, making the adoption process quicker and easier.<\/p>\n<h3 id=\"how-to-get-started\" tabindex=\"-1\">How to Get Started<\/h3>\n<p>To effectively automate your Teams meetings, follow these steps:<\/p>\n<ul>\n<li><strong>Review API Documentation<\/strong>: Familiarize yourself with Microsoft&#8217;s Graph API documentation.<\/li>\n<li><strong>Choose an Integration Method<\/strong>: Decide whether to use the Calendar API or Cloud Communications API based on your needs.<\/li>\n<li><strong>Plan for Security<\/strong>: Implement authentication and compliance measures to ensure data protection.<\/li>\n<\/ul>\n<p>Microsoft continues to improve the Graph API with better integration options and stronger security features. Tools like <strong>nBold<\/strong> can speed up deployment with their template-based automation solutions <a href=\"https:\/\/www.socialsellinator.com\/social-selling-blog\/seo-article-writing\" target=\"_blank\" style=\"display: inline;\" rel=\"nofollow noopener noreferrer\"><sup>[2]<\/sup><\/a>.<\/p>\n<p>Starting with a pilot project is a smart way to test these workflows. It allows you to address potential issues early and helps your team adjust to the new processes before scaling across the organization.<\/p>\n<h2>Related posts<\/h2>\n<ul>\n<li><a href=\"\/microsoft-graph-api-integration-with-teams\/\" style=\"display: inline;\">Microsoft Graph API Integration with Teams<\/a><\/li>\n<li><a href=\"\/schedule-teams-meetings-with-power-automate\/\" style=\"display: inline;\">Schedule Teams Meetings with Power Automate<\/a><\/li>\n<li><a href=\"\/microsoft-teams-5-ways-to-automate-meetings\/\" style=\"display: inline;\">Microsoft Teams: 5 Ways to Automate Meetings<\/a><\/li>\n<li><a href=\"\/ultimate-guide-to-graph-api-for-teams-events\/\" style=\"display: inline;\">Ultimate Guide to Graph API for Teams Events<\/a><\/li>\n<\/ul>\n<p><script async src=\"https:\/\/app.seobotai.com\/banner\/banner.js?id=675786b91bb7867e5c29c7c0\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Automate Teams meetings with Graph API to save time, reduce errors, and ensure compliance, while enhancing collaboration and efficiency.<\/p>","protected":false},"author":11,"featured_media":13548,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[745],"tags":[],"class_list":["post-13549","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-teams"],"featured_image_src":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/12\/image__1733796481700-scaled.jpg","author_info":{"display_name":"Alexandre Cipriani","author_link":"https:\/\/nboldapp.com\/fr\/author\/alexandre-cipriani\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Graph API Scripts: Automate Teams Meetings - nBold<\/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:\/\/nboldapp.com\/fr\/graph-api-scripts-automate-teams-meetings\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Graph API Scripts: Automate Teams Meetings\" \/>\n<meta property=\"og:description\" content=\"Automate Teams meetings with Graph API to save time, reduce errors, and ensure compliance, while enhancing collaboration and efficiency.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nboldapp.com\/fr\/graph-api-scripts-automate-teams-meetings\/\" \/>\n<meta property=\"og:site_name\" content=\"nBold\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-09T23:09:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-12T05:31:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/12\/image__1733796481700-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1429\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Alexandre Cipriani\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nboldhq\" \/>\n<meta name=\"twitter:site\" content=\"@nboldhq\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alexandre Cipriani\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Graph API Scripts: Automate Teams Meetings - nBold","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:\/\/nboldapp.com\/fr\/graph-api-scripts-automate-teams-meetings\/","og_locale":"fr_FR","og_type":"article","og_title":"Graph API Scripts: Automate Teams Meetings","og_description":"Automate Teams meetings with Graph API to save time, reduce errors, and ensure compliance, while enhancing collaboration and efficiency.","og_url":"https:\/\/nboldapp.com\/fr\/graph-api-scripts-automate-teams-meetings\/","og_site_name":"nBold","article_published_time":"2024-12-09T23:09:29+00:00","article_modified_time":"2024-12-12T05:31:13+00:00","og_image":[{"width":2560,"height":1429,"url":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/12\/image__1733796481700-scaled.jpg","type":"image\/jpeg"}],"author":"Alexandre Cipriani","twitter_card":"summary_large_image","twitter_creator":"@nboldhq","twitter_site":"@nboldhq","twitter_misc":{"\u00c9crit par":"Alexandre Cipriani","Dur\u00e9e de lecture estim\u00e9e":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/#article","isPartOf":{"@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/"},"author":{"name":"Alexandre Cipriani","@id":"https:\/\/nboldapp.com\/#\/schema\/person\/ffd46719c510e6ee95af907cd2c2f985"},"headline":"Graph API Scripts: Automate Teams Meetings","datePublished":"2024-12-09T23:09:29+00:00","dateModified":"2024-12-12T05:31:13+00:00","mainEntityOfPage":{"@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/"},"wordCount":1083,"publisher":{"@id":"https:\/\/nboldapp.com\/#organization"},"image":{"@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/#primaryimage"},"thumbnailUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/12\/image__1733796481700-scaled.jpg","articleSection":["Teams"],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/","url":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/","name":"Graph API Scripts: Automate Teams Meetings - nBold","isPartOf":{"@id":"https:\/\/nboldapp.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/#primaryimage"},"image":{"@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/#primaryimage"},"thumbnailUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/12\/image__1733796481700-scaled.jpg","datePublished":"2024-12-09T23:09:29+00:00","dateModified":"2024-12-12T05:31:13+00:00","breadcrumb":{"@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/#primaryimage","url":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/12\/image__1733796481700-scaled.jpg","contentUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/12\/image__1733796481700-scaled.jpg","width":1655,"height":924},{"@type":"BreadcrumbList","@id":"https:\/\/nboldapp.com\/graph-api-scripts-automate-teams-meetings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nboldapp.com\/"},{"@type":"ListItem","position":2,"name":"Graph API Scripts: Automate Teams Meetings"}]},{"@type":"WebSite","@id":"https:\/\/nboldapp.com\/#website","url":"https:\/\/nboldapp.com\/","name":"nBold","description":"The Collaboration Process Technology.","publisher":{"@id":"https:\/\/nboldapp.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nboldapp.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/nboldapp.com\/#organization","name":"nBold","url":"https:\/\/nboldapp.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nboldapp.com\/#\/schema\/logo\/image\/","url":"https:\/\/nboldapp.com\/wp-content\/uploads\/2022\/02\/Logo.svg","contentUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2022\/02\/Logo.svg","width":74,"height":21,"caption":"nBold"},"image":{"@id":"https:\/\/nboldapp.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/nboldhq","https:\/\/www.linkedin.com\/company\/nboldhq"]},{"@type":"Person","@id":"https:\/\/nboldapp.com\/#\/schema\/person\/ffd46719c510e6ee95af907cd2c2f985","name":"Alexandre Cipriani","url":"https:\/\/nboldapp.com\/fr\/author\/alexandre-cipriani\/"}]}},"_links":{"self":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/posts\/13549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/comments?post=13549"}],"version-history":[{"count":0,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/posts\/13549\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/media\/13548"}],"wp:attachment":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/media?parent=13549"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/categories?post=13549"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/tags?post=13549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}