<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.simplybook.me/index.php?action=history&amp;feed=atom&amp;title=Translations%3ACompany_administration_service_methods%2F173%2Fen</id>
	<title>Translations:Company administration service methods/173/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://help.simplybook.me/index.php?action=history&amp;feed=atom&amp;title=Translations%3ACompany_administration_service_methods%2F173%2Fen"/>
	<link rel="alternate" type="text/html" href="https://help.simplybook.me/index.php?title=Translations:Company_administration_service_methods/173/en&amp;action=history"/>
	<updated>2026-06-19T06:55:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://help.simplybook.me/index.php?title=Translations:Company_administration_service_methods/173/en&amp;diff=15283&amp;oldid=prev</id>
		<title>FuzzyBot: Importing a new version from external source</title>
		<link rel="alternate" type="text/html" href="https://help.simplybook.me/index.php?title=Translations:Company_administration_service_methods/173/en&amp;diff=15283&amp;oldid=prev"/>
		<updated>2025-05-15T12:57:48Z</updated>

		<summary type="html">&lt;p&gt;Importing a new version from external source&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Returns list of bookings filtered by given params. Filter params represented as object with following fields:* &amp;#039;&amp;#039;&amp;#039;date_from&amp;#039;&amp;#039;&amp;#039; a date of booking in string format &amp;#039;Y-m-d&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;time_from&amp;#039;&amp;#039;&amp;#039; a time string in format &amp;#039;H:i:s&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;date_to&amp;#039;&amp;#039;&amp;#039; a date string in format &amp;#039;Y-m-d&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;time_to&amp;#039;&amp;#039;&amp;#039; a time string in format &amp;#039;H:i:s&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;created_date_from&amp;#039;&amp;#039;&amp;#039; a date string in format &amp;#039;Y-m-d&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;created_date_to&amp;#039;&amp;#039;&amp;#039; a date string in format &amp;#039;Y-m-d&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;unit_group_id&amp;#039;&amp;#039;&amp;#039; an integer. Use it to get bookings assigned for certain service provider.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;event_id&amp;#039;&amp;#039;&amp;#039; an integer. Use it to  get bookings only for certain service.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;is_confirmed&amp;#039;&amp;#039;&amp;#039; 1 or 0. If [[Custom_Features#Approve_Bookings|Approve booking]] Custom Feature enabled then method will return confirmed bookings with approve status &amp;#039;new&amp;#039;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;client_id&amp;#039;&amp;#039;&amp;#039; an integer. Use it to get bookings only for certain client.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;order&amp;#039;&amp;#039;&amp;#039; string either &amp;#039;record_date&amp;#039;, &amp;#039;date_start&amp;#039; or &amp;#039;date_start_asc&amp;#039;. By default used &amp;#039;date_start&amp;#039; value.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;booking_type&amp;#039;&amp;#039;&amp;#039; a string. Value of this field depends on Approve booking Custom Feature status.&lt;br /&gt;
*: If Custom Feature not active:&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;all&amp;#039;&amp;#039;&amp;#039; for all bookings (default value)&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;cancelled&amp;#039;&amp;#039;&amp;#039; alias to &amp;#039;is_confirmed&amp;#039; equal to 0&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;non_cancelled&amp;#039;&amp;#039;&amp;#039; alias to &amp;#039;is_confirmed&amp;#039; equal to 1&lt;br /&gt;
*: If Custom Feature active:&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;all&amp;#039;&amp;#039;&amp;#039; for all bookings (default value)&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;cancelled&amp;#039;&amp;#039;&amp;#039; returns bookings with &amp;#039;is_confirmed&amp;#039; field equals to 0 and approve booking status equals to &amp;#039;cancelled&amp;#039; (or booking does not have any approve status)&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;non_cancelled&amp;#039;&amp;#039;&amp;#039; returns bookings with either &amp;#039;is_confirmed&amp;#039; field equals to 1 or approve booking status equals to &amp;#039;new&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;cancelled_by_client&amp;#039;&amp;#039;&amp;#039; returns bookings approved by admin but cancelled by client&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;cancelled_by_admin&amp;#039;&amp;#039;&amp;#039; returns bookings cancelled by admin&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;non_approved_yet&amp;#039;&amp;#039;&amp;#039; returns bookings with approve status &amp;#039;new&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;approved&amp;#039;&amp;#039;&amp;#039; returns bookings with either &amp;#039;is_confirmed&amp;#039; field equals to 1 and approve booking status equals to &amp;#039;approved&amp;#039; (or booking does not have any approve status)&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>