From SimplyBook.me
15 May 2025
- 12:1512:15, 15 May 2025 diff hist +643 User API guide/uk Created page with "'''Приклад коду для отримання списку послуг''' <br><br> <nowiki>$services = $client->getEventList(); // повертає масив (array( // 'id' => 1, - ідентифікатор послуги // 'name' => 'Service 1', - назва послуги // 'description' => 'Опишіть свою послугу...', - опис послуги // 'duration' => 60, - тривалість послуги //..."
- 12:1512:15, 15 May 2025 diff hist +2,191 N Translations:User API guide/12/uk Created page with "'''Приклад коду для отримання списку послуг''' <br><br> <nowiki>$services = $client->getEventList(); // повертає масив (array( // 'id' => 1, - ідентифікатор послуги // 'name' => 'Service 1', - назва послуги // 'description' => 'Опишіть свою послугу...', - опис послуги // 'duration' => 60, - тривалість послуги //..." current
- 12:1512:15, 15 May 2025 diff hist +766 User API guide/uk Created page with "Отже, перше, що ви повинні відобразити, це список послуг та список співробітників. Отримайте ці дані за допомогою методів getEventList та getUnitList. Обидва вони повертають список з повною інформацією про кожен елемент, що міститься в ньому, тому у вас є багато можливост..." Tags: Mobile edit Mobile web edit
- 12:1512:15, 15 May 2025 diff hist +909 N Translations:User API guide/11/uk Created page with "Отже, перше, що ви повинні відобразити, це список послуг та список співробітників. Отримайте ці дані за допомогою методів getEventList та getUnitList. Обидва вони повертають список з повною інформацією про кожен елемент, що міститься в ньому, тому у вас є багато можливост..." current
- 12:1512:15, 15 May 2025 diff hist +988 N Translations:User API guide/10/uk Created page with "= '''ОТРИМАННЯ ДАНИХ З СЕРВЕРА SIMPLYBOOK''' = <br><br> Сторінка бронювання зазвичай є сторінкою, на якій клієнти вибирають необхідну послугу, співробітника та час зустрічі. Потім клієнт вводить контактну інформацію та підтверджує бронювання. Більш складні рішення можу..." current
- 12:1512:15, 15 May 2025 diff hist +313 User API guide/uk Created page with "= '''CLIENT API ([https://simplybook.me/api/doc#/admin ДЕРЖАВНА СЛУЖБА]) АВТОРИЗАЦІЯ''' = <br><br> == '''Авторизація з боку клієнта''' == <br><br> '''Отримання токен-ключа'''. <br><br> <nowiki>var loginClient = new JSONRpcClient({ 'url': 'https://user-api.simplybook.me' + '/login', 'onerror': function (error) {}, }); var token = loginClient.getToken(YOUR_COMPANY_LOGIN, YOUR_API_KEY);</nowiki> <br><br>..." Tags: Mobile edit Mobile web edit
- 12:1512:15, 15 May 2025 diff hist +2,823 N Translations:User API guide/9/uk Created page with "= '''CLIENT API ([https://simplybook.me/api/doc#/admin ДЕРЖАВНА СЛУЖБА]) АВТОРИЗАЦІЯ''' = <br><br> == '''Авторизація з боку клієнта''' == <br><br> '''Отримання токен-ключа'''. <br><br> <nowiki>var loginClient = new JSONRpcClient({ 'url': 'https://user-api.simplybook.me' + '/login', 'onerror': function (error) {}, }); var token = loginClient.getToken(YOUR_COMPANY_LOGIN, YOUR_API_KEY);</nowiki> <br><br>..." current
- 12:1512:15, 15 May 2025 diff hist +89 User API guide/uk Created page with "Зверніть увагу, що токен доступу діє протягом однієї години. Це зроблено з міркувань безпеки. Вам потрібно буде поновлювати його щонайменше раз на годину. <br><br><br>"
- 12:1512:15, 15 May 2025 diff hist +295 N Translations:User API guide/8/uk Created page with "Зверніть увагу, що токен доступу діє протягом однієї години. Це зроблено з міркувань безпеки. Вам потрібно буде поновлювати його щонайменше раз на годину. <br><br><br>" current
- 12:1512:15, 15 May 2025 diff hist +83 User API guide/uk Created page with "Інтерфейс програмування додатків Simplybook використовує [https://en.wikipedia.org/wiki/JSON-RPC#Version_2.0 протокол JSON-RPC 2.0]."
- 12:1512:15, 15 May 2025 diff hist +337 N Translations:User API guide/7/uk Created page with "Ви можете використовувати [https://simplybook.me/api_example/json-rpc-client.js бібліотеку javascript JSON-RPC-client] та [https://simplybook.me/api_example/JsonRpcClient.zip бібліотеку php JSON-RPC-client] з наших прикладів для розробки власних рішень." current
- 12:1512:15, 15 May 2025 diff hist +220 N Translations:User API guide/6/uk Created page with "Отримання токена доступу можна реалізувати як з боку клієнта, так і з боку вашого сервера, що є більш безпечним рішенням." current
- 12:1512:15, 15 May 2025 diff hist +382 User API guide/uk Created page with "= '''АВТОРИЗАЦІЯ''' = <br><br> Для використання методів Simplybook API необхідна автентифікація. Для авторизації в Simplybook API вам потрібно отримати ключ доступу — access-token. Щоб отримати цей access-token, ви повинні викликати метод JSON-RPC getToken на сервісі https://user-api.simplybook.me/login, передавши..."
- 12:1512:15, 15 May 2025 diff hist +1,018 N Translations:User API guide/5/uk Created page with "= '''АВТОРИЗАЦІЯ''' = <br><br> Для використання методів Simplybook API необхідна автентифікація. Для авторизації в Simplybook API вам потрібно отримати ключ доступу — access-token. Щоб отримати цей access-token, ви повинні викликати метод JSON-RPC getToken на сервісі https://user-api.simplybook.me/login, передавши..." current
- 12:1512:15, 15 May 2025 diff hist +47 User API guide/uk Created page with "Перегляньте [https://simplybook.me/api_example/index.html приклад інтерфейсу бронювання на основі API], а також ознайомтеся [https://simplybook.me/api_example/scheduler.js з вихідним кодом] цього рішення. <br><br><be>"
- 12:1512:15, 15 May 2025 diff hist +306 N Translations:User API guide/4/uk Created page with "Перегляньте [https://simplybook.me/api_example/index.html приклад інтерфейсу бронювання на основі API], а також ознайомтеся [https://simplybook.me/api_example/scheduler.js з вихідним кодом] цього рішення. <br><br><be>" current
- 12:1512:15, 15 May 2025 diff hist +1 User API guide/uk Created page with "Використовуйте наш API для розробників, щоб створити власний інтерфейс бронювання. Ви можете розробити будь-яке рішення, від найпростішого віджета до багатофункціонального додатка з функціоналом, налаштованим відповідно до специфіки вашого бізнесу." Tags: Mobile edit Mobile web edit
- 12:1512:15, 15 May 2025 diff hist +182 N Translations:User API guide/3/uk Created page with "Інтерфейс програмування додатків Simplybook використовує [https://en.wikipedia.org/wiki/JSON-RPC#Version_2.0 протокол JSON-RPC 2.0]." current
- 12:1512:15, 15 May 2025 diff hist +782 User API guide/uk Created page with "{{#seo: |title=Посібник користувача API - SimplyBook.me |description=Використовуйте API користувача SimplyBook.me для створення розширених інтеграцій. Дотримуйтесь нашого посібника для безпроблемного впровадження. Дізнайтеся більше тут! |titlemode=додати |keywords=fAQ, поширені запитання, прогр..." Tags: Mobile edit Mobile web edit
- 12:1512:15, 15 May 2025 diff hist +459 N Translations:User API guide/2/uk Created page with "Використовуйте наш API для розробників, щоб створити власний інтерфейс бронювання. Ви можете розробити будь-яке рішення, від найпростішого віджета до багатофункціонального додатка з функціоналом, налаштованим відповідно до специфіки вашого бізнесу." current
- 12:1512:15, 15 May 2025 diff hist +1,200 N Translations:User API guide/1/uk Created page with "{{#seo: |title=Посібник користувача API - SimplyBook.me |description=Використовуйте API користувача SimplyBook.me для створення розширених інтеграцій. Дотримуйтесь нашого посібника для безпроблемного впровадження. Дізнайтеся більше тут! |titlemode=додати |keywords=fAQ, поширені запитання, прогр..." current
- 12:1512:15, 15 May 2025 diff hist +16,287 N User API guide/uk Created page with "Посібник користувача API" Tags: Mobile edit Mobile web edit
- 12:1512:15, 15 May 2025 diff hist +43 N Translations:User API guide/Page display title/uk Created page with "Посібник користувача API" current
- 12:1412:14, 15 May 2025 diff hist −65 User API guide No edit summary
- 12:1212:12, 15 May 2025 diff hist −33 First and Last Names/fr Created page with "::Ou utilisez <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">les deux</span> si vous le souhaitez. ::(variable par défaut et formulaire client combinés) 1200px|border|center|link=https://help.simplybook.me/images/3/3a/Both_client_variables_to_email_redesigned.png <br><br>" Tags: Mobile edit Mobile web edit
- 12:1212:12, 15 May 2025 diff hist +354 N Translations:First and Last Names/9/fr Created page with "::Ou utilisez <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">les deux</span> si vous le souhaitez. ::(variable par défaut et formulaire client combinés) 1200px|border|center|link=https://help.simplybook.me/images/3/3a/Both_client_variables_to_email_redesigned.png <br><br>" current
- 12:1212:12, 15 May 2025 diff hist −22 First and Last Names/fr Created page with "::Ou adoptez un ton plus officiel en n'utilisant que le nom de famille. ::<span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">(le champ client</span> est utilisé ici, tiré de l'étape n° 4) 1200px|border|center|link=https://help.simplybook.me/images/f/f2/Client_last_name_to_notifications_redesigned.png <br><br>" Tags: Mobile edit Mobile web edit
- 12:1212:12, 15 May 2025 diff hist +393 N Translations:First and Last Names/8/fr Created page with "::Ou adoptez un ton plus officiel en n'utilisant que le nom de famille. ::<span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">(le champ client</span> est utilisé ici, tiré de l'étape n° 4) 1200px|border|center|link=https://help.simplybook.me/images/f/f2/Client_last_name_to_notifications_redesigned.png <br><br>" current
- 12:1212:12, 15 May 2025 diff hist +4 First and Last Names/fr Created page with "::Par exemple, vous pouvez personnaliser davantage les réservations en utilisant uniquement le prénom dans le message d'accueil. ::(ici, nous utilisons <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">la variable par défaut [client]</span>, car nous avons simplement renommé le champ par défaut à l'étape n° 3) File:Client first name variable to email redesigned.png|1200px|border|center|link=https://help.simplybook.me/images/f/f5/Client_fir..."
- 12:1212:12, 15 May 2025 diff hist +526 N Translations:First and Last Names/7/fr Created page with "::Par exemple, vous pouvez personnaliser davantage les réservations en utilisant uniquement le prénom dans le message d'accueil. ::(ici, nous utilisons <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">la variable par défaut [client]</span>, car nous avons simplement renommé le champ par défaut à l'étape n° 3) File:Client first name variable to email redesigned.png|1200px|border|center|link=https://help.simplybook.me/images/f/f5/Client_fir..." current
- 12:1212:12, 15 May 2025 diff hist −11 First and Last Names/fr Created page with ":6. (facultatif) Ajoutez les variables souhaitées aux modèles de notifications dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres e-mail et SMS</span> (ou dans la fonctionnalité <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">Notifications flexibles</span> si vous les av..."
- 12:1212:12, 15 May 2025 diff hist +519 N Translations:First and Last Names/6/fr Created page with ":6. (facultatif) Ajoutez les variables souhaitées aux modèles de notifications dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres e-mail et SMS</span> (ou dans la fonctionnalité <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">Notifications flexibles</span> si vous les av..."
- 12:1212:12, 15 May 2025 diff hist +69 First and Last Names/fr Created page with "<br><br> :Il peut arriver que vous ayez besoin de champs distincts pour le prénom et le nom de vos clients lors du processus d'inscription. :C'est désormais possible grâce à notre fonctionnalité <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">« Champs client</span> » et à la nouvelle fonctionnalité de réorganisation. <br><br> :<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Rema..." Tags: Mobile edit Mobile web edit
- 12:1212:12, 15 May 2025 diff hist +465 N Translations:First and Last Names/5/fr Created page with ":5. Sélectionnez sa <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">position</span> après le prénom et enregistrez. :Si vous avez déjà enregistré le champ, utilisez <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">les flèches</span> pour le réorganiser. 1200px|border|center|link=https://help.simplybook.me/images/d/df/Reorder_client_fileds_redesigned.png <br><br>" current
- 12:1212:12, 15 May 2025 diff hist +1,351 N Translations:First and Last Names/4/fr Created page with ":3. Vous verrez alors apparaître les champs d'inscription par défaut. Sélectionnez le premier champ intitulé « <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Nom</span> » et renommez-le « <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Prénom ».</span> Enregistrez. File:Rename name to first name redesigned.png|1200px|border|center|link=https://help.simplybook.me/images/6/64/Rename_name_to_first_name_redesigned.p..." current
- 12:1212:12, 15 May 2025 diff hist +225 First and Last Names/fr Created page with "Prénom et nom"
- 12:1212:12, 15 May 2025 diff hist +1,089 N Translations:First and Last Names/3/fr Created page with "'''comment utiliser''' <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">les champs client</span> :1. Activez la fonctionnalité personnalisée <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Champs client</span> sur la page <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctionnalités personnalisées</span>. File:Client fiedls enable path redesigned.png|1200px|border|center|link=https://help.simp..." current
- 12:1212:12, 15 May 2025 diff hist +789 N Translations:First and Last Names/2/fr Created page with "<br><br> :Il peut arriver que vous ayez besoin de champs distincts pour le prénom et le nom de vos clients lors du processus d'inscription. :C'est désormais possible grâce à notre fonctionnalité <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">« Champs client</span> » et à la nouvelle fonctionnalité de réorganisation. <br><br> :<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Rema..."
- 12:1212:12, 15 May 2025 diff hist +6,074 N First and Last Names/fr Created page with "{{#seo: |title=Prénom et nom - SimplyBook.me |description=Assurez-vous que les prénoms et noms sont correctement affichés dans les informations client. Modifiez facilement les paramètres. En savoir plus ici ! |titlemode=ajouter |keywords=fAQ, questions fréquemment posées, logiciel de réservation, questions sur le système de rendez-vous, rendez-vous en ligne, logiciel de calendrier, système de réservation, calendrier de réservation, logiciel de planification, p..." Tags: Mobile edit Mobile web edit
- 12:1212:12, 15 May 2025 diff hist +788 N Translations:First and Last Names/1/fr Created page with "{{#seo: |title=Prénom et nom - SimplyBook.me |description=Assurez-vous que les prénoms et noms sont correctement affichés dans les informations client. Modifiez facilement les paramètres. En savoir plus ici ! |titlemode=ajouter |keywords=fAQ, questions fréquemment posées, logiciel de réservation, questions sur le système de rendez-vous, rendez-vous en ligne, logiciel de calendrier, système de réservation, calendrier de réservation, logiciel de planification, p..."
- 12:1212:12, 15 May 2025 diff hist +14 N Translations:First and Last Names/Page display title/fr Created page with "Prénom et nom" current
- 12:1212:12, 15 May 2025 diff hist −38 First and Last Names/nl Created page with ":6. (optioneel) Voeg de gewenste variabelen toe aan de meldingssjablonen in <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Instellingen</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">E-mail- en sms-instellingen</span> (of <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">Flexibele meldingen</span> als u deze per service/provider hebt aangepast)." Tags: Mobile edit Mobile web edit
- 12:1212:12, 15 May 2025 diff hist +349 N Translations:First and Last Names/9/nl Created page with "::Of gebruik <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">ze allebei</span> als je dat wilt. ::(standaardvariabele en clientformulier gecombineerd) 1200px|border|center|link=https://help.simplybook.me/images/3/3a/Both_client_variables_to_email_redesigned.png <br><br>" current
- 12:1212:12, 15 May 2025 diff hist +54 First and Last Names/nl Created page with "::U kunt bijvoorbeeld boekingen persoonlijker maken door alleen de voornaam te gebruiken in de begroeting. ::(hier gebruiken we <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">de standaardvariabele [client]</span>, omdat we het standaardveld in stap 3 hebben hernoemd) 1200px|border|center|link=https://help.simplybook.me/images/f/f5/Client_first_name_variable_to_email_redesigned.png <br><br>"
- 12:1212:12, 15 May 2025 diff hist +469 N Translations:First and Last Names/8/nl Created page with "::Of klink officiëler door alleen de achternaam te gebruiken. ::<span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">(</span> hier wordt<span style="background-color:#d4f8e5; padding:5px; border-radius:5px;"> het veld 'client'</span> gebruikt, overgenomen uit stap #4) 1200px|border|center|link=https://help.simplybook.me/images/f/f2/Client_last_name_to_notifications_redesigned.png <br><br>" current
- 12:1212:12, 15 May 2025 diff hist −141 First and Last Names/nl Created page with ":5. Selecteer de <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">positie</span> achter 'Voornaam' en sla op. :Als u het veld al hebt opgeslagen, gebruikt u <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">de pijltjes</span> om de volgorde te wijzigen. 1200px|border|center|link=https://help.simplybook.me/images/d/df/Reorder_client_fileds_redesigned.png <br><br>" Tags: Mobile edit Mobile web edit
- 12:1212:12, 15 May 2025 diff hist +477 N Translations:First and Last Names/7/nl Created page with "::U kunt bijvoorbeeld boekingen persoonlijker maken door alleen de voornaam te gebruiken in de begroeting. ::(hier gebruiken we <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">de standaardvariabele [client]</span>, omdat we het standaardveld in stap 3 hebben hernoemd) 1200px|border|center|link=https://help.simplybook.me/images/f/f5/Client_first_name_variable_to_email_redesigned.png <br><br>" current
- 12:1112:11, 15 May 2025 diff hist +474 N Translations:First and Last Names/6/nl Created page with ":6. (optioneel) Voeg de gewenste variabelen toe aan de meldingssjablonen in <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Instellingen</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">E-mail- en sms-instellingen</span> (of <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">Flexibele meldingen</span> als u deze per service/provider hebt aangepast)."
- 12:1112:11, 15 May 2025 diff hist +455 N Translations:First and Last Names/5/nl Created page with ":5. Selecteer de <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">positie</span> achter 'Voornaam' en sla op. :Als u het veld al hebt opgeslagen, gebruikt u <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">de pijltjes</span> om de volgorde te wijzigen. 1200px|border|center|link=https://help.simplybook.me/images/d/df/Reorder_client_fileds_redesigned.png <br><br>" current
- 12:1112:11, 15 May 2025 diff hist −68 First and Last Names/nl Created page with "Voor- en achternaam" Tags: Mobile edit Mobile web edit