<?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 Hubspot Post Search API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-Post-Search-API/m-p/988073#M74153</link>
    <description>&lt;P&gt;How can I make a Hubspot API post call on Search endpoint with the following: A filter :]&lt;/P&gt;&lt;PRE&gt; {
      "filters": [
        {
          "propertyName": "lastmodifieddate",
          "operator": "GT",
          "value": "1900-01-01T00:00:00.000Z"
        }
      ]
    }&lt;/PRE&gt;&lt;P&gt;A limit:&amp;nbsp;{ "limit": 100}&amp;nbsp;Pagination: ?&amp;nbsp;{"properties":["hs_analytics_average_page_views, hs_analytics_first_referrer, etc.... "]&amp;nbsp;(I may have up to 400 properties I am attempting to retrieve.&lt;/P&gt;&lt;P&gt;How would I make this call on postman?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 11:04:05 GMT</pubDate>
    <dc:creator>SCurren</dc:creator>
    <dc:date>2024-06-06T11:04:05Z</dc:date>
    <item>
      <title>Hubspot Post Search API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-Post-Search-API/m-p/988073#M74153</link>
      <description>&lt;P&gt;How can I make a Hubspot API post call on Search endpoint with the following: A filter :]&lt;/P&gt;&lt;PRE&gt; {
      "filters": [
        {
          "propertyName": "lastmodifieddate",
          "operator": "GT",
          "value": "1900-01-01T00:00:00.000Z"
        }
      ]
    }&lt;/PRE&gt;&lt;P&gt;A limit:&amp;nbsp;{ "limit": 100}&amp;nbsp;Pagination: ?&amp;nbsp;{"properties":["hs_analytics_average_page_views, hs_analytics_first_referrer, etc.... "]&amp;nbsp;(I may have up to 400 properties I am attempting to retrieve.&lt;/P&gt;&lt;P&gt;How would I make this call on postman?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 11:04:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-Post-Search-API/m-p/988073#M74153</guid>
      <dc:creator>SCurren</dc:creator>
      <dc:date>2024-06-06T11:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot Post Search API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-Post-Search-API/m-p/988355#M74162</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/773823"&gt;@SCurren&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. Here's a request body from a different example I had in Postman. It includes the types of elements you want to include in your request — filters, a limit, and properties.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "filterGroups": [
        {
            "filters": [
                {
                    "propertyName": "firstname",
                    "operator": "CONTAINS_TOKEN",
                    "value": "*j*"
                }
            ]
        }
    ],
    "limit": 2,
    "properties": [
        "dealname",
        "hs_object_id"
        
    ]
}&lt;/LI-CODE&gt;
&lt;P&gt;I hope this helps get you moving forward! — Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 17:29:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-Post-Search-API/m-p/988355#M74162</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-06-06T17:29:53Z</dc:date>
    </item>
  </channel>
</rss>

