
{"id":5196,"date":"2017-09-29T14:49:26","date_gmt":"2017-09-29T12:49:26","guid":{"rendered":"https:\/\/www.minicrm.hu\/help\/?p=5196"},"modified":"2017-11-09T13:50:56","modified_gmt":"2017-11-09T12:50:56","slug":"general-information-on-search","status":"publish","type":"post","link":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/","title":{"rendered":"General information on search"},"content":{"rendered":"<p id=\"ltalnostudnivalkakeressrl\">In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate arrays.\u00a0Search results contain basic information about the found entities. Use the\u00a0<strong>Url<\/strong>\u00a0field to access all details through <a href=\"..\/minicrm-api-2\/\">API<\/a>. One page contains\u00a0<strong>100 results<\/strong>. You can request further hits using the\u00a0<strong>Page<\/strong>\u00a0parameter:<\/p>\n<pre><code>$ curl https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/R3\/Project?Query=Test&amp;Page=1\r\n<\/code><\/pre>\n<p><strong>Paging starts at 0 so the second page can be accessed with Page=1.<\/strong><\/p>\n<p>In case of field-based search,<strong> UpdatedSince<\/strong>\u00a0parameter helps you to find entities that were updated after\u00a0a specific date.<\/p>\n<pre><code>$ curl https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/R3\/Project?StatusId=2500&amp;UpdatedSince=2013-03-01+12:00:00<\/code><\/pre>\n<h3><a href=\"..\/what-is-an-opportunity-card-good-for\/\">Project<\/a><strong>\u00a0<\/strong>search (full-text)<\/h3>\n<p>Identification is required, example url:<\/p>\n<pre><code>$ curl https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/R3\/Project?Query=Test<\/code><\/pre>\n<p>In this case, the search is only carried out among the <a href=\"..\/what-is-an-opportunity-card-good-for\/\">Projects<\/a>. The system searches those projects that are relevant based on the word.<\/p>\n<p><strong>Example output<\/strong><\/p>\n<pre><code>{\r\n  \"Count\": 1,\r\n  \"Results\": {\r\n    \"1234\": {\r\n      \"Id\": \"1234\",\r\n      \"Name\": \"Test project\",\r\n      \"Url\": \"https:\/\/r3.minicrm.hu\/Api\/R3\/Project\/1234\",\r\n      \"StatusId\": \"2500\",\r\n      \"UserId\": \"3200\",\r\n      \"Deleted\": \"0\"\r\n    }\r\n  }\r\n}<\/code><\/pre>\n<h3>Contact search (full-text)<\/h3>\n<p>Identification required, example url:<\/p>\n<pre><code>$ curl https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/R3\/Contact?Query=John<\/code><\/pre>\n<p>In\u00a0this case, the search is only carried out among the <a href=\"..\/business-and-contact-person\/\">Contacts<\/a>. The system searches those projects that are relevant based on the word. This type of search is recommended to search phone numbers. If you want to look up contacts with a specific phone number, please use numbers only. You have to provide at least the last 6 digits of the phone number. Example:<\/p>\n<pre><code>$ curl https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/R3\/Contact?Query=2345678<\/code><\/pre>\n<p><strong><span style=\"font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;\">Example output:<\/span><\/strong><\/p>\n<pre><code>{\r\n  \"Count\": 1,\r\n  \"Results\": {\r\n    \"12345\": {\r\n      \"Id\": \"12345\",\r\n      \"Name\": \"John Doe\",\r\n      \"Url\": \"https:\/\/r3.minicrm.hu\/Api\/R3\/Contact\/12345\",\r\n      \"Type\": \"Person\",\r\n      \"Email\": \"jd@example.com\",\r\n      \"Phone\": \"0612345678\"\r\n    }\r\n  }\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate arrays.\u00a0Search results contain basic information about the found entities. Use the\u00a0Url\u00a0field to access all details through API. One page contains\u00a0100 results. You can request further hits using [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[385],"tags":[422],"class_list":["post-5196","post","type-post","status-publish","format-standard","hentry","category-developers","tag-api-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>General information on search - Documenta\u021bie MiniCRM<\/title>\n<meta name=\"description\" content=\"In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"General information on search - Documenta\u021bie MiniCRM\" \/>\n<meta property=\"og:description\" content=\"In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate\" \/>\n<meta property=\"og:url\" content=\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/\" \/>\n<meta property=\"og:site_name\" content=\"Documenta\u021bie MiniCRM\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-29T12:49:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-11-09T12:50:56+00:00\" \/>\n<meta name=\"author\" content=\"L\u00edvia F\u00fcl\u00f6p\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"L\u00edvia F\u00fcl\u00f6p\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/\"},\"author\":{\"name\":\"L\u00edvia F\u00fcl\u00f6p\",\"@id\":\"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/ceb677e9c50c3b41ea1539b92acfae96\"},\"headline\":\"General information on search\",\"datePublished\":\"2017-09-29T12:49:26+00:00\",\"dateModified\":\"2017-11-09T12:50:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/\"},\"wordCount\":206,\"commentCount\":0,\"keywords\":[\"api-en\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/\",\"url\":\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/\",\"name\":\"General information on search - Documenta\u021bie MiniCRM\",\"isPartOf\":{\"@id\":\"https:\/\/www.minicrm.hu\/help\/#website\"},\"datePublished\":\"2017-09-29T12:49:26+00:00\",\"dateModified\":\"2017-11-09T12:50:56+00:00\",\"author\":{\"@id\":\"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/ceb677e9c50c3b41ea1539b92acfae96\"},\"description\":\"In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate\",\"breadcrumb\":{\"@id\":\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.minicrm.hu\/help\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"General information on search\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.minicrm.hu\/help\/#website\",\"url\":\"https:\/\/www.minicrm.hu\/help\/\",\"name\":\"Documenta\u021bie MiniCRM\",\"description\":\"Welcome to MiniCRM\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.minicrm.hu\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/ceb677e9c50c3b41ea1539b92acfae96\",\"name\":\"L\u00edvia F\u00fcl\u00f6p\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f3134b1be47aa2326a775dd7090fd53fb8a694a561ad9cc5ec8f1e66ff8bacc4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f3134b1be47aa2326a775dd7090fd53fb8a694a561ad9cc5ec8f1e66ff8bacc4?s=96&d=mm&r=g\",\"caption\":\"L\u00edvia F\u00fcl\u00f6p\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"General information on search - Documenta\u021bie MiniCRM","description":"In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate","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:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/","og_locale":"en_US","og_type":"article","og_title":"General information on search - Documenta\u021bie MiniCRM","og_description":"In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate","og_url":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/","og_site_name":"Documenta\u021bie MiniCRM","article_published_time":"2017-09-29T12:49:26+00:00","article_modified_time":"2017-11-09T12:50:56+00:00","author":"L\u00edvia F\u00fcl\u00f6p","twitter_card":"summary_large_image","twitter_misc":{"Written by":"L\u00edvia F\u00fcl\u00f6p","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#article","isPartOf":{"@id":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/"},"author":{"name":"L\u00edvia F\u00fcl\u00f6p","@id":"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/ceb677e9c50c3b41ea1539b92acfae96"},"headline":"General information on search","datePublished":"2017-09-29T12:49:26+00:00","dateModified":"2017-11-09T12:50:56+00:00","mainEntityOfPage":{"@id":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/"},"wordCount":206,"commentCount":0,"keywords":["api-en"],"articleSection":["Developers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/","url":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/","name":"General information on search - Documenta\u021bie MiniCRM","isPartOf":{"@id":"https:\/\/www.minicrm.hu\/help\/#website"},"datePublished":"2017-09-29T12:49:26+00:00","dateModified":"2017-11-09T12:50:56+00:00","author":{"@id":"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/ceb677e9c50c3b41ea1539b92acfae96"},"description":"In the response, the data comes in one array. On its\u00a0Count\u00a0key, the number of results can be found.\u00a0On the Results key, the items can be found in separate","breadcrumb":{"@id":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/helpdev.minicrm.io\/help\/general-information-on-search\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.minicrm.hu\/help\/"},{"@type":"ListItem","position":2,"name":"General information on search"}]},{"@type":"WebSite","@id":"https:\/\/www.minicrm.hu\/help\/#website","url":"https:\/\/www.minicrm.hu\/help\/","name":"Documenta\u021bie MiniCRM","description":"Welcome to MiniCRM","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.minicrm.hu\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/ceb677e9c50c3b41ea1539b92acfae96","name":"L\u00edvia F\u00fcl\u00f6p","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f3134b1be47aa2326a775dd7090fd53fb8a694a561ad9cc5ec8f1e66ff8bacc4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f3134b1be47aa2326a775dd7090fd53fb8a694a561ad9cc5ec8f1e66ff8bacc4?s=96&d=mm&r=g","caption":"L\u00edvia F\u00fcl\u00f6p"}}]}},"_links":{"self":[{"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/posts\/5196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/comments?post=5196"}],"version-history":[{"count":6,"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/posts\/5196\/revisions"}],"predecessor-version":[{"id":6354,"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/posts\/5196\/revisions\/6354"}],"wp:attachment":[{"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/media?parent=5196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/categories?post=5196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.minicrm.hu\/help\/wp-json\/wp\/v2\/tags?post=5196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}