Company public service methods: Difference between revisions

No edit summary
Line 1: Line 1:
You can find full list of Company public service] API methods [https://simplybook.me/api/doc#/ here].
You can find full list of Company public service] API methods [https://simplybook.me/api/doc#/ here].


==Methods==
----
====getCompanyParam====
====getCompanyParam====


Line 36: Line 38:
* timeframe
* timeframe
* user_public_timeline_type
* user_public_timeline_type
----
====getPluginStatuses====
<code>getPluginStatuses(pluginNames)</code>
Params:
* '''pluginNames''' an array of strings
Returns an associative array with strings as keys and booleans as values.
Returns an associative array (a JSON object) with values from <code>pluginNames</code> parameter as keys and boolean values for each plugin. See [[#isPluginActivated|isPluginActivated]] method description for a list of available plugin names.


----
----