{"id":789,"date":"2017-02-17T04:05:09","date_gmt":"2017-02-17T03:05:09","guid":{"rendered":"https:\/\/booking-activities.fr\/fr\/docs\/documentation-utilisateur\/demarrer-avec-booking-activities\/display-customers-bookings-list-on-the-frontend\/"},"modified":"2025-06-18T10:44:40","modified_gmt":"2025-06-18T08:44:40","slug":"display-customers-bookings-list-on-the-frontend","status":"publish","type":"docs","link":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/","title":{"rendered":"Display customers bookings list on the frontend"},"content":{"rendered":"<p>When <a href=\"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-calendars-on-product-page\/\">calendars are diplayed on your product pages<\/a> or <a href=\"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-a-booking-form-or-a-calendar-on-the-frontend\/\">booking forms are displayed on your website<\/a>, your customers are able to make bookings. Thus, they need to see their bookings list and perform some actions on them. Here is how:<\/p>\n<ul>\n<li>Go to the post \/ page where you want to display user&#8217;s bookings list in admin panel\n<ul>\n<li><em>Tip: My account page of any subpage is a good choice<\/em>\n \t<\/ul>\n<li>Copy and paste this simple shortcode: <code>[bookingactivities_list]<\/code> wherever you want on this page\n<li>You can also display a calendar containing your customer&#8217;s bookings only. You just need to create a booking form with the calendar field only and to configure it to display events booked by the current user only, and past events. Then, paste its shortcode on your page.\n<li>Go to this page on the frontend and the connected user&#8217;s bookings list appears\n<\/ul>\n<p><strong>The user must be logged in<\/strong> and have at least one booking, else nothing would appear.<br \/>\nSo it is recommended to <strong>display a login form on the same page<\/strong>, see <a href=\"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-a-login-registration-form\/\">this docs<\/a>.<\/p>\n<p>The <code>[bookingactivities_list]<\/code> shortcode has a lot of attributes allowing you to filter the displayed bookings:<\/p>\n<table class=\"user-booking-list-shortcode-attributes-table\">\n<thead>\n<tr>\n<th>Attribute<\/th>\n<th>Expected value<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>user_id<\/code><\/td>\n<td>The desired user ID (integer), <code>current<\/code>, or <code>all<\/code>.<br \/><em>Default: <code>current<\/code>.<\/em><br \/><em>You can also set an email address instead of an integer, in order to display the bookings made without account.<\/em><\/td>\n<\/tr>\n<tr>\n<td><code>per_page<\/code><\/td>\n<td>Number of rows to display per page (integer).<br \/><em>Default: <code>10<\/code>.<\/em><\/td>\n<\/tr>\n<tr>\n<td><code>status<\/code><\/td>\n<td>Allowed booking statuses (allowed values: <code>delivered<\/code>, <code>booked<\/code>, <code>pending<\/code>, <code>cancelled<\/code>, <code>refunded<\/code>, <code>refund_requested<\/code>, <code>in_cart<\/code>, <code>expired<\/code>, <code>removed<\/code>) (comma separated).<br \/><em>Default: <code>delivered,booked,pending,cancelled,refunded,refund_requested<\/code>.<\/em><\/td>\n<\/tr>\n<tr>\n<td><code>payment_status<\/code><\/td>\n<td>Allowed booking payment statuses (allowed values: <code>paid<\/code>, <code>due<\/code>, <code>none<\/code>) (comma separated).<\/td>\n<\/tr>\n<tr>\n<td><code>from<\/code><\/td>\n<td>Starting date (<code>YYYY-MM-DD<\/code> format, or a <a href=\"https:\/\/www.php.net\/manual\/en\/datetime.formats.php#datetime.formats.relative\" rel=\"noopener noreferrer\" target=\"_blank\">compatible relative format<\/a> such as <code>today<\/code> or <code>next monday<\/code>).<\/td>\n<\/tr>\n<tr>\n<td><code>to<\/code><\/td>\n<td>Ending date (<code>YYYY-MM-DD<\/code> format, or a <a href=\"https:\/\/www.php.net\/manual\/en\/datetime.formats.php#datetime.formats.relative\" rel=\"noopener noreferrer\" target=\"_blank\">compatible relative format<\/a> such as <code>+7 day<\/code> or <code>last day of this month<\/code>).<\/td>\n<\/tr>\n<tr>\n<td><code>order_by<\/code><\/td>\n<td>Order the list by data (allowed values: <code>id<\/code>, <code>event_id<\/code>, <code>event_start<\/code>, <code>event_end<\/code>, <code>state<\/code>, <code>payment_status<\/code>, <code>creation_date<\/code>, <code>quantity<\/code>, <code>active<\/code>, <code>form_id<\/code>, <code>user_id<\/code>) (ordered and comma separated).<br \/><em>Default: <code>creation_date,id,event_start<\/code>.<\/em><\/td>\n<\/tr>\n<tr>\n<td><code>order<\/code><\/td>\n<td>Sorting order of the list (allowed values: <code>asc<\/code> or <code>desc<\/code>).<br \/><em>Default: <code>desc<\/code>.<\/em><\/td>\n<\/tr>\n<tr>\n<td><code>templates<\/code><\/td>\n<td>Calendar ID(s) where the bookings must come from (integer) (comma separated).<\/td>\n<\/tr>\n<tr>\n<td><code>activities<\/code><\/td>\n<td>Activity ID(s) where the bookings must come from (integer) (comma separated).<\/td>\n<\/tr>\n<tr>\n<td><code>in__group_category_id<\/code><\/td>\n<td>Only booking groups from groups of events of these categories will be displayed. Group category ID(s) (integer) (comma separated).<\/td>\n<\/tr>\n<tr>\n<td><code>not_in__group_category_id<\/code><\/td>\n<td>Booking groups from groups of events of these categories won&#8217;t be displayed. Group category ID(s) (integer) (comma separated).<\/td>\n<\/tr>\n<tr>\n<td><code>in__form_id<\/code><\/td>\n<td>Form ID(s) where the bookings must come from (integer).<\/td>\n<\/tr>\n<tr>\n<td><code>not_in__form_id<\/code><\/td>\n<td>The bookings made with these forms won&#8217;t be displayed. Form ID(s) (integer) (comma separated).<\/td>\n<\/tr>\n<tr>\n<td><code>in__resource_id<\/code><\/td>\n<td>Requires the <a href=\"https:\/\/booking-activities.fr\/fr\/downloads\/resource-availability\/\" rel=\"noopener noreferrer\" target=\"_blank\">Resource Availability<\/a> add-on. Only bookings with these resources assigned will appear. Resources ID(s) (integer) (comma separated).<\/td>\n<\/tr>\n<tr>\n<td><code>columns<\/code><\/td>\n<td>\nDisplayed columns (allowed values: <code>booking_id<\/code>, <code>status<\/code>, <code>payment_status<\/code>, <code>quantity<\/code>, <code>creation_date<\/code>, <code>events<\/code>, <code>event_id<\/code>, <code>event_title<\/code>, <code>start_date<\/code>, <code>end_date<\/code>, <code>template_id<\/code>, <code>template_title<\/code>, <code>activity_id<\/code>, <code>activity_title<\/code>, <code>form_id<\/code>, <code>order_id<\/code>, <code>actions<\/code>, <code>customer_id<\/code>, <code>customer_display_name<\/code>, <code>customer_first_name<\/code>, <code>customer_last_name<\/code>, <code>customer_email<\/code>, <code>customer_phone<\/code>) (ordered and comma separated).<\/p>\n<p>With WooCommerce\u00a0: <code>product_id<\/code>, <code>product_title<\/code><\/p>\n<p>With WooCommerce, <a href=\"https:\/\/booking-activities.fr\/en\/downloads\/prices-and-credits\/\" rel=\"noopener noreferrer\" target=\"_blank\">Prices and Credits<\/a> or <a href=\"https:\/\/booking-activities.fr\/en\/downloads\/advanced-forms\/\" rel=\"noopener noreferrer\" target=\"_blank\">Advanced Forms<\/a>: <code>price<\/code>.<\/p>\n<p>With the <a href=\"https:\/\/booking-activities.fr\/en\/downloads\/prices-and-credits\/\" rel=\"noopener noreferrer\" target=\"_blank\">Prices and Credits<\/a> add-on: <code>price_categories<\/code>, <code>booking_price<\/code>, <code>booking_price_in_credits<\/code>, <code>booking_pass_id<\/code>, <code>booking_pass_title<\/code>.<\/p>\n<p>With the <a href=\"https:\/\/booking-activities.fr\/en\/downloads\/advanced-forms\/\" rel=\"noopener noreferrer\" target=\"_blank\">Advanced Forms<\/a> add-on you can also use your custom fields name.<\/p>\n<p>With the <a href=\"https:\/\/booking-activities.fr\/en\/downloads\/resource-availability\/\" rel=\"noopener noreferrer\" target=\"_blank\">Resource Availability<\/a> add-on: <code>resources<\/code>, <code>booking_resources<\/code>, <code>event_resources<\/code>, <code>resource_{id}<\/code> where {id} is the resource ID.<\/p>\n<p>With the <a href=\"https:\/\/booking-activities.fr\/en\/downloads\/notification-pack\/\" rel=\"noopener noreferrer\" target=\"_blank\">Notification Pack<\/a> add-on: <code>specific_message<\/code>, <code>activity_message<\/code>, <code>event_message<\/code>, <code>group_category_message<\/code>, <code>group_of_events_message<\/code>, <code>resource_message<\/code>.<\/p>\n<p><em>Default: <code>booking_id,events,quantity,status,actions<\/code>.<\/em><br \/>Private data (last name, given name, email, phone&#8230;) will be <strong style=\"color:red;\">hidden for confidentiality matters<\/strong> (see how to <a href=\"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-display-pack-add-on\/display-the-event-participants-on-the-frontend\/#allow-to-display-private-data\">display private data<\/a>).<\/td>\n<\/tr>\n<tr>\n<td><code>group_by<\/code><\/td>\n<td><code>booking_group<\/code> to display one row per booking group instead of one row per booking (<code>none<\/code>). <br \/><em>Default: <code>booking_group<\/code><\/em>.<\/td>\n<\/tr>\n<tr>\n<td><code>login_form<\/code><\/td>\n<td>Form ID having a &#8220;Login \/ Registration&#8221; field (integer). This login \/ registration form will be displayed instead of the booking list if the user is not logged in.<\/td>\n<\/tr>\n<tr>\n<td><code>one_row_per_participant<\/code><\/td>\n<td>Requires <a href=\"https:\/\/booking-activities.fr\/en\/downloads\/advanced-forms\/\" rel=\"noopener noreferrer\" target=\"_blank\">Advanced Forms<\/a> add-on. <code>1<\/code> to display one row for each participant instead of one row per booking (<code>0<\/code>).<br \/><em>Default: <code>0<\/code><\/em>.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Here is an example how to use the attributes: <code>[bookingactivities_list per_page=\"20\" templates=\"1,2,4\" status=\"delivered,booked,pending\" from=\"today\" columns=\"booking_id,events,quantity,creation_date,status,actions\"]<\/code><\/p>\n<p>Some of the bookings may have available actions such as &#8216;Cancel&#8217; or &#8216;Reschedule&#8217;. Indeed users can <a href=\"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/cancel-reschedule-and-ask-for-a-refund-as-a-customer\/\">perform actions on their bookings<\/a> depending on their state, and if you <a href=\"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/advanced-use-of-booking-activities\/manage-cancel-reschedule-and-refund-settings\/\"> allow your customers to manage their bookings<\/a>.<\/p>","protected":false},"featured_media":0,"parent":130,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_is_vendor_doc":"0","footnotes":""},"doc_tag":[],"class_list":["post-789","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Display customers bookings list on the frontend - Booking Activities<\/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:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Display customers bookings list on the frontend - Booking Activities\" \/>\n<meta property=\"og:description\" content=\"When calendars are diplayed on your product pages or booking forms are displayed on your website, your customers are able to make bookings. Thus, they need to see their bookings ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/\" \/>\n<meta property=\"og:site_name\" content=\"Booking Activities\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-18T08:44:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/docs\\\/user-documentation\\\/get-started-with-booking-activities\\\/display-customers-bookings-list-on-the-frontend\\\/\",\"url\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/docs\\\/user-documentation\\\/get-started-with-booking-activities\\\/display-customers-bookings-list-on-the-frontend\\\/\",\"name\":\"Display customers bookings list on the frontend - Booking Activities\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/#website\"},\"datePublished\":\"2017-02-17T03:05:09+00:00\",\"dateModified\":\"2025-06-18T08:44:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/docs\\\/user-documentation\\\/get-started-with-booking-activities\\\/display-customers-bookings-list-on-the-frontend\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[[\"https:\\\/\\\/booking-activities.fr\\\/en\\\/docs\\\/user-documentation\\\/get-started-with-booking-activities\\\/display-customers-bookings-list-on-the-frontend\\\/\"]]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/docs\\\/user-documentation\\\/get-started-with-booking-activities\\\/display-customers-bookings-list-on-the-frontend\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentation utilisateur\",\"item\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/docs\\\/documentation-utilisateur\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Booking Activities (bases)\",\"item\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/docs\\\/documentation-utilisateur\\\/demarrer-avec-booking-activities\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Display customers bookings list on the frontend\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/\",\"name\":\"Booking Activities\",\"description\":\"Booking plugin for Wordpress websites\",\"publisher\":{\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/#organization\",\"name\":\"Booking Activities\",\"url\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/booking-activities.fr\\\/wp-content\\\/uploads\\\/Logo_Booking_Activities_light_bg.png\",\"contentUrl\":\"https:\\\/\\\/booking-activities.fr\\\/wp-content\\\/uploads\\\/Logo_Booking_Activities_light_bg.png\",\"width\":512,\"height\":83,\"caption\":\"Booking Activities\"},\"image\":{\"@id\":\"https:\\\/\\\/booking-activities.fr\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Display customers bookings list on the frontend - Booking Activities","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:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/","og_locale":"en_US","og_type":"article","og_title":"Display customers bookings list on the frontend - Booking Activities","og_description":"When calendars are diplayed on your product pages or booking forms are displayed on your website, your customers are able to make bookings. Thus, they need to see their bookings ...","og_url":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/","og_site_name":"Booking Activities","article_modified_time":"2025-06-18T08:44:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/","url":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/","name":"Display customers bookings list on the frontend - Booking Activities","isPartOf":{"@id":"https:\/\/booking-activities.fr\/en\/#website"},"datePublished":"2017-02-17T03:05:09+00:00","dateModified":"2025-06-18T08:44:40+00:00","breadcrumb":{"@id":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":[["https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/"]]}]},{"@type":"BreadcrumbList","@id":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-customers-bookings-list-on-the-frontend\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/booking-activities.fr\/en\/"},{"@type":"ListItem","position":2,"name":"Documentation utilisateur","item":"https:\/\/booking-activities.fr\/en\/docs\/documentation-utilisateur\/"},{"@type":"ListItem","position":3,"name":"Booking Activities (bases)","item":"https:\/\/booking-activities.fr\/en\/docs\/documentation-utilisateur\/demarrer-avec-booking-activities\/"},{"@type":"ListItem","position":4,"name":"Display customers bookings list on the frontend"}]},{"@type":"WebSite","@id":"https:\/\/booking-activities.fr\/en\/#website","url":"https:\/\/booking-activities.fr\/en\/","name":"Booking Activities","description":"Booking plugin for Wordpress websites","publisher":{"@id":"https:\/\/booking-activities.fr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/booking-activities.fr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/booking-activities.fr\/en\/#organization","name":"Booking Activities","url":"https:\/\/booking-activities.fr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/booking-activities.fr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/booking-activities.fr\/wp-content\/uploads\/Logo_Booking_Activities_light_bg.png","contentUrl":"https:\/\/booking-activities.fr\/wp-content\/uploads\/Logo_Booking_Activities_light_bg.png","width":512,"height":83,"caption":"Booking Activities"},"image":{"@id":"https:\/\/booking-activities.fr\/en\/#\/schema\/logo\/image\/"}}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/docs\/789","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/comments?post=789"}],"version-history":[{"count":5,"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/docs\/789\/revisions"}],"predecessor-version":[{"id":38513,"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/docs\/789\/revisions\/38513"}],"up":[{"embeddable":true,"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/docs\/130"}],"next":[{"title":"[:fr]G\u00e9rer vos r\u00e9servations[:en]Manage your bookings[:]","link":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/manage-your-bookings-lists\/","href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/docs\/166"}],"prev":[{"title":"[:fr]Afficher le planning d'une activit\u00e9 sur une page produit WooCommerce[:en]Display calendars on a WooCommerce product page[:]","link":"https:\/\/booking-activities.fr\/en\/docs\/user-documentation\/get-started-with-booking-activities\/display-calendars-on-product-page\/","href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/docs\/163"}],"wp:attachment":[{"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/media?parent=789"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/booking-activities.fr\/en\/wp-json\/wp\/v2\/doc_tag?post=789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}