<?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: API endpoint to retrieve Course info in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107626#M80262</link>
    <description>&lt;P&gt;Thanks, that helps but didn't work for me. See my comment to the other response.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2025 19:31:28 GMT</pubDate>
    <dc:creator>PTancredi</dc:creator>
    <dc:date>2025-02-11T19:31:28Z</dc:date>
    <item>
      <title>API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1104426#M80130</link>
      <description>&lt;P&gt;I'm looking to retreive information about the new Course object. I've found its endpoint at&amp;nbsp;&lt;SPAN&gt;/crm/v3/objects/0-410 but the only properties returned are the create date, modified date, and id.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way to get additional properties (like name)?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 17:34:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1104426#M80130</guid>
      <dc:creator>PTancredi</dc:creator>
      <dc:date>2025-02-05T17:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1104610#M80141</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/849088"&gt;@PTancredi&lt;/a&gt;&amp;nbsp;- Thanks for the question here, as this is a common concern. When you retrive the details of a given record, whatever the object type, you should also include in the API call a comma seperated list of the property names (internal names) that you would like returned as a part of the result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 03:06:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1104610#M80141</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-02-06T03:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1104741#M80148</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/849088"&gt;@PTancredi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you have created a Custom object named Course and want to read all its properties. What you can do is add properties' internal name to get their details like I have used SKU and quantity in the curl provided below&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/objects/objectType?limit=10&amp;amp;properties=sku&amp;amp;properties=quantity&amp;amp;archived=false' \
  --header 'authorization: Bearer YOUR_ACCESS_TOKEN'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GRajput_0-1738834233509.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/137747i1CE46DD5208B6B2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GRajput_0-1738834233509.png" alt="GRajput_0-1738834233509.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-sheets-root="1"&gt;I hope this will help you out. Please mark it as &lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt; to help another Community member.&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 09:31:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1104741#M80148</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-02-06T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107577#M80259</link>
      <description>&lt;P&gt;Thanks, this is what I needed&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 18:18:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107577#M80259</guid>
      <dc:creator>PTancredi</dc:creator>
      <dc:date>2025-02-11T18:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107589#M80260</link>
      <description>&lt;P&gt;This is good info and feels like it should work but didn't actually work for me. I would expect the following call to return the "days" property but it doesn't. I tried several fields, both internal and external names, and still just get&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/0-410?property=days&amp;amp;archived=false" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/0-410?property=days&amp;amp;archived=false&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;It still just returns these standard three properties for each item:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"properties"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;"hs_createdate"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"2024-11-21T03:44:46.597Z"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;"hs_lastmodifieddate"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"2024-11-21T04:39:30.067Z"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;"hs_object_id"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"384802639680"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Feb 2025 18:41:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107589#M80260</guid>
      <dc:creator>PTancredi</dc:creator>
      <dc:date>2025-02-11T18:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107626#M80262</link>
      <description>&lt;P&gt;Thanks, that helps but didn't work for me. See my comment to the other response.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 19:31:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107626#M80262</guid>
      <dc:creator>PTancredi</dc:creator>
      <dc:date>2025-02-11T19:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107627#M80263</link>
      <description>&lt;P&gt;"properties" not "property" in teh API string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 19:40:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107627#M80263</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-02-11T19:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint to retrieve Course info</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107671#M80267</link>
      <description>&lt;P&gt;Of course! Thanks. Happy (and a little chagrined) it was something simple&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 21:38:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-endpoint-to-retrieve-Course-info/m-p/1107671#M80267</guid>
      <dc:creator>PTancredi</dc:creator>
      <dc:date>2025-02-11T21:38:55Z</dc:date>
    </item>
  </channel>
</rss>

