{"id":24309,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/evsearch-1\/"},"modified":"2025-03-04T17:09:24","modified_gmt":"2025-03-05T01:09:24","slug":"evsearch-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/","title":{"rendered":"evsearch"},"content":{"rendered":"<p>Search for issues with a combination of filters and display the search results.<\/p>\n<h3>SYNOPSIS<\/h3>\n<p class=\"fixedWidthFont\">evsearch [-n] [-i] [-c field1,field2, &#8230; fieldn] [-f myfile.txt] [-s skipcount] [-l pagelength] [-p reportID] [-T templatefile] [field1=value1[;value2[;valuen]]] [field2=value1[;value2[;valuen]]] &#8230; &#8230; [q]<\/p>\n<p class=\"fixedWidthFont\">evsearch -r [-n] [-s skipcount] [-l pagelength]<\/p>\n<p class=\"fixedWidthFont\">[field1=value1[;value2[;valuen]] [field2=value1[;value2[;valuen]]] &#8230; &#8230;.[q]<\/p>\n<p class=\"fixedWidthFont\">evsearch -d<\/p>\n<h3>DESCRIPTION<\/h3>\n<p>This command allows the user to search for issues that meet specified filter criteria, and displays results (field values) for issues that match the filter criteria. The user must provide both search criteria, and a list of fields to display. Note that any field selected must be on the detailed report layout for the business area and project currently selected, and that the user must have permission to read the fields.<\/p>\n<h4>Search Criteria<\/h4>\n<p>The user may specify search criteria in two ways, either on the command line, or through an interactive menu.<\/p>\n<p>On the command line, the user may specify fields and fields values to use as search criteria. If the command line is terminated by the letter q, the search will be immediately executed. If the command line does not terminate with the letter q, any search criteria specified on the command line will be passed along to the interactive menu, for additional filter criteria specification.<\/p>\n<p>By default, command-line-specified fields must be identified by their Display Titles. For fields with a display type of List, values must be identified by their display titles. When the <span class=\"fixedWidthFont\">-i<\/span> option is used, fields must be identified by their fixed database names, and list values must be identified by their fixed names (for non-UDF lists), or by their internal list ID\u2019s (for UDF lists). The <span class=\"fixedWidthFont\">evmeta<\/span> command displays both of these list names for all list items.<\/p>\n<p>A search may be performed for more than one value of a field by using a semi-colon to separate the values. For example:<\/p>\n<p><span class=\"fixedWidthFont\">STATUS=OPEN;FIXED;CLOSED<\/span><\/p>\n<p>will search for issues with a status of Open, Fixed or Closed.<\/p>\n<p>A variety of formats are supported for searching date fields:<\/p>\n<table>\n<tbody>\n<tr>\n<td class=\"fixedWidthFont\" width=\"200\">datefield=6\/24\/2003<\/td>\n<td>Searches for a date equal to 6\/24\/2003<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\">datefield=\u22126\/24\/2003<\/td>\n<td>Searches for dates up to and including 6\/24\/2003<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" style=\"white-space: nowrap;\">datefield=6\/24\/2003-6\/30\/2003<\/td>\n<td>Searches for all dates between 6\/24\/2003 and 6\/30\/2003 inclusive<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>These formats may be used either on the CLI, or through the interactive menu.<\/p>\n<p>Keyword searching is also supported through the CLI. On the command line, use the <span class=\"fixedWidthFont\">-k<\/span> option, and provide one or more keywords as a space-delimited list. When performing a keyword search, all text fields in the issue are searched for occurrences of the keywords entered. When multiple keywords are entered, the search will return issues that match any of the keywords. For example:<\/p>\n<p><span class=\"fixedWidthFont\">evsearch -k \u2018core stack\u2019 q<\/span><\/p>\n<p>will search for issues containing either the word \u2018core\u2019 or the word \u2018stack\u2019. Keyword search criteria must be specified on the command line. This option is not available through the interactive menu.<\/p>\n<p>If a command line is not terminated with the letter <span class=\"fixedWidthFont\">q<\/span>, <span class=\"fixedWidthFont\">evsearch<\/span> will display a menu of all the fields available as search criteria, with each field identified by a number. After the menu is displayed, the user will see the prompt:<\/p>\n<p><span class=\"fixedWidthFont\">Enter number or q to submit:<\/span>.<\/p>\n<p>When a field number is entered, evsearch will prompt for the search value. If the field is a list, the list of available values for that list will be displayed.<\/p>\n<p>After all desired search criteria have been entered, press <span class=\"fixedWidthFont\">q<\/span> to exit the menu and submit the search query to ExtraView.<\/p>\n<h4>List of Fields to Display<\/h4>\n<p>There are three ways of specifying the list of fields to be displayed:<\/p>\n<ol>\n<li>The <span class=\"fixedWidthFont\">-f<\/span> option<\/li>\n<li>The <span class=\"fixedWidthFont\">-c<\/span> option<\/li>\n<li>The existence of a file named <span class=\"fixedWidthFont\">$HOME\/.evsearch<\/span> (<span class=\"fixedWidthFont\">evsearch.txt<\/span> on Windows). One of these three approaches must be used. If no field list is provided, no field data will be displayed.<\/li>\n<\/ol>\n<p>By default, only fields on the <b>Detailed Report<\/b> layout of the user&#8217;s current Business Area and Project, to which the user has read permission, may be requested. You cannot request fields that do not appear on the detailed report for the currently selected business area, project and user role. However, the <span class=\"fixedWidthFont\">-p<\/span> option may be used to specify a different report to be used as the source of field data.<\/p>\n<p>Note: Even though attachments may be displayed on a report layout, <span class=\"fixedWidthFont\">evsearch<\/span> cannot display attachments. To view attachments, users may use the <span class=\"fixedWidthFont\">evfiles<\/span> command.<\/p>\n<p>If the file <span class=\"fixedWidthFont\">$HOME\/.evsearch<\/span> exists, and neither the <span class=\"fixedWidthFont\">-c<\/span> option nor the <span class=\"fixedWidthFont\">-f<\/span> option are provided, <span class=\"fixedWidthFont\">evsearch<\/span> will use the contents of this file as the list of field names whose values will be displayed. The format of this file is:<\/p>\n<ul>\n<li>This file may only contain printable, ASCII characters<\/li>\n<li>Tabs, spaces, and blank lines are ignored<\/li>\n<li>Only one field name may be placed per line<\/li>\n<li>Only fixed database names may be used<\/li>\n<li>Lines whose first non-blank character is a hash character (#) are ignored<\/li>\n<li>A line containing only the string, <span class=\"fixedWidthFont\">__END__<\/span> marks the end of the field list. This line, and all lines after this line in the file are ignored.<\/li>\n<\/ul>\n<h3>OPTIONS<\/h3>\n<table>\n<tbody>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\" width=\"200\">-r<\/td>\n<td>Returns search results in XML format. When this option is specified, the <span class=\"fixedWidthFont\">-c<\/span>, <span class=\"fixedWidthFont\">-f<\/span>, <span class=\"fixedWidthFont\">-i<\/span>, <span class=\"fixedWidthFont\">-p<\/span>, and <span class=\"fixedWidthFont\">-T<\/span> options are ignored<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-c &#8220;field1, field2, &#8230; , fieldn&#8221;<\/td>\n<td>Allows the user to provide a comma-separated list of fields to be displayed, as command line options. Field names must be identified using the fixed database names. If the <span class=\"fixedWidthFont\">-f<\/span> option is used in combination with the <span class=\"fixedWidthFont\">-c<\/span> option, all the fields included in <span class=\"fixedWidthFont\">myfile.txt<\/span> will be displayed in addition to the fields specified with the <span class=\"fixedWidthFont\">-c<\/span> option.When the <span class=\"fixedWidthFont\">-c<\/span> option is used, the file <span class=\"fixedWidthFont\">$HOME\/.evsearch<\/span> is ignored.Again, the fields selected must exist on the detailed report for the currently selected business area and project for the user<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-f myfile.txt<\/td>\n<td>Allows the user to specify a file that contains a list of all the fields to be displayed. The format of this file is identical to the format of the file <span class=\"fixedWidthFont\">$HOME\/.evsearch<\/span>, described above. When the <span class=\"fixedWidthFont\">-f<\/span> option is used, the file <span class=\"fixedWidthFont\">$HOME\/.evsearch<\/span> is ignored. As with the <span class=\"fixedWidthFont\">-c<\/span> option, the fields selected must exist on the detailed report for the currently selected business area and project for the user<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-k &#8220;keyword1 keyword2 &#8230; keywordn&#8221;<\/td>\n<td>Allows the user to provide a space-delimited list of keywords to search for. When performing a keyword search, all text fields in the issue are searched for occurrences of the keywords entered. When multiple keywords are entered, the search will return issues that match all of the keywords<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-n<\/td>\n<td>Causes the search to ignore case<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-i<\/td>\n<td>causes the search to use the ExtraView data dictionary names and list value names, as opposed to the data dictionary titles and the list titles for the search. For example, there is a data dictionary field named STATUS that may have a title of \u2018Status of Issue\u2019. This field may have as one of its values a name of NEW that has a title of \u2018Newly Submitted\u2019. The following searches are synonymous:<\/p>\n<p><span class=\"fixedWidthFont\">evsearch -i status=NEW q<\/span><br \/>\n<span class=\"fixedWidthFont\">evsearch &#8216;Status of Issue=Newly Submitted&#8217; q<\/span><\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-l pagelength<\/td>\n<td>causes the output to paginate pagelength records at a time. The default for pagelength is 10<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-s skipcount<\/td>\n<td>causes the output to skip over &#8216;skipcount-1&#8217; issues, and begin the report starting with record number skipcount<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-d<\/td>\n<td>shows a list of available reports by Name (also referred to as Title), with their report ID\u2019s. The report ID\u2019s may be used with the <span class=\"fixedWidthFont\">\u2013p<\/span> option. When this flag is specified, all other flags are ignored<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-p reportID<\/td>\n<td>by default, evsearch can only retrieve field data for fields that are on the system-wide Detailed Report. This option allows the user to specify an alternate Report, from which field data may be selected<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">-T templatefile<\/td>\n<td>allows the user to specify a server side template file to be used for formatting the output of the search.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>NOTES<\/h3>\n<ul>\n<li>The output from evsearch may be piped to the evxmlc command, as an alternate method for formatting of the output<\/li>\n<li>Keywords can be used as a name in the search although the name is not a database field. This is used to provide an unlimited number of keywords in a space-delimited list to ExtraView. When you enter a keyword for the search, all text fields in the issue record are scanned for occurrences of the keyword entered<\/li>\n<li>If no records are returned by the search, the message <span class=\"fixedWidthFont\">&#8220;No records found.&#8221;<\/span> will be displayed.<\/li>\n<\/ul>\n<h3>EXAMPLE 1<\/h3>\n<p><code>$ evsearch status=Open priority=\"Priority 1\" q<br \/>\n--------<br \/>\nID: 12449<br \/>\nPriority: Priority 1<br \/>\nTitle: SM crashes when TMX allocates address<br \/>\n--------<br \/>\nID: 12446<br \/>\nPriority: Priority 1<br \/>\nTitle: My phone does not work<br \/>\n--------<br \/>\nID: 12426<br \/>\nPriority: Priority 1<br \/>\nTitle: Lever arm broken<br \/>\n--------<br \/>\nID: 12424<br \/>\nPriority: Priority 1<br \/>\nTitle: new color scheme inconsistent<br \/>\n4 records found.<br \/>\n$<\/code><\/p>\n<h3>EXAMPLE 2<\/h3>\n<p>The output from a search can be piped to the evxmlc command, to give control over the formatting of the output.<\/p>\n<p><code>$ evsearch -r Status=Open q | evxmlc -c \"ID(8),ASSIGNED_TO(-13),SHORT_DESCR(-48)\"<br \/>\nDefect # Assigned\u00a0\u00a0\u00a0\u00a0\u00a0 Title<br \/>\n-------- ------------- ------------------------------------------------<br \/>\n10152 Don Powell\u00a0\u00a0\u00a0 User interface does not refresh before menu is displayed<br \/>\n10132 Don Powell\u00a0\u00a0\u00a0 On pressing the enter key on the home page, nothing happens<br \/>\n10120 Steve Hoydic\u00a0 Architecture Diagram Needs Review<br \/>\n10118 Jom Smith\u00a0\u00a0\u00a0\u00a0 There is a typo in the doc. On page 234<br \/>\n10108 Don Powell\u00a0\u00a0\u00a0 I found a problem with calculation on stairs<br \/>\n10105 Dave Green\u00a0\u00a0\u00a0 When the timer goes past zero, an error is generated<br \/>\n10034 Don Powell\u00a0\u00a0\u00a0 When you click on the Product edit box it throws an error <\/code><\/p>\n<p><code>7 records processed.<br \/>\n$<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Search for issues with a combination of filters and display the search results. SYNOPSIS evsearch [-n] [-i] [-c field1,field2, &#8230; fieldn] [-f myfile.txt] [-s skipcount] [-l pagelength] [-p reportID] [-T templatefile] [field1=value1[;value2[;valuen]]] [field2=value1[;value2[;valuen]]] &#8230; &#8230; [q] evsearch -r [-n] [-s skipcount] [-l pagelength] [field1=value1[;value2[;valuen]] [field2=value1[;value2[;valuen]]] &#8230; &#8230;.[q] evsearch -d DESCRIPTION This command allows the user&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24277,"menu_order":60,"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-24309","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>evsearch - 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\/command-line-interface-1\/evsearch-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"evsearch - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"Search for issues with a combination of filters and display the search results. SYNOPSIS evsearch [-n] [-i] [-c field1,field2, &#8230; fieldn] [-f myfile.txt] [-s skipcount] [-l pagelength] [-p reportID] [-T templatefile] [field1=value1[;value2[;valuen]]] [field2=value1[;value2[;valuen]]] &#8230; &#8230; [q] evsearch -r [-n] [-s skipcount] [-l pagelength] [field1=value1[;value2[;valuen]] [field2=value1[;value2[;valuen]]] &#8230; &#8230;.[q] evsearch -d DESCRIPTION This command allows the user...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-05T01:09:24+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=\"8 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\/command-line-interface-1\/evsearch-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/\",\"name\":\"evsearch - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-03-05T01:09:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-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\":\"Command Line Interface\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"evsearch\"}]},{\"@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":"evsearch - 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\/command-line-interface-1\/evsearch-1\/","og_locale":"en_US","og_type":"article","og_title":"evsearch - Product Documentation","og_description":"Search for issues with a combination of filters and display the search results. SYNOPSIS evsearch [-n] [-i] [-c field1,field2, &#8230; fieldn] [-f myfile.txt] [-s skipcount] [-l pagelength] [-p reportID] [-T templatefile] [field1=value1[;value2[;valuen]]] [field2=value1[;value2[;valuen]]] &#8230; &#8230; [q] evsearch -r [-n] [-s skipcount] [-l pagelength] [field1=value1[;value2[;valuen]] [field2=value1[;value2[;valuen]]] &#8230; &#8230;.[q] evsearch -d DESCRIPTION This command allows the user...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-03-05T01:09:24+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/","name":"evsearch - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-03-05T01:09:24+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evsearch-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":"Command Line Interface","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/"},{"@type":"ListItem","position":4,"name":"evsearch"}]},{"@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\/24309","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=24309"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24309\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24277"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}