{"id":23955,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/example-3-1\/"},"modified":"2025-02-12T18:02:34","modified_gmt":"2025-02-13T02:02:34","slug":"example-3-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/","title":{"rendered":"Example 3"},"content":{"rendered":"<p>It is often useful to search for related issues in order to identify information that you want to copy into the current issue. For example, you might have a business area that contains all your customers, and another business area where you want to create issues that any customer might report. This feature allows you to enter some key identifying information about a customer, such as their name, email address or telephone number, bring back all matching records, and then select the specific customer that you want to associate the customer issue with.<\/p>\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/cust-search-a.png\" width=\"90%\" \/><\/p>\n<p><span class=\"imageCaption\">Initial customer search<\/span><\/p>\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/cust-search-b.png\" width=\"90%\" \/><\/p>\n<p><span class=\"imageCaption\">Entering the search criteria and seeing the results<\/span><\/p>\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/cust-search-c.png\" width=\"90%\" \/><\/p>\n<p><span class=\"imageCaption\">Selecting the result and populating the issue<\/span><\/p>\n<p>When you look at the above screenshot, you will see that you have a search capability, a search results area, and the underlying <em>add<\/em> screen into which you want the selected record to appear. The basic configuration is this:<\/p>\n<ul>\n<li>\n\t\tStart by creating the <em>add<\/em> or <em>edit<\/em> screen in the normal way<\/li>\n<li>\n\t\tCreate a search layout to be used as the available filters for the search<\/li>\n<li>\n\t\tCreate a related issue display to hold the results of the search<\/li>\n<li>\n\t\tAssembling the search layout and related issue display layout on the <em>add<\/em> or <em>edit<\/em> screen<\/li>\n<li>\n\t\tAssociate the fields on the underlying <em>add<\/em> or <em>edit<\/em> screen with the fields to be populated from the search results<\/li>\n<\/ul>\n<h3>\n\tThe Search Layout<\/h3>\n<p>First, create a new layout type. This may have any name and any title, but it must have a usage type of <b>Search<\/b>. This is used to contain the search filters that will be displayed to the user. For our example, we will use the name CUSTOMER_SEARCH. Next, add the new layout to the area and project where it is needed, creating a new layout. Onto this layout, you will place the fields to be used as filters. No special layout cell attributes are required, but you may use whatever attributes help you provide an aesthetically pleasing display. Save this layout.<\/p>\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/search-layout.png\" width=\"90%\" \/><\/p>\n<p><span class=\"imageCaption\">The search layout<\/span><\/p>\n<h3>\n\tThe Related Issue Display Layout<\/h3>\n<p>This is used to contain the results of the search. Note that the fields displayed do not need to match the fields within the search layout, although it is common to see several fields in common. Create a new layout type to contain the related issue display. By convention, begin the name of the new layout type with <b>RELATED_<\/b> and followed by remaining characters that provide an unique name for the layout. The usage type of this layout must be <b>Report<\/b>. For our example, we name this layout type RELATED_CUSTOMER_ISSUES. Now, add the new layout to the area and project where it is needed, creating a new layout. In the first column of the layout, place the inbuilt field with the name <b>RELATIONSHIP_GROUP_CHOOSE_BTN<\/b>. This is used as the selector for the record(s) whose results you want to place into the <em>add<\/em> or <em>edit<\/em> screen. It is recommended that you only place the <b>VIEW_BUTTON<\/b> as any other button on this layout. You should not place other buttons such as <b>EDIT_BUTTON<\/b> or <b>QUICKEDIT_BUTTON<\/b> on this layout. Place the remaining fields that you want to display on the related issue display on the layout, and save the layout.<\/p>\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/customer-search-results.png\" width=\"90%\" \/><\/p>\n<p><span class=\"imageCaption\">The related issue display layout<\/span><\/p>\n<h3>\n\tConfiguring the <em>Add<\/em> or <em>Edit<\/em> Screen to Use the Search and Related Issue Display Layouts<\/h3>\n<p>A link field is required to pass the results from the selection made on the Related Issue Display layout, so begin by creating this field, with a display type of text. Give this field read \/ write permissions for the roles that will be adding customers. This field must be placed on the <em>add<\/em> or <em>edit<\/em> screen, but it need not be visible. For example, you might provide this field with two layout cell attributes to hide it. Set a FIELD STYLE of <b>display:none<\/b> and a FIELD LABEL TAG of <b>display:none<\/b> as layout cell attributes, thus ensuring the field can never be seen on the screen by any user. Note that you cannot use the FIELD\/LAYOUT VISIBLE IF layout cell attribute. This is because this attribute only places the field into the HTML form when it becomes visible. We need the field on the form even when it is invisible to be used as the link field. In our example, we use the name CUST_LINK_FIELD.<\/p>\n<p>Place your search layout on the <em>add<\/em> or <em>edit<\/em> screen. This layout does not require any layout cell attributes, but you might decide to hide it using FIELD\/LAYOUT VISIBLE IF, once you have made your selection from the results of the search.<\/p>\n<p>Place your related issue display layout on the <em>add<\/em> or <em>edit<\/em> screen. This is the place where you configure several layout cell attributes that link that bind all the elements together:<\/p>\n<ul>\n<li>\n\t\tRID RELATION TYPE &#8211; You must set this to a value of <b>Linked<\/b><\/li>\n<li>\n\t\tRID SEARCH FILTER LAYOUT &#8211; This identifies the Search Layout you created above. Simply select its name from the list of values<\/li>\n<li>\n\t\tRID PREHEADER &#8211; This attribute provides an area above the related issue display that contains the function buttons, as well as providing a title to the related issue display. The value you provide with this attribute becomes the title. Unless you define a RID PREHEADER attribute, the RID PREHEADER REFRESH BUTTON and the RID PREHEADER SUBMIT BUTTON will not appear, as the RID PREHEADER is used as a container for these buttons<\/li>\n<li>\n\t\tRID PREHEADER REFRESH BUTTON &#8211; This places a button onto the related issue display pre-header bar that allows the user to get the search results from the current set of filters, and to refresh the results if the user changes the filters. The button has a default title of <b>Search<\/b>, but you can optionally provide a value to the attribute which will then appear as the label on the button. You must define a RID PREHEADER for this button to be visible<\/li>\n<li>\n\t\tRID PREHEADER SUBMIT BUTTON &#8211; This places a button onto the related issue display pre-header bar that allows the user to update ID&#8217;s for the selected values within the display into the FIELD NAME. The button has a default title of <b>Connect<\/b>, but you can optionally provide a value to the attribute which will then appear as the label on the button You must define a RID PREHEADER for this button to be visible<\/li>\n<li>\n\t\tRID LINK FIELD NAME &#8211; This is the name of the link field that receives the ID&#8217;s of the selected issues from the related issue display. Simply select the field name from the list presented to you when you add the attribute<\/li>\n<li>\n\t\tRID SINGLE SELECT &#8211; Select this attribute if you want to restrict the user to only make a single selection from the list of search results. You will typically select this if you want the destination of the search result selection to be fields within the current <em>add<\/em> or <em>edit<\/em> screen. If it is your intent to allow the user to add an arbitrary number of related issues, then do not add this attribute, thereby allowing multiple search results to be selected.<\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/search-edit-layout2.png\" width=\"90%\" \/><\/p>\n<p><span class=\"imageCaption\">The search layout<\/span><\/p>\n<h3>\n\tDeveloping Business Rules to Associate the Issue with the Results<\/h3>\n<p>The business rules work by getting the values of the ID&#8217;s within the CUST_LINK_FIELD and linking the current issue to the selected values. There are three basic premises; you are retrieving a single result into fields in the current issue, you are retrieving multiple results into repeating row records or you are retrieving multiple results into related issues.<\/p>\n<h4>\n\tPlacing Results Within Fields in the Current Issue<\/h4>\n<p>In this case the CUST_LINK_FIELD will contain a single value which is the ID of the record we will associate with the current issue. This is done with business rules similar to the following:<\/p>\n<pre class=\"fixedWidthFont tableWithBorder\" width=\"80%\">\r\n&lt;== link customerSearchLink ==&gt; AREA='Customers', ID=CUST_LINK_FIELD\r\n\r\n&lt;== refresh ==&gt;\r\nif (CUST_LINK_FIELD.{changed}) {\r\n  CUST_NAME          = (customerSearchLink).CUST_NAME; \r\n  CUST_CONTACT_NAME  = (customerSearchLink).CUST_CONTACT_NAME; \r\n  CUST_PHONE_NUMBER  = (customerSearchLink).CUST_PHONE_NUMBER;\r\n  CUST_EMAIL         = (customerSearchLink).CUST_EMAIL;\r\n}\r\n<\/pre>\n<p>The <span class=\"fixedWidthFont\">link<\/span> directive establishes a link based on the ID of the issue we want to retrieve being equal to the value contained in the CUST_LINK_FIELD field we created.<\/p>\n<p>The commands within the <span class=\"fixedWidthFont\">refresh<\/span> directive establish the assignments to be made when the CUST_LINK_FIELD is populated from the search results.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is often useful to search for related issues in order to identify information that you want to copy into the current issue. For example, you might have a business area that contains all your customers, and another business area where you want to create issues that any customer might report. This feature allows you&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":23952,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-23955","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Example 3 - Product Documentation<\/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:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Example 3 - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"It is often useful to search for related issues in order to identify information that you want to copy into the current issue. For example, you might have a business area that contains all your customers, and another business area where you want to create issues that any customer might report. This feature allows you...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-13T02:02:34+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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/\",\"name\":\"Example 3 - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-02-13T02:02:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Administration Guide\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Site Configuration Menu\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Design Center\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"Relationship Layouts\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/\"},{\"@type\":\"ListItem\",\"position\":7,\"name\":\"Example Related Issue Configurations\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/\"},{\"@type\":\"ListItem\",\"position\":8,\"name\":\"Example 3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Example 3 - Product Documentation","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:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/","og_locale":"en_US","og_type":"article","og_title":"Example 3 - Product Documentation","og_description":"It is often useful to search for related issues in order to identify information that you want to copy into the current issue. For example, you might have a business area that contains all your customers, and another business area where you want to create issues that any customer might report. This feature allows you...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-02-13T02:02:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/","name":"Example 3 - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-02-13T02:02:34+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/example-3-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Administration Guide","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/"},{"@type":"ListItem","position":4,"name":"Site Configuration Menu","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/"},{"@type":"ListItem","position":5,"name":"Design Center","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/"},{"@type":"ListItem","position":6,"name":"Relationship Layouts","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/"},{"@type":"ListItem","position":7,"name":"Example Related Issue Configurations","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/design-center-4\/relationship-layouts-1\/example-related-issue-configurations-1\/"},{"@type":"ListItem","position":8,"name":"Example 3"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/23955","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=23955"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/23955\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/23952"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=23955"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}