<?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: Fetch multiple object in a single GET call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-multiple-object-in-a-single-get-call/m-p/12804263#M2025150</link>
    <description>&lt;P&gt;The "in" operator is pretty new and apparently not yet implemented by the API you are using. Try the long/old form with "or":&lt;/P&gt;&lt;P&gt;?$filter=(criteria/userID eq 'Test') and (criteria/curriculumID eq 'learning1' or criteria/curriculumID eq 'learning2')&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2023 12:18:33 GMT</pubDate>
    <dc:creator>RalfHandl</dc:creator>
    <dc:date>2023-11-24T12:18:33Z</dc:date>
    <item>
      <title>Fetch multiple object in a single GET call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-multiple-object-in-a-single-get-call/m-p/12804262#M2025149</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;Currently, we are making a GET call to fetch learning details for a specific user profile, like $filter=criteria/userID eq 'test' and criteria/curriculumID eq 'learningID'. For this filter condition, we are getting the correct response from ODATA, which is good.&lt;/P&gt;
  &lt;P&gt;But now our requirement is to fetch multiple learning details of a user in a single GET call. For this, I am filtering like&lt;/P&gt;
  &lt;P&gt;?$filter=(criteria/userID eq 'Test') and (criteria/curriculumID in ('learning1', 'learning2')) but this is failing and getting below error&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228152-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Can anyone please suggest the syntax to get multiple learning details.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 10:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-multiple-object-in-a-single-get-call/m-p/12804262#M2025149</guid>
      <dc:creator>eashu</dc:creator>
      <dc:date>2023-11-24T10:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch multiple object in a single GET call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-multiple-object-in-a-single-get-call/m-p/12804263#M2025150</link>
      <description>&lt;P&gt;The "in" operator is pretty new and apparently not yet implemented by the API you are using. Try the long/old form with "or":&lt;/P&gt;&lt;P&gt;?$filter=(criteria/userID eq 'Test') and (criteria/curriculumID eq 'learning1' or criteria/curriculumID eq 'learning2')&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 12:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-multiple-object-in-a-single-get-call/m-p/12804263#M2025150</guid>
      <dc:creator>RalfHandl</dc:creator>
      <dc:date>2023-11-24T12:18:33Z</dc:date>
    </item>
  </channel>
</rss>

