<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Deal Search is not working in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/319305#M30657</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113713"&gt;@tanmay&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm happy to help, but I'll need to know which account you are working out of. Can you share a link to the deal you see inthe UI?&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 13:07:57 GMT</pubDate>
    <dc:creator>IsaacTakushi</dc:creator>
    <dc:date>2020-02-14T13:07:57Z</dc:date>
    <item>
      <title>Deal Search is not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/318730#M30619</link>
      <description>&lt;P&gt;I am using&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs-beta/crm/search" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developers.hubspot.com/docs-beta/crm/search&lt;/A&gt;&amp;nbsp;to search Deal.&lt;/P&gt;&lt;P&gt;I can see deal is there but when using Api call to search that deal can't see that. Please find the details below -&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Api:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/deals/search?hapikey=%3CMyhapikey" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.hubapi.com/crm/v3/objects/deals/search?hapikey=&amp;lt;Myhapikey&lt;/A&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Body:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"filterGroups": [&lt;BR /&gt;{&lt;BR /&gt;"filters": [&lt;BR /&gt;{&lt;BR /&gt;"propertyName": "dealname",&lt;BR /&gt;"operator": "EQ",&lt;BR /&gt;"value": "Deal123"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:32:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/318730#M30619</guid>
      <dc:creator>tanmay</dc:creator>
      <dc:date>2020-02-12T20:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deal Search is not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/319305#M30657</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113713"&gt;@tanmay&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm happy to help, but I'll need to know which account you are working out of. Can you share a link to the deal you see inthe UI?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:07:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/319305#M30657</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2020-02-14T13:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deal Search is not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/319342#M30664</link>
      <description>&lt;P&gt;&lt;A href="https://app.hubspot.com/contacts/6878606/deal/1558442662/" target="_blank"&gt;https://app.hubspot.com/contacts/6878606/deal/1558442662/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:09:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/319342#M30664</guid>
      <dc:creator>tanmay</dc:creator>
      <dc:date>2020-02-14T15:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deal Search is not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/319454#M30675</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113713"&gt;@tanmay&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I make this request:&lt;/P&gt;
&lt;PRE&gt;POST
https://api.hubapi.com/crm/v3/objects/deals/search

{ 
    "filterGroups":[ 
        { 
            "filters":[ 
                { 
                    "propertyName":"dealname",
                    "operator":"EQ",
                    "value":"15Tips and SyringesTipsTips"
                }
            ]
        }
    ]
}&lt;/PRE&gt;
&lt;P&gt;I see &lt;A href="https://app.hubspot.com/contacts/6878606/deal/1558442662/" target="_self"&gt;this deal&lt;/A&gt; returned:&lt;/P&gt;
&lt;PRE&gt;{
  "total": 1,
  "results": [
    {
      "id": "1558442662",
      "properties": {
        "amount": null,
        "closedate": null,
        "dealname": "15Tips and SyringesTipsTips",
        "dealstage": null,
        "pipeline": null
      },
      "createdAt": "2020-02-12T21:26:05.086Z",
      "updatedAt": "2020-02-12T21:26:05.915Z",
      "archived": false
    }
  ]
}&lt;/PRE&gt;
&lt;P&gt;Are you formatting your query differently?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 19:54:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Deal-Search-is-not-working/m-p/319454#M30675</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2020-02-14T19:54:45Z</dc:date>
    </item>
  </channel>
</rss>

