Alex B.
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 23
Activity overview
Latest activity by Alex B.-
Alex B. created an article,
Module and App settings
This article is still under construction. Thank you for your patience!
-
Alex B. created an article,
API Permissions
This is a list of all permissions for the module and app API. Module API Permissions Permission Actions appointment showAppointment, showProtectedAppointment, identifyAppointment appoin...
-
Alex B. created an article,
Working with additionalData and customEntities
This article is still under construction. Thank you for your patience!
-
Alex B. created an article,
General API Informations and Details
Introduction Welcome to the bookingtime API! The bookingtime API is RESTful. It accepts and returns JSON in the HTTP body. URL´s are predictable and the usual CRUD operations are extended with Link...
-
Alex B. created an article,
How to create a bookingtime account and developer account
Introduction The bookingtime account is the first step to develop apps and modules and links the accounts to organizations. The account is needed to create a developer account, that will provide ac...
-
Alex B. created a post,
Test
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. In pellentesque massa placerat duis ultricies lacus sed turpis tincidunt....
-
Alex B. created an article,
PHP SDK for Modules
Links Module API Documentation: https://service.bookingtime.com/apidoc/module Github Module SDK: https://github.com/bookingtime/lib-phpsdk-module Packagist Module SDK: https://packagist.org/pack...
-
Alex B. created an article,
PHP SDK for Apps
Links API Documentation: https://service.bookingtime.com/apidoc/app Github: https://github.com/bookingtime/lib-phpsdk-app Packagist: https://packagist.org/packages/bookingtime/lib-phpsdk-app I...
-
Alex B. created an article,
OAuth Authentication Error Responses
400 (Http Bad Request) All implemented cases (see below) sum up as a client-error. Means the call was used incorrectly. This might indicate a bug in the code. Handle by showing the user an error an...
-
Alex B. created an article,
How to use the module API
Introduction This guide shows developers how to access the bookingtime Module API for testing purposes. The bookingtime platform uses the OAuth 2.0 protocol for authentication. This support...