<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Video Series: Web Services in AL	</title>
	<atom:link href="https://www.hougaard.com/video-series-web-services-in-al/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hougaard.com/video-series-web-services-in-al/</link>
	<description>Do more with apps</description>
	<lastBuildDate>Sat, 07 Mar 2026 11:57:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: hougaard		</title>
		<link>https://www.hougaard.com/video-series-web-services-in-al/#comment-376</link>

		<dc:creator><![CDATA[hougaard]]></dc:creator>
		<pubDate>Tue, 09 Jun 2020 17:16:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1704#comment-376</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.hougaard.com/video-series-web-services-in-al/#comment-375&quot;&gt;manjulcha007&lt;/a&gt;.

That really depends on the actual return of the service, hard to show an example without some more context.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.hougaard.com/video-series-web-services-in-al/#comment-375">manjulcha007</a>.</p>
<p>That really depends on the actual return of the service, hard to show an example without some more context.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manjulcha007		</title>
		<link>https://www.hougaard.com/video-series-web-services-in-al/#comment-375</link>

		<dc:creator><![CDATA[manjulcha007]]></dc:creator>
		<pubDate>Tue, 09 Jun 2020 12:04:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1704#comment-375</guid>

					<description><![CDATA[Thanks Erik for quick reply. 
Can you please give a small example to achieve this. I had tried but failed to call the save result function in loop.]]></description>
			<content:encoded><![CDATA[<p>Thanks Erik for quick reply.<br />
Can you please give a small example to achieve this. I had tried but failed to call the save result function in loop.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Video Series: Web Services in AL &#124; Pardaan.com		</title>
		<link>https://www.hougaard.com/video-series-web-services-in-al/#comment-374</link>

		<dc:creator><![CDATA[Video Series: Web Services in AL &#124; Pardaan.com]]></dc:creator>
		<pubDate>Tue, 09 Jun 2020 06:01:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1704#comment-374</guid>

					<description><![CDATA[[&#8230;] Source : Hougaard.com Read more&#8230; [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Source : Hougaard.com Read more&#8230; [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hougaard		</title>
		<link>https://www.hougaard.com/video-series-web-services-in-al/#comment-373</link>

		<dc:creator><![CDATA[hougaard]]></dc:creator>
		<pubDate>Mon, 08 Jun 2020 15:02:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1704#comment-373</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.hougaard.com/video-series-web-services-in-al/#comment-372&quot;&gt;manjulcha007&lt;/a&gt;.

Well, you gotta loop over the webservice until next is null. You cannot do that in one call if the service insist on pagination. Then use a jsonarray to hold all the pieces of the result.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.hougaard.com/video-series-web-services-in-al/#comment-372">manjulcha007</a>.</p>
<p>Well, you gotta loop over the webservice until next is null. You cannot do that in one call if the service insist on pagination. Then use a jsonarray to hold all the pieces of the result.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manjulcha007		</title>
		<link>https://www.hougaard.com/video-series-web-services-in-al/#comment-372</link>

		<dc:creator><![CDATA[manjulcha007]]></dc:creator>
		<pubDate>Mon, 08 Jun 2020 08:04:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1704#comment-372</guid>

					<description><![CDATA[Hi Erik,
I have an Api, i&#039;m trying to get records from this api into business central. In this api provider is using pagination, which is causing problem I&#039;m unable to get records in one request(Max limit is 500 records per call). I had searched in many blogs or example but no result. See the result from postman. and please guide me how can i create a function to get all these results by one request.

&quot;count&quot;: 2481,
    &quot;next&quot;: &quot;https://www.xxxxxx.com/api/v2/orders-received/?limit=500&#038;offset=0&quot;,
    &quot;previous&quot;: null,
    &quot;results&quot;: [
Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>Hi Erik,<br />
I have an Api, i&#8217;m trying to get records from this api into business central. In this api provider is using pagination, which is causing problem I&#8217;m unable to get records in one request(Max limit is 500 records per call). I had searched in many blogs or example but no result. See the result from postman. and please guide me how can i create a function to get all these results by one request.</p>
<p>&#8220;count&#8221;: 2481,<br />
    &#8220;next&#8221;: &#8220;https://www.xxxxxx.com/api/v2/orders-received/?limit=500&amp;offset=0&#8221;,<br />
    &#8220;previous&#8221;: null,<br />
    &#8220;results&#8221;: [<br />
Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Video Series: Web Services in AL - Hougaard.com – Applied Hacking - Dynamics 365 Business Central/NAV User Group - Dynamics User Group		</title>
		<link>https://www.hougaard.com/video-series-web-services-in-al/#comment-370</link>

		<dc:creator><![CDATA[Video Series: Web Services in AL - Hougaard.com – Applied Hacking - Dynamics 365 Business Central/NAV User Group - Dynamics User Group]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 07:01:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1704#comment-370</guid>

					<description><![CDATA[[&#8230;] hougaard       2020-6-1 12:22 PM    0 comments   0 views    Mirror post  [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] hougaard       2020-6-1 12:22 PM    0 comments   0 views    Mirror post  [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
